summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-10-18 14:52:28 +0200
committerNeal H. Walfield <neal@pep.foundation>2021-10-18 15:14:18 +0200
commit884639bf1b8e7d982a777a9be00133998638399d (patch)
treed66f93adcca943ed866b80f0aad48aba3637fc9c /net
parent8b0506f8b1570b34ccec908ed4fa3797cbe9222f (diff)
Relicense to LGPL 2.0 or later.
- Change Sequoia's license from GPL 2.0 or later to LGPL 2.0 or later as unanimously decided on October 18, 2021 by: - Christof Wahl <cw@pep.security> (pEp security CEO) - Heiko Schaefer <heiko.schaefer@posteo.de> (pEp Foundation employee, Sequoia developer) - Justus Winter <justus@sequoia-pgp.org> (pEp Foundation employee, Sequoia Founder) - Neal H. Walfield <neal@pep.foundation> (pEp Foundation employee, Sequoia Founder) - Patrick Meier <pm@pep.security> (pEp security Chief Product and Service Officer) - Rudolf Bohli <rb@pep.security> (pEp security Chairman of the Board) - Volker Birk <vb@pep.security> (pEp security Founder, pEp Foundation Council)
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 2047c19c..dcdfd9a4 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "hkp", "keyserver"]
categories = ["cryptography", "authentication", "email"]
-license = "GPL-2.0-or-later"
+license = "LGPL-2.0-or-later"
edition = "2018"
[badges]