aboutsummaryrefslogtreecommitdiff
path: root/libs/libassuan
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2023-12-20 09:18:46 +0100
committerDaniel Golle <daniel@makrotopia.org>2023-12-22 13:09:18 +0000
commitcb9b994a53efaeecd6953b5e6d6ef4f440ff2d26 (patch)
treea622536143325231359476a86bfda5eadc02b9c7 /libs/libassuan
parent8ab41477732b8fcc12fd10f656b90a3f27fb7dcb (diff)
libassuan: Fix license
libassuan license is wrong since the addition of the package in commit https://git.openwrt.org/?p=feed/packages.git;a=commit;h=e24e8fa98c813911419271d64433deb2b453fa02 Indeed, libassuan has been licensed under LGPL-2.1+ since version 1.0.3 back in 2007 [1]: Noteworthy changes in version 1.0.3 (2007-08-24) ------------------------------------------------ * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. Note that this is only a temporary change and authors of GPLv2(only) software are asked to switch to GPLv3 or to add an exception which allow the use of LPGLv3 software. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libassuan.git;a=blob;f=NEWS;h=3a86eca4175fbcb12bb00722c2047062df67a46d;hb=HEAD Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'libs/libassuan')
-rw-r--r--libs/libassuan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libassuan/Makefile b/libs/libassuan/Makefile
index 5856ea62b..48245e21b 100644
--- a/libs/libassuan/Makefile
+++ b/libs/libassuan/Makefile
@@ -9,8 +9,8 @@ PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME)
PKG_HASH:=e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
-PKG_LICENSE:=GPL-3.0-or-later
-PKG_LICENSE_FILES:=COPYING
+PKG_LICENSE:=LGPL-2.1-or-later
+PKG_LICENSE_FILES:=COPYING COPYING.LIB
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1