libcbor: fix license info in Makefile
authorRahul Thakur <redacted>
Fri, 14 Jun 2024 12:28:50 +0000 (17:58 +0530)
committerTianling Shen <redacted>
Mon, 17 Jun 2024 08:45:16 +0000 (16:45 +0800)
libcbor is licensed under the MIT license as per:
https://github.com/PJK/libcbor/tree/master#license

Update package Makefile to reflect the same

Signed-off-by: Rahul Thakur <redacted>
libs/libcbor/Makefile

index dbcb674d94692b073a517e61a5ddfdb46d98e29c..7247f557386050f92d4cd28ab09e2af56cadaf9b 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/PJK/libcbor/tar.gz/v$(PKG_VERSION)?
 PKG_HASH:=89e0a83d16993ce50651a7501355453f5250e8729dfc8d4a251a78ea23bb26d7
 
-PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
 PKG_MAINTAINER:=Linos Giannopoulos <linosgian00+openwrt@gmail.com>
 
git clone https://git.99rst.org/PROJECT