mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 02:14:29 +00:00
agent,runtime-rs: Add license header to passfd_io.rs
Fixes: #6714 Signed-off-by: Zixuan Tan <tanzixuan.me@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
// Copyright 2024 Kata Contributors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
use rustjail::process::ProcessIo;
|
use rustjail::process::ProcessIo;
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
// Copyright 2024 Kata Contributors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
use anyhow::{anyhow, Context, Result};
|
use anyhow::{anyhow, Context, Result};
|
||||||
use sendfd::SendWithFd;
|
use sendfd::SendWithFd;
|
||||||
use std::{
|
use std::{
|
||||||
|
Reference in New Issue
Block a user