Skip to content

Commit

Permalink
Use more correct license specification
Browse files Browse the repository at this point in the history
Historically, the `/` was used throughout the ecosystem, but the actual SPDX standard requires this to be an OR. The said standard also has AND, and for this reason `/` is ambiguous. rust-lang/cargo#4898 contains some more details about this.
  • Loading branch information
matklad authored Sep 5, 2019
1 parent a3a8a7a commit 887d795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "regex"
version = "1.3.1" #:version
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex"
Expand Down

0 comments on commit 887d795

Please sign in to comment.