From 1402016341391e54e541eec869eaad7a42cb43c7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Mar 2022 17:52:05 +0000 Subject: recipes: Convert to use SPDX license names in LICENSE variables This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie --- recipes-devtools/bison/bison_2.3.bb | 2 +- recipes-devtools/dosfstools/dosfstools_2.11.bb | 2 +- recipes-devtools/elfutils/elfutils_0.148.bb | 2 +- recipes-devtools/m4/m4-1.4.9.inc | 2 +- recipes-devtools/make/make_3.81.bb | 2 +- recipes-devtools/mtools/mtools_3.9.9.bb | 2 +- recipes-devtools/patch/patch_2.5.9.bb | 2 +- recipes-devtools/rsync/rsync_2.6.9.bb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/bison/bison_2.3.bb b/recipes-devtools/bison/bison_2.3.bb index c84fd9a..1faf73f 100644 --- a/recipes-devtools/bison/bison_2.3.bb +++ b/recipes-devtools/bison/bison_2.3.bb @@ -4,7 +4,7 @@ an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ little trouble." HOMEPAGE = "http://www.gnu.org/software/bison/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" SECTION = "devel" DEPENDS = "bison-native flex-native" diff --git a/recipes-devtools/dosfstools/dosfstools_2.11.bb b/recipes-devtools/dosfstools/dosfstools_2.11.bb index 37c2181..5298b32 100644 --- a/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/recipes-devtools/dosfstools/dosfstools_2.11.bb @@ -5,7 +5,7 @@ SUMMARY = "DOS FAT Filesystem Utilities" HOMEPAGE = "https://github.com/dosfstools/dosfstools" SECTION = "base" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" PR = "r5" diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb index 97d88a2..f3e3373 100644 --- a/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/recipes-devtools/elfutils/elfutils_0.148.bb @@ -1,7 +1,7 @@ SUMMARY = "Utilities and libraries for handling compiled object files" HOMEPAGE = "https://fedorahosted.org/elfutils" SECTION = "base" -LICENSE = "(GPL-2+ & Elfutils-Exception)" +LICENSE = "(GPL-2.0-or-later & Elfutils-Exception)" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" DEPENDS = "libtool bzip2 zlib virtual/libintl" diff --git a/recipes-devtools/m4/m4-1.4.9.inc b/recipes-devtools/m4/m4-1.4.9.inc index 41f46cd..7cb8c78 100644 --- a/recipes-devtools/m4/m4-1.4.9.inc +++ b/recipes-devtools/m4/m4-1.4.9.inc @@ -1,6 +1,6 @@ require m4.inc -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ file://examples/COPYING;md5=1d49bd61dc590f014cae7173b43e3e5c" diff --git a/recipes-devtools/make/make_3.81.bb b/recipes-devtools/make/make_3.81.bb index 9fe22a8..c670476 100644 --- a/recipes-devtools/make/make_3.81.bb +++ b/recipes-devtools/make/make_3.81.bb @@ -1,6 +1,6 @@ PR = "r1" -LICENSE = "GPLv2 & LGPLv2" +LICENSE = "GPL-2.0-only & LGPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ file://tests/COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" diff --git a/recipes-devtools/mtools/mtools_3.9.9.bb b/recipes-devtools/mtools/mtools_3.9.9.bb index 8e106b0..636ee67 100644 --- a/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/recipes-devtools/mtools/mtools_3.9.9.bb @@ -2,7 +2,7 @@ SUMMARY = "Utilities to access MS-DOS disks without mounting them" DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." HOMEPAGE = "http://www.gnu.org/software/mtools/" SECTION = "optional" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" PR = "r6" diff --git a/recipes-devtools/patch/patch_2.5.9.bb b/recipes-devtools/patch/patch_2.5.9.bb index f2970f7..01a4e68 100644 --- a/recipes-devtools/patch/patch_2.5.9.bb +++ b/recipes-devtools/patch/patch_2.5.9.bb @@ -1,5 +1,5 @@ require patch.inc -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" SRC_URI += " file://debian.patch \ file://install.patch \ diff --git a/recipes-devtools/rsync/rsync_2.6.9.bb b/recipes-devtools/rsync/rsync_2.6.9.bb index 5c6c9d9..525387d 100644 --- a/recipes-devtools/rsync/rsync_2.6.9.bb +++ b/recipes-devtools/rsync/rsync_2.6.9.bb @@ -8,7 +8,7 @@ SRC_URI += "file://rsync-2.6.9-fname-obo.patch \ SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942" SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c" PR = "r4" -- cgit v1.2.3-54-g00ecf