diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:46:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | bd5dcf1b25204eaf689316902b450a67225434bf (patch) | |
tree | 66ca2f14fbf63926e646ab6accd8496c82b3da4a /meta-perl/recipes-perl/libtext | |
parent | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (diff) | |
download | meta-openembedded-bd5dcf1b25204eaf689316902b450a67225434bf.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libtext')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb index 9057ae7fa4..29118129ad 100644 --- a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb +++ b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb | |||
@@ -12,7 +12,7 @@ SECTION = "libs" | |||
12 | 12 | ||
13 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/" | 13 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/" |
14 | 14 | ||
15 | LICENSE = "Artistic-1.0 | GPLv1+" | 15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" | 16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" |
17 | 17 | ||
18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index b6f7495eb2..afdf63ede4 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -8,7 +8,7 @@ SECTION = "libs" | |||
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" | 9 | HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-2.0+" | 11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" |
13 | 13 | ||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz" | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb index a16bf8797e..1e8405cab9 100644 --- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb +++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | |||
@@ -8,7 +8,7 @@ Settings of fromcode and tocode and their permitted combinations are \ | |||
8 | implementation-dependent. Valid values are specified in the system \ | 8 | implementation-dependent. Valid values are specified in the system \ |
9 | documentation." | 9 | documentation." |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" |
13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" | 13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index 5dc2ad32a5..017e951d3a 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -13,7 +13,7 @@ SECTION = "libs" | |||
13 | 13 | ||
14 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/" | 14 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPLv1+" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" | 17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" |