Skip to content

Commit ddbe9e0

Browse files
authored
Merge pull request #391 from frisoft/main
Update license field following SPDX 2.1 license expression standard
2 parents ef1d4a9 + 98e4d39 commit ddbe9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = ["examples/basic", "examples/test_framework"]
3232
[workspace.package]
3333
# don't forget to update `workspace.dependencies` below
3434
version = "0.11.4"
35-
license = "MIT/Apache-2.0"
35+
license = "MIT OR Apache-2.0"
3636
repository = "https://github.com/rust-osdev/bootloader"
3737

3838
[workspace.dependencies]

0 commit comments

Comments
 (0)