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:
Zixuan Tan 2024-01-18 09:38:11 +08:00
parent 1206de2c23
commit 6e4d4c329a
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -1,3 +1,7 @@
// Copyright 2024 Kata Contributors
//
// SPDX-License-Identifier: Apache-2.0
//
use anyhow::{anyhow, Context, Result};
use sendfd::SendWithFd;
use std::{