Skip to content

Commit 33c30fc

Browse files
authoredFeb 7, 2025
Merge pull request #1532 from nicholasbishop/bishop-spdx
Add SPDX headers
2 parents 20f3f13 + 93062c1 commit 33c30fc

File tree

189 files changed

+459
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+459
-1
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)