Skip to content

Commit e5eaa5d

Browse files
xiaoyuxlujyao1
authored andcommitted
Add copyright header
Signed-off-by: Lu, Xiaoyu1 <[email protected]>
1 parent 573b6f8 commit e5eaa5d

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

devtools/td-layout-config/src/image.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
use serde::Deserialize;
26

37
use super::{layout::LayoutConfig, render};

devtools/td-layout-config/src/memory.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
use serde::Deserialize;
26

37
use super::{layout::LayoutConfig, render};

td-layout/src/runtime/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
pub mod exec;
26
pub mod linux;

td-payload/src/arch/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
mod x86_64;
26
pub use self::x86_64::*;

td-shim-interface/src/td_uefi_pi/pi/guid.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
use core::{convert::TryInto, mem::size_of, ptr::slice_from_raw_parts, str::FromStr};
26

37
use scroll::{Pread, Pwrite};

td-shim/src/bin/td-shim/payload_hob.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2024 Intel Corporation
2+
//
3+
// SPDX-License-Identifier: BSD-2-Clause-Patent
4+
15
use crate::e820::E820Table;
26
use crate::ipl;
37
use crate::memory;

0 commit comments

Comments
 (0)