]> git.lizzy.rs Git - PAKEs.git/commitdiff
replaced / with OR in license fields
authornewpavlov <newpavlov@gmail.com>
Wed, 17 Oct 2018 17:04:59 +0000 (20:04 +0300)
committernewpavlov <newpavlov@gmail.com>
Wed, 17 Oct 2018 17:04:59 +0000 (20:04 +0300)
spake2/Cargo.toml
srp/Cargo.toml

index 1c43ba833913f52518f689f55763359a0b4276ce..fa590703c67aeed646f656725a39de06281f1703 100644 (file)
@@ -6,7 +6,7 @@ description = "The SPAKE2 password-authenticated key-exchange algorithm."
 documentation = "https://docs.rs/spake2"
 homepage = "https://github.com/RustCrypto/PAKEs"
 repository = "https://github.com/RustCrypto/PAKEs"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
 keywords = ["crypto", "pake", "authentication"]
 categories = ["cryptography", "authentication"]
 exclude = [
index 3708d1c7e51a45ddc0628c0571b526f2940a3aa4..891631762940ed3a573e292167c6f6cf27dce078 100644 (file)
@@ -2,7 +2,7 @@
 name = "srp"
 version = "0.2.5"
 authors = ["RustCrypto Developers"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
 description = "Secure Remote Password (SRP) protocol implementation"
 documentation = "https://docs.rs/srp"
 repository = "https://github.com/RustCrypto/PAKEs"