mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -5,7 +5,7 @@ usages are supported and may be mixed. Likewise, functional and OO API \
|
||||
styles are both supported and may be mixed."
|
||||
HOMEPAGE = "https://metacpan.org/release/IPC-Run"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
|
||||
DEPENDS = "perl"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Config file parser module"
|
||||
HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
|
||||
LICENSE = "Artistic-2.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-2.0 OR GPL-1.0-or-later"
|
||||
SECTION = "libs"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=53fe13727e61798809ec5c160dc93e6e"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ database interface independent of the actual database being used. \
|
||||
"
|
||||
HOMEPAGE = "https://metacpan.org/dist/DBI"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1a1138dff61f77bbc3d8782caba6758d"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz"
|
||||
|
||||
@@ -4,7 +4,7 @@ and its headers are available, by attempting to compile a simple program and \
|
||||
link against it."
|
||||
HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Perl module for pseudo tty IO"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;beginline=11;endline=15;md5=1810a9b670f4c85932012bcc2275fc9d"
|
||||
|
||||
SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-${PV}.tar.gz"
|
||||
|
||||
@@ -4,7 +4,7 @@ The module implements JSON encode/decode."
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/JSON"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe"
|
||||
|
||||
DEPENDS += "perl"
|
||||
|
||||
@@ -5,7 +5,7 @@ with perl object oriented interface."
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/dist/Parse-Yapp/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://lib/Parse/Yapp.pm;beginline=508;endline=521;md5=41a4542fcde97a600c9de0d782a90256"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ together with some small examples. \
|
||||
The provided modules are Chipcard::PCSC and Chipcard::PCSC::Card."
|
||||
HOMEPAGE = "https://metacpan.org/dist/pcsc-perl"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2"
|
||||
|
||||
@@ -4,7 +4,7 @@ The module implements perlio layer for gzip."
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=55;endline=61;md5=bc3da2dec1fbea59ac91172c5e0eb837"
|
||||
|
||||
DEPENDS += "perl"
|
||||
|
||||
Reference in New Issue
Block a user