mirror of
https://github.com/openharmony/third_party_rust_regex.git
synced 2026-06-30 21:37:57 -04:00
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:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user