diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-06 15:17:00 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-16 06:09:56 -0700 |
| commit | e9a70e510f865d279d1e4e05553d15fb6af8db83 (patch) | |
| tree | 141ffb28d824e9d4f5623071f99a23af822780b1 | |
| parent | a13f826f4a5e33cc8f68ba69159b2aa35ef5a85f (diff) | |
| download | poky-e9a70e510f865d279d1e4e05553d15fb6af8db83.tar.gz | |
zip: Fix LICENSE
The contents of the LICENSE file included in the current source code
package match those of Info-ZIP license, which seems to originate from
the year 2007:
This is version 2007-Mar-4 of the Info-ZIP license.
(From OE-Core rev: 3739a1af61ff6f0faca23bb565f9e71666953715)
(From OE-Core rev: 1aeb18b575ab31f779599ffd108d578012a8b800)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/zip/zip_3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb index 83e1e52e97..e1e6be6225 100644 --- a/meta/recipes-extended/zip/zip_3.0.bb +++ b/meta/recipes-extended/zip/zip_3.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.info-zip.org" | |||
| 3 | DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc." | 3 | DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc." |
| 4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 5 | 5 | ||
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "Info-ZIP" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04d43c5d70b496c032308106e26ae17d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=04d43c5d70b496c032308106e26ae17d" |
| 8 | 8 | ||
| 9 | PR = "r2" | 9 | PR = "r2" |
