summaryrefslogtreecommitdiffstats
path: root/ipc
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 /ipc
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 'ipc')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 23e734b0..66d7f728 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -12,7 +12,7 @@ build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
-license = "GPL-2.0-or-later"
+license = "LGPL-2.0-or-later"
edition = "2018"
[badges]