aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2024-01-30 22:05:54 +0100
committerRosen Penev <rosenp@gmail.com>2024-01-31 16:01:52 -0800
commit070fc8021c9376b74c7350edba0f551ccf28f8bf (patch)
tree132e93061d87fd4e8065d68062d36e64738cd848
parentd4eb66ffa5a6fc6e4972883b0c607e97c0c9cf9b (diff)
libs/libev: fix license
libev is licensed under BSD-2-Clause or GPL-2.0-or-later since its addition to openwrt While at it, assign PKG_LICENSE_FILES Fixes: 67b39f8f9b703e2cf95616b8e591ec76278a5846 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-rw-r--r--libs/libev/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libev/Makefile b/libs/libev/Makefile
index 017c6eb9e..92c43773b 100644
--- a/libs/libev/Makefile
+++ b/libs/libev/Makefile
@@ -14,7 +14,8 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
PKG_HASH:=507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea
-PKG_LICENSE:=BSD-2-Clause
+PKG_LICENSE:=BSD-2-Clause or GPL-2.0-or-later
+PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au>
PKG_BUILD_PARALLEL:=1