libfido2: fix license info in Makefile
authorRahul Thakur <[email protected]>
Fri, 14 Jun 2024 12:18:54 +0000 (17:48 +0530)
committerTianling Shen <[email protected]>
Mon, 17 Jun 2024 08:32:04 +0000 (16:32 +0800)
libfido2 is licensed under the BSD 2-clause license as per:
https://github.com/Yubico/libfido2/

Update package Makefile to correctly reflect this.

Signed-off-by: Rahul Thakur <[email protected]>
libs/libfido2/Makefile

index bd42a3e3838cf0168ee919bd55aa7566a92d2348..9780cc7ee50e3ac80aaf27f560a76503b1b0c248 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/Yubico/libfido2/tar.gz/$(PKG_VERSION
 PKG_HASH:=3601792e320032d428002c4cce8499a4c7b803319051a25a0c9f1f138ffee45a
 
 PKG_MAINTAINER:=Linos Giannopoulos <[email protected]>
-PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=COPYING
 
 PKG_FORTIFY_SOURCE:=0