All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "DOS/x86 emulator focusing on ease of use"
|
||||
HOMEPAGE = "https://dosbox-staging.github.io/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a75e9ff85f9de2c690521c2b6ddd26cf"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "DOSBox-X fork of the DOSBox project"
|
||||
HOMEPAGE = "https://dosbox-x.com/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b5d36d7c1f35e9597b9843b9bedb6667"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "DOSBox is a DOS-emulator that uses the SDL-library"
|
||||
HOMEPAGE = "http://www.dosbox.com/"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libsdl libsdl-net libpng"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Multiple Arcade Machine Emulator"
|
||||
HOMEPAGE = "http://www.mamedev.org/index.php"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cdeccd9fdcfe3e35c2c2be5cdf8d37d6"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Multi-platform Atari 2600 VCS emulator"
|
||||
HOMEPAGE = "https://stella-emu.github.io/"
|
||||
SECTION = "emulators"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://License.txt;md5=878e3965c7b52d85827c75f5a2f3b314"
|
||||
|
||||
inherit autotools-brokensep pkgconfig gtk-icon-cache
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Radio Shack® TRS-80 and the EACA Colour Genie EG2000 emulator"
|
||||
HOMEPAGE = "http://pmbits.de/40846.html"
|
||||
AUTHOR = "Jürgen Buchmüller"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "The classic, refined DOOM source port"
|
||||
HOMEPAGE = "https://www.doomretro.com"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435fa6b85536eff97b3594b76fd0048f"
|
||||
|
||||
DEPENDS = "libsdl2 libsdl2-image libsdl2-mixer"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "OpenTyrian is a port of the DOS shoot-em-up Tyrian"
|
||||
HOMEPAGE = "https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
|
||||
SECTION = "games"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "libsdl2 libsdl2-net"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Open-source 6502 cross assembler"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1f67e705f4eb5064027b8c40ccfdb43e"
|
||||
|
||||
# They move old versions to a different folder
|
||||
|
||||
@@ -5,7 +5,7 @@ DESCRIPTION = "Seat management takes care of mediating access to shared devices
|
||||
AUTHOR = "kennylevinsen"
|
||||
HOMEPAGE = "https://git.sr.ht/~kennylevinsen/seatd"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-0-Clause"
|
||||
LICENSE = "0BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
|
||||
|
||||
SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master"
|
||||
|
||||
Reference in New Issue
Block a user