summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-10-31 11:57:50 +0100
committerNeal H. Walfield <neal@pep.foundation>2019-10-31 11:57:50 +0100
commit4f5699ef4ad8f84147edfa4785ed26d27c64d380 (patch)
tree695e06bb1ade4647633b0890bda7138c2003616e /ffi
parent8fd085be5cc0c1f60e6f23626782bde226d88183 (diff)
Change license to GPLv2+.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index dc4fa0c6..4ca1ba41 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -14,7 +14,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "development-tools::ffi",
"email"]
-license = "GPL-3.0"
+license = "GPL-2.0-or-later"
edition = "2018"
[badges]