Skip to content

Commit e36670a

Browse files
matkladBurntSushi
authored andcommitted
license: use more correct license specification
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. PR #615
1 parent a3a8a7a commit e36670a

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
@@ -2,7 +2,7 @@
22
name = "regex"
33
version = "1.3.1" #:version
44
authors = ["The Rust Project Developers"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang/regex"
88
documentation = "https://docs.rs/regex"

0 commit comments

Comments
 (0)