mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +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:
parent
1206de2c23
commit
6e4d4c329a
@ -1,3 +1,7 @@
|
||||
// Copyright 2024 Kata Contributors
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
use anyhow::Result;
|
||||
use lazy_static::lazy_static;
|
||||
use rustjail::process::ProcessIo;
|
||||
|
@ -1,3 +1,7 @@
|
||||
// Copyright 2024 Kata Contributors
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use sendfd::SendWithFd;
|
||||
use std::{
|
||||
|
Loading…
Reference in New Issue
Block a user