Skip to content

Commit 6ffdaf0

Browse files
Add SPDX headers to uefi-macros
1 parent 7e5b1b4 commit 6ffdaf0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

uefi-macros/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
2+
13
#![recursion_limit = "128"]
24

35
extern crate proc_macro;

uefi-macros/tests/compilation.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
2+
13
#[test]
24
fn ui() {
35
let t = trybuild::TestCases::new();

0 commit comments

Comments
 (0)