From ae165deaf5a708fcbcfc8c48e3866ec7e048ba00 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 4 Feb 2024 22:30:33 +0100 Subject: [PATCH] libs/tiff: fix license tiff is licensed under its own "libtiff" license and not BSD-3-Clause Fixes: 364de5bc3f16eba42f93d36e848b998b3579e39e (tiff: add licensing information) Signed-off-by: Fabrice Fontaine --- libs/tiff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 7718d5afd3..882c3fe713 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://download.osgeo.org/libtiff PKG_HASH:=88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a PKG_MAINTAINER:=Jiri Slachta -PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE:=libtiff PKG_LICENSE_FILES:=COPYRIGHT PKG_CPE_ID:=cpe:/a:libtiff:libtiff