diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2023-12-10 21:42:37 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-12-20 10:52:43 +0800 |
commit | e8bbeb05b9a8fe67073d2cc5c00fce32e70ce868 (patch) | |
tree | 8e5e4bc72528fbf71f836517f2ad789830683c55 /libs/gpgme | |
parent | 5b05fb11e457e8c5d1b913d2c55170e7ea29bfc3 (diff) |
gpgme: Fix license
gpgme license is wrong since the addition of the package in commit
https://git.openwrt.org/?p=feed/packages.git;a=commit;h=3e39633b75e7d26f3666bce9c2e97d268f0fd068
Indeed, gpgme has been licensed under LPGL-2.1+ since version 1.0.2 back
in 2004 [1]:
Noteworthy changes in version 1.0.2 (2004-12-28)
------------------------------------------------
* Changed the license of the library to the GNU Lesser General Public
License (LGPL), version 2.1 or later.
[1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;h=2475a877a40817f575accd22a386bfd5f0a66aad;hb=HEAD
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'libs/gpgme')
-rw-r--r-- | libs/gpgme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index 0e95f53f5..90fe1be35 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -9,7 +9,7 @@ PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) PKG_HASH:=416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |