mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic"
|
||||
HOMEPAGE = "https://www.harding.motd.ca/autossh/"
|
||||
|
||||
LICENSE = "BSD-1-Clause & BSD-4-Clause"
|
||||
LICENSE = "BSD-1-Clause AND BSD-4-Clause"
|
||||
LIC_FILES_CHKSUM = "file://autossh.c;beginline=7;endline=22;md5=9ae0c9b04856148d77984ef58536732b \
|
||||
file://daemon.h;beginline=7;endline=36;md5=839bb7bf781ff48da4a3fec2a62a1a47"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Python interface to Bluetooth LE on Linux"
|
||||
HOMEPAGE = "https://github.com/IanHarvey/bluepy"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "GPL-2.0-only & PD"
|
||||
LICENSE = "GPL-2.0-only AND LicenseRef-PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001"
|
||||
DEPENDS = "glib-2.0"
|
||||
SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09"
|
||||
|
||||
@@ -9,7 +9,7 @@ done when adding or deleting new users."
|
||||
SUMMARY = "High-performance and highly configurable RADIUS server"
|
||||
HOMEPAGE = "http://www.freeradius.org/"
|
||||
SECTION = "System/Servers"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-or-later"
|
||||
LICENSE = "GPL-2.0-only AND LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
|
||||
DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ understand what the code does. It features: \
|
||||
HOMEPAGE = "https://www.trustedfirmware.org/projects/mbed-tls/"
|
||||
BUGTRACKER = "https://github.com/Mbed-TLS/mbedtls/issues"
|
||||
|
||||
LICENSE = "Apache-2.0 | GPL-2.0-or-later"
|
||||
LICENSE = "Apache-2.0 OR GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -6,7 +6,7 @@ provides a lightweight method of carrying out messaging using a \
|
||||
publish/subscribe model. "
|
||||
HOMEPAGE = "http://mosquitto.org/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "EPL-2.0 | BSD-3-Clause"
|
||||
LICENSE = "BSD-3-Clause OR EPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6d64fd27a4071b14ef656a0e8a4f4cf \
|
||||
file://edl-v10;md5=9f6accb1afcb570f8be65039e2fcd49e \
|
||||
file://epl-v20;md5=2dd765ca47a05140be15ebafddbeadfe \
|
||||
|
||||
@@ -13,7 +13,7 @@ for modem connections and certain types of VPN."
|
||||
HOMEPAGE = "https://wiki.gnome.org/Projects/NetworkManager"
|
||||
SECTION = "net/misc"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LICENSE = "GPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
SUMMARY = "OpenThread Border Router"
|
||||
SECTION = "net"
|
||||
LICENSE = "BSD-3-Clause & MIT"
|
||||
LICENSE = "BSD-3-Clause AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=87109e44b2fda96a8991f27684a7349c \
|
||||
file://third_party/cJSON/repo/LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0 \
|
||||
file://third_party/cpp-httplib/repo/LICENSE;md5=1321bdf796c67e3a8ab8e352dd81474b \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
SUMMARY = "OpenThread Daemon is an OpenThread POSIX build mode that runs OpenThread as a service."
|
||||
SECTION = "net"
|
||||
LICENSE = "BSD-3-Clause & Apache-2.0"
|
||||
LICENSE = "Apache-2.0 AND BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
|
||||
file://third_party/mbedtls/repo/LICENSE;md5=379d5819937a6c2f1ef1630d341e026d \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
SUMMARY = "wpantund, Userspace WPAN Network Daemon"
|
||||
SECTION = "net"
|
||||
LICENSE = "Apache-2.0 & MIT & BSL-1.0 & BSD-3-Clause"
|
||||
LICENSE = "Apache-2.0 AND BSD-3-Clause AND BSL-1.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \
|
||||
file://third_party/assert-macros/LICENSE;md5=cbf35ecdc8161026afe4da2906fab204 \
|
||||
file://third_party/boost/LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
HOMEPAGE = "https://www.samba.org/"
|
||||
SECTION = "console/network"
|
||||
|
||||
LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & GPL-2.0-or-later"
|
||||
LICENSE = "GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://${COREBASE}/meta/files/common-licenses/LGPL-3.0-or-later;md5=c51d3eef3be114124d11349ca0d7e117 \
|
||||
file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "set Linux HDLC packet radio modem driver port information"
|
||||
HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc"
|
||||
SECTION = "comm"
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later "
|
||||
LICENSE = "GPL-2.0-only AND GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb"
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Unknown licenses have been checked manually and completed.
|
||||
#
|
||||
|
||||
LICENSE += "& Apache-2.0 & BSD-2-Clause & BSD-3-Clause & ISC & MIT"
|
||||
LICENSE += "AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT"
|
||||
|
||||
LIC_FILES_CHKSUM += "\
|
||||
file://pkg/mod/filippo.io/edwards25519@v1.2.0/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707;spdx=BSD-3-Clause \
|
||||
|
||||
Reference in New Issue
Block a user