Skip to content

Commit 3548724

Browse files
bors[bot]mkroening
andauthored
Merge #390
390: Migrate from deprecated license format to SPDX License Expression r=mkroening a=mkroening See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60 Co-authored-by: Martin Kröning <mkroening@posteo.net>
2 parents 956a240 + 3561ab3 commit 3548724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hermit-abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hermit-abi"
33
version = "0.2.6"
44
authors = ["Stefan Lankes"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
edition = "2021"
88
description = """

hermit-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hermit-sys"
33
version = "0.4.0"
44
authors = ["Stefan Lankes"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "FFI bindings to HermitCore"
77
repository = "https://github.com/hermitcore/rusty-hermit"
88
readme = "README.md"

0 commit comments

Comments
 (0)