cargo: use SPDX license format

We were previously using '/' to indicate the dual licensing
scheme, but I guess we're now supposed to use 'OR'.

PR #843
This commit is contained in:
Alex Touchet
2022-03-03 04:31:45 -08:00
committed by GitHub
parent 3a26c4275e
commit d581cdf9c2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ publish = false
name = "regex-benchmark"
version = "0.1.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex"
homepage = "https://github.com/rust-lang/regex"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "rure"
version = "0.2.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://github.com/rust-lang/regex/tree/master/regex-capi"
+1 -1
View File
@@ -3,7 +3,7 @@ publish = false
name = "regex-debug"
version = "0.1.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex"
homepage = "https://github.com/rust-lang/regex"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "regex-syntax"
version = "0.6.25" #:version
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex-syntax"
homepage = "https://github.com/rust-lang/regex"