mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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:
@@ -7,7 +7,7 @@ noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://
|
||||
allowing message based (handler notified) programming or stream oriented access."
|
||||
|
||||
HOMEPAGE = "http://www.aspl.es/nopoll/"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \
|
||||
"
|
||||
DEPENDS = "openssl"
|
||||
|
||||
@@ -7,7 +7,7 @@ control and forwarding planes of a software-defined networking architecture.\
|
||||
HOMEPAGE = "http://www.openflow.org"
|
||||
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.openl2tp.org/"
|
||||
SECTION = "net"
|
||||
|
||||
# cli and usl use license LGPL-2.1
|
||||
LICENSE = "GPL-2.0 & LGPL-2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585 \
|
||||
file://LICENSE;md5=f8970abd5ea9be701a0deedf5afd77a5 \
|
||||
file://cli/LICENSE;md5=9c1387a3c5213aa40671438af3e00793 \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Open-LLDP"
|
||||
DESCRIPTION = "Link Layer Discovery Protocol for Linux that includes support for DCBX"
|
||||
HOMEPAGE = "http://open-lldp.org/start"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -6,7 +6,7 @@ DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \
|
||||
cable and ADSL internet service providers."
|
||||
HOMEPAGE = "http://pptpclient.sourceforge.net"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit perlnative
|
||||
|
||||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.nongnu.org/quagga/"
|
||||
SECTION = "net"
|
||||
|
||||
|
||||
LICENSE = "GPL-2.0 & LGPL-2.0"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=81bcece21748c91ba9992349a91ec11d \
|
||||
file://COPYING.LIB;md5=01ef24401ded36cd8e5d18bfe947240c"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "A user-mode PPPoE client and server suite for Linux"
|
||||
HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581"
|
||||
|
||||
PR = "r10"
|
||||
|
||||
@@ -6,7 +6,7 @@ make to establish network connections and negotating them through a \
|
||||
SOCKS server as necessary."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/tsocks/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
|
||||
|
||||
SRC_URI = "http://downloads.sourceforge.net/tsocks/tsocks-${PV}.tar.gz \
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "ppp virtual/kernel"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https"
|
||||
|
||||
@@ -9,7 +9,7 @@ Addresses are assigned randomly by each host and, in case of collision, \
|
||||
both hosts (are supposed to) renumber."
|
||||
AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>"
|
||||
HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
|
||||
file://zeroconf.c;beginline=1;endline=13;md5=a5bada96e1e34b08eb7446b28e2630b2"
|
||||
SECTION = "net"
|
||||
|
||||
Reference in New Issue
Block a user