Skip to content

Commit

Permalink
Add copyright header
Browse files Browse the repository at this point in the history
Signed-off-by: Lu, Xiaoyu1 <[email protected]>
  • Loading branch information
xiaoyuxlu authored and jyao1 committed Jun 21, 2024
1 parent 573b6f8 commit e5eaa5d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devtools/td-layout-config/src/image.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

use serde::Deserialize;

use super::{layout::LayoutConfig, render};
Expand Down
4 changes: 4 additions & 0 deletions devtools/td-layout-config/src/memory.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

use serde::Deserialize;

use super::{layout::LayoutConfig, render};
Expand Down
4 changes: 4 additions & 0 deletions td-layout/src/runtime/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

pub mod exec;
pub mod linux;
4 changes: 4 additions & 0 deletions td-payload/src/arch/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

mod x86_64;
pub use self::x86_64::*;
4 changes: 4 additions & 0 deletions td-shim-interface/src/td_uefi_pi/pi/guid.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

use core::{convert::TryInto, mem::size_of, ptr::slice_from_raw_parts, str::FromStr};

use scroll::{Pread, Pwrite};
Expand Down
4 changes: 4 additions & 0 deletions td-shim/src/bin/td-shim/payload_hob.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: BSD-2-Clause-Patent

use crate::e820::E820Table;
use crate::ipl;
use crate::memory;
Expand Down

0 comments on commit e5eaa5d

Please sign in to comment.