Skip to content

Commit

Permalink
crates/sel4/config: Add missing copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Feb 12, 2024
1 parent 19b51ce commit 44d2835
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/sel4/config/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2024, Colias Group, LLC
//
// SPDX-License-Identifier: BSD-2-Clause
//

use std::env;
use std::fs;
use std::path::PathBuf;
Expand Down
6 changes: 6 additions & 0 deletions crates/sel4/config/generic/src/generate_consts.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2024, Colias Group, LLC
//
// SPDX-License-Identifier: BSD-2-Clause
//

use proc_macro2::TokenStream;
use quote::{format_ident, quote};

Expand Down

0 comments on commit 44d2835

Please sign in to comment.