From b4b5a95668f784a1c632d0b017573e241bb803f3 Mon Sep 17 00:00:00 2001 From: Rahul Thakur Date: Fri, 14 Jun 2024 17:58:50 +0530 Subject: [PATCH] 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 --- libs/libcbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libcbor/Makefile b/libs/libcbor/Makefile index dbcb674d94..7247f55738 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 -- 2.30.2