mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
tiff: Fix LICENSE
The contents of the LICENSE.md file included in the current source code package match those of libtiff license, which seems to have been the case since 1999 commit0ef31e1f62where it was added with filename COPYRIGHT and was then changed to LICENSE.md in 2022 commitfa1d6d787f(From OE-Core rev: 71d8e8b03349ab18dca558055c2b3a3687785ddf) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64eb8c9c26
commit
47ed595ca1
@@ -3,7 +3,7 @@ DESCRIPTION = "Library provides support for the Tag Image File Format \
|
||||
(TIFF), a widely used format for storing image data. This library \
|
||||
provide means to easily access and create TIFF image files."
|
||||
HOMEPAGE = "http://www.libtiff.org/"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LICENSE = "libtiff"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a3e32d664d6db1386b4689c8121531c3"
|
||||
|
||||
CVE_PRODUCT = "libtiff"
|
||||
|
||||
Reference in New Issue
Block a user