libs/tiff: fix license
authorFabrice Fontaine <redacted>
Sun, 4 Feb 2024 21:30:33 +0000 (22:30 +0100)
committerFabrice Fontaine <redacted>
Sun, 4 Feb 2024 21:31:28 +0000 (22:31 +0100)
tiff is licensed under its own "libtiff" license and not BSD-3-Clause

Fixes: 364de5bc3f16eba42f93d36e848b998b3579e39e (tiff: add licensing information)
Signed-off-by: Fabrice Fontaine <redacted>
libs/tiff/Makefile

index 7718d5afd3fc9d4a9d0074b39b59047e70768f3e..882c3fe7133a0d215d7525e3a2b1d6c26b3dd546 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
 PKG_HASH:=88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a
 
 PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
-PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE:=libtiff
 PKG_LICENSE_FILES:=COPYRIGHT
 PKG_CPE_ID:=cpe:/a:libtiff:libtiff
 
git clone https://git.99rst.org/PROJECT