summaryrefslogtreecommitdiffstats
path: root/ffi-macros
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-macros
parent8fd085be5cc0c1f60e6f23626782bde226d88183 (diff)
Change license to GPLv2+.
Diffstat (limited to 'ffi-macros')
-rw-r--r--ffi-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index da2b7610..94e3e64e 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -11,7 +11,7 @@ documentation = "https://docs.sequoia-pgp.org/0.11.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
-license = "GPL-3.0"
+license = "GPL-2.0-or-later"
edition = "2018"
[badges]