diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-04 22:30:33 +0100 |
---|---|---|
committer | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-04 22:31:28 +0100 |
commit | ae165deaf5a708fcbcfc8c48e3866ec7e048ba00 (patch) | |
tree | 63c054bf7d93ba187c9ca77c502a08bcfc257668 | |
parent | 8b9965fcb30f1f7401cad5ec9967e65ae72398b3 (diff) |
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 <fontaine.fabrice@gmail.com>
-rw-r--r-- | libs/tiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 7718d5afd..882c3fe71 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 <jiri@slachta.eu> -PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE:=libtiff PKG_LICENSE_FILES:=COPYRIGHT PKG_CPE_ID:=cpe:/a:libtiff:libtiff |