aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornewpavlov <newpavlov@gmail.com>2018-10-17 20:04:59 +0300
committernewpavlov <newpavlov@gmail.com>2018-10-17 20:04:59 +0300
commitfe349eaa4eb0c9d7c33d985e080fd4bb827b5743 (patch)
tree191321bf21ab73e4aaa3b0b913febcab469fedf0
parent91ac138ebfe32dc52123816c73c960a436baf0e4 (diff)
downloadPAKEs-fe349eaa4eb0c9d7c33d985e080fd4bb827b5743.tar.xz
replaced / with OR in license fields
-rw-r--r--spake2/Cargo.toml2
-rw-r--r--srp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 1c43ba8..fa59070 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -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 = [
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 3708d1c..8916317 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -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"