From: Rahul Thakur Date: Fri, 14 Jun 2024 12:28:50 +0000 (+0530) Subject: libcbor: fix license info in Makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b4b5a95668f784a1c632d0b017573e241bb803f3;p=openwrt-packages.git libcbor: fix license info in Makefile 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 --- diff --git a/libs/libcbor/Makefile b/libs/libcbor/Makefile index dbcb674d9..7247f5573 100644 --- a/libs/libcbor/Makefile +++ b/libs/libcbor/Makefile @@ -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