Nearly all of the code is licensed under GPL version 3 or later. There are a few pieces which are either GPLv2+, LGPLv2.1+, LGPLv3+: common/localename.c : LGPL-2.1+ gl/allocsa.c : GPL-2+ jnlib : LGPL-2.1+ ; LGPL-3+ All of these are only used internally (linked into gpg). So all in all, gnupg is GPL version 3 or later.
Signed-off-by: Andreas Pretzsch <[email protected]> --- rules/gnupg.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/gnupg.make b/rules/gnupg.make index 7f0270e..15e78eb 100644 --- a/rules/gnupg.make +++ b/rules/gnupg.make @@ -23,6 +23,7 @@ GNUPG_SUFFIX := tar.bz2 GNUPG_URL := ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX) GNUPG_SOURCE := $(SRCDIR)/$(GNUPG).$(GNUPG_SUFFIX) GNUPG_DIR := $(BUILDDIR)/$(GNUPG) +GNUPG_LICENSE := GPL-3.0+ # ---------------------------------------------------------------------------- # Prepare -- 2.9.3 _______________________________________________ ptxdist mailing list [email protected]
