Skip to content

Commit 5be2e8b

Browse files
authored
Merge pull request #464 from atouchet/lic
Use SPDX license format
2 parents 5aabd91 + af0950e commit 5be2e8b

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
@@ -3,7 +3,7 @@ name = "backtrace"
33
version = "0.3.66"
44
authors = ["The Rust Project Developers"]
55
build = "build.rs"
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/rust-lang/backtrace-rs"
99
homepage = "https://github.com/rust-lang/backtrace-rs"

0 commit comments

Comments
 (0)