libs/libev: fix license
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 30 Jan 2024 21:05:54 +0000 (22:05 +0100)
committerRosen Penev <rosenp@gmail.com>
Thu, 1 Feb 2024 00:01:52 +0000 (16:01 -0800)
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>
libs/libev/Makefile

index 017c6eb9e7b3892bfca75c729198179c0366057c..92c43773bfe7c47e2cfcbf6b75cc322e76dc22ca 100644 (file)
@@ -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