mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Advanced TFTP server and client"
|
||||
SECTION = "net"
|
||||
HOMEPAGE = "http://packages.debian.org/atftp"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5"
|
||||
|
||||
SRCREV = "00921e75728e3681b051c2e48c59e36c6cfa2e97"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Kernel based automounter for linux"
|
||||
SECTION = "utils"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ee9324a6f564bb2376b63878ac396798"
|
||||
|
||||
DEPENDS += "libtirpc flex-native bison-native e2fsprogs openssl libxml2 util-linux cyrus-sasl libnsl2"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "simple dynamic multicast routing daemon that only uses IGMP signalling"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/igmpproxy/"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=432040ff3a55670c1dec0c32b209ad69"
|
||||
|
||||
SRC_URI = "https://github.com/pali/igmpproxy/releases/download/${PV}/${BP}.tar.gz"
|
||||
|
||||
@@ -9,7 +9,7 @@ addresses from ippoold. \
|
||||
"
|
||||
HOMEPAGE = "http://www.openl2tp.org/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
SRC_URI = "https://sourceforge.net/projects/openl2tp/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://runtest.sh \
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ provides the server daemon for the iSCSI protocol, as well as the utility \
|
||||
programs used to manage it. iSCSI is a protocol for distributed \
|
||||
disk access using SCSI commands sent over Internet Protocol networks."
|
||||
HOMEPAGE = "http://www.open-iscsi.com/"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
SECTION = "net"
|
||||
DEPENDS = "openssl flex-native bison-native open-isns util-linux kmod"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
|
||||
@@ -7,7 +7,7 @@ Server (IPVS) kernel module providing Layer4 loadbalancing \
|
||||
"
|
||||
HOMEPAGE = "http://www.keepalived.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \
|
||||
|
||||
@@ -4,7 +4,7 @@ more limited in the types of events it supports due to the limited nature of \
|
||||
systemd-networkd(8)."
|
||||
AUTHOR = "Clayton Craft and others"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
||||
|
||||
inherit features_check systemd
|
||||
|
||||
@@ -11,7 +11,7 @@ Foundation was founded on January 22nd 2008 with Emerson Network Power, \
|
||||
Ericsson, Nokia Siemens Networks, HP and Sun Microsystems as founding members."
|
||||
HOMEPAGE = "http://www.opensaf.org"
|
||||
SECTION = "admin"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
DEPENDS = "libxml2 python3"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Secure and configurable FTP server"
|
||||
SECTION = "net"
|
||||
HOMEPAGE = "http://www.proftpd.org"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
|
||||
|
||||
SRCREV = "715eadc1aa4f6b07d69f9d09558e9cb471e51d87"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "FTP Server with a strong focus on software security"
|
||||
DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server."
|
||||
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
|
||||
SECTION = "net"
|
||||
LICENSE = "BSD-0-Clause"
|
||||
LICENSE = "0BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a4496a14dea009df36c612707d455d02"
|
||||
|
||||
DEPENDS = "libcap virtual/crypt"
|
||||
|
||||
@@ -7,7 +7,7 @@ enabled by default for simpler installation and high performance. \
|
||||
"
|
||||
HOMEPAGE = "http://www.squid-cache.org"
|
||||
SECTION = "web"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
MAJ_VER = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
MIN_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Virtual EtherDrive blade AoE target"
|
||||
SECTION = "admin"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/aoetools/files/vblade/"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Very Secure FTP server"
|
||||
HOMEPAGE = "https://security.appspot.com/vsftpd.html"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6067ad950b28336613aed9dd47b1271"
|
||||
|
||||
DEPENDS = "libcap openssl"
|
||||
|
||||
Reference in New Issue
Block a user