Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
  • Loading branch information
frisoft committed Jul 19, 2023
1 parent 24b84ed commit ca412f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crux-mir/lib/backtrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "backtrace"
version = "0.3.66"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/backtrace-rs"
homepage = "https://github.com/rust-lang/backtrace-rs"
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/lib/cfg_if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description = "A macro to ergonomically define an item depending on a large numb
homepage = "https://github.com/alexcrichton/cfg-if"
documentation = "https://docs.rs/cfg-if"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alexcrichton/cfg-if"
[dependencies.compiler_builtins]
version = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/lib/compiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if necessary!
homepage = "https://github.com/rust-lang/compiler-builtins"
documentation = "https://docs.rs/compiler_builtins"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/compiler-builtins"

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/lib/getopts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ homepage = "https://github.com/rust-lang/getopts"
documentation = "https://doc.rust-lang.org/getopts"
readme = "README.md"
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/getopts"
[dependencies.core]
version = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/lib/rustc_demangle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "Rust compiler symbol demangling.\n"
homepage = "https://github.com/alexcrichton/rustc-demangle"
documentation = "https://docs.rs/rustc-demangle"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alexcrichton/rustc-demangle"
[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/lib/unicode_width/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ keywords = [
"width",
"unicode",
]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicode-rs/unicode-width"

[dependencies.compiler_builtins]
Expand Down

0 comments on commit ca412f3

Please sign in to comment.