mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 18:27:13 +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,6 +1,6 @@
|
||||
DESCRIPTION = "SDK for connecting to AWS IoT using Python."
|
||||
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python"
|
||||
LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)"
|
||||
LICENSE = "Apache-2.0 AND (EPL-1.0 OR LicenseRef-EDL-1.0)"
|
||||
LICENSE:${PN}-examples = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "CMake is an open-source, cross-platform family of tools designed to build, test and package software"
|
||||
LICENSE = "BSD-3-Clause & Apache-2.0"
|
||||
LICENSE = "Apache-2.0 AND BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE_BSD_3;md5=9134cb61aebbdd79dd826ccb9ae6afcd \
|
||||
file://LICENSE_Apache_20;md5=19cbd64715b51267a47bf3750cc6a8a5 \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Backports and enhancements for the contextlib module"
|
||||
HOMEPAGE = "https://contextlib2.readthedocs.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PSF-2.0 & Apache-2.0"
|
||||
LICENSE = "Apache-2.0 AND PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4"
|
||||
|
||||
SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "A python package implementing the crc32c algorithmin hardware and software"
|
||||
HOMEPAGE = "https://github.com/ICRAR/crc32c"
|
||||
|
||||
LICENSE = "BSD-2-Clause & BSD-3-Clause & Zlib & LGPL-2.1-or-later"
|
||||
LICENSE = "BSD-2-Clause AND BSD-3-Clause AND LGPL-2.1-or-later AND Zlib"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://LICENSE.google-crc32c;md5=e9ed01b5e5ac9eae23fc2bb33701220c \
|
||||
|
||||
@@ -8,7 +8,7 @@ RDEPENDS:${PN} = "python3-docutils \
|
||||
python3-resource \
|
||||
"
|
||||
|
||||
LICENSE = "Apache-2.0 & GPL-3.0-only"
|
||||
LICENSE = "Apache-2.0 AND GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55f76b1b31719284caf4bc3ecbb70d6f"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Extensions to the standard Python datetime module"
|
||||
DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
|
||||
HOMEPAGE = "https://dateutil.readthedocs.org"
|
||||
LICENSE = "BSD-3-Clause & Apache-2.0"
|
||||
LICENSE = "Apache-2.0 AND BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996"
|
||||
|
||||
SRC_URI[sha256sum] = "78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
|
||||
LICENSE = "Apache-2.0 & MIT & BSD-3-Clause"
|
||||
LICENSE = "Apache-2.0 AND BSD-3-Clause AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619"
|
||||
|
||||
SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "A coroutine-based Python networking library"
|
||||
DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \
|
||||
a high-level synchronous API on top of the libevent event loop."
|
||||
HOMEPAGE = "https://www.gevent.org"
|
||||
LICENSE = "MIT & Python-2.0"
|
||||
LICENSE = "MIT AND Python-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65"
|
||||
DEPENDS += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = "https://github.com/gmpy2/gmpy2"
|
||||
LICENSE = "GPL-3.0-only | LGPL-3.0-or-later"
|
||||
LICENSE = "GPL-3.0-only OR LGPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Python lightweight in-process concurrent programming"
|
||||
HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/"
|
||||
LICENSE = "MIT & PSF-2.0"
|
||||
LICENSE = "MIT AND PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
|
||||
file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Google gRPC"
|
||||
HOMEPAGE = "https://www.grpc.io/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause"
|
||||
LICENSE = "Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND MPL-2.0"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906 \
|
||||
file://third_party/utf8_range/utf8_validity.h;beginline=1;endline=5;md5=db08ddb5817e660489678e7c3653805a \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Pure-python wrapper for libusb-1.0"
|
||||
HOMEPAGE = "https://github.com/vpelletier/python-libusb1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LICENSE = "GPL-2.0-only AND LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
|
||||
HOMEPAGE = "https://github.com/python/mypy"
|
||||
LICENSE = "MIT & Python-2.0"
|
||||
LICENSE = "MIT AND Python-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8d62fd8f8648cb018e52857347e340b9"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
@@ -27,7 +27,7 @@ The source code is at https://github.com/eea/odfpy \
|
||||
Visit https://github.com/eea/odfpy/wiki for documentation and examples. \
|
||||
\
|
||||
The code at https://joinup.ec.europa.eu/software/odfpy/home is obsolete."
|
||||
LICENSE = "Apache-2.0 | (GPL-2.0-or-later & LGPL-2.0-or-later)"
|
||||
LICENSE = "GPL-2.0-or-later AND LGPL-2.0-or-later OR Apache-2.0"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://APACHE-LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Capture the outcome of Python function calls."
|
||||
HOMEPAGE = "https://github.com/python-trio/outcome"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LICENSE = "Apache-2.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
|
||||
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "MQTT version 3.1/3.1.1 client library"
|
||||
LICENSE = "EPL-1.0 | EDL-1.0"
|
||||
LICENSE = "EPL-1.0 OR LicenseRef-EDL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e5f264c6988aec56808a3a11e77b913 \
|
||||
file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \
|
||||
"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Python interface to Pocketsphinx libraries."
|
||||
DESCRIPTION = "Pythonsphinx is an Open source large vocabulary, speaker-independent continuous speech recognition engines."
|
||||
HOMEPAGE = "https://github.com/cmusphinx/pocketsphinx"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-2-Clause | BSD-3-Clause | MIT"
|
||||
LICENSE = "BSD-2-Clause OR BSD-3-Clause OR MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c4d720cdc9c6953091f65e8b01524bb4"
|
||||
|
||||
SRC_URI += "file://0001-cython-Use-cythyon3-in-cmake-check.patch"
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://developers.google.com/protocol-buffers/"
|
||||
SECTION = "devel/python"
|
||||
# MIT license is from utf8_range although it's packaged without this information
|
||||
# https://github.com/protocolbuffers/protobuf/blob/main/third_party/utf8_range/LICENSE
|
||||
LICENSE = "BSD-3-Clause & MIT"
|
||||
LICENSE = "BSD-3-Clause AND MIT"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://PKG-INFO;beginline=9;endline=9;md5=53dbfa56f61b90215a9f8f0d527c043d \
|
||||
file://utf8_range/utf8_range.h;beginline=1;endline=2;md5=f05b3ef36cc354d7134597075a1af64f \
|
||||
|
||||
@@ -7,7 +7,7 @@ be used to fetch objects identified by a URL from a Python program \
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = "http://pycurl.io/"
|
||||
|
||||
LICENSE = "LGPL-2.1-only | MIT"
|
||||
LICENSE = "LGPL-2.1-only OR MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \
|
||||
"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A pure Python netlink and Linux network configuration library"
|
||||
LICENSE = "GPL-2.0-or-later | Apache-2.0"
|
||||
LICENSE = "Apache-2.0 OR GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dccbff78d7d79ae7e53953d43445c6e6 \
|
||||
file://LICENSE.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://LICENSE.Apache-2.0;md5=34281e312165f843a2b7d1f114fe65ce"
|
||||
|
||||
@@ -5,7 +5,7 @@ used to create template Projects."
|
||||
|
||||
HOMEPAGE = "https://github.com/pyscaffold/pyscaffold"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "0BSD & MIT"
|
||||
LICENSE = "0BSD AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91"
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Sniff out which async library your code is running under"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT | Apache-2.0"
|
||||
LICENSE = "Apache-2.0 OR MIT"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
|
||||
file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Fast, Extensible Progress Meter"
|
||||
HOMEPAGE = "https://tqdm.github.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT & MPL-2.0"
|
||||
LICENSE = "MIT AND MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852"
|
||||
|
||||
SRC_URI[sha256sum] = "19829c9673638f2a0b8617da4cdcb927e831cd88bcfcb6e78d42a4d1af131520"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track of actual lines of file where error has happened."
|
||||
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LICENSE = "Apache-2.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4"
|
||||
|
||||
SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "A friendly Python library for async concurrency and I/O"
|
||||
HOMEPAGE = "https://github.com/python-trio/trio"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LICENSE = "Apache-2.0 AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
|
||||
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
|
||||
|
||||
@@ -4,7 +4,7 @@ UEFI firmware parser is a simple module and set of scripts for parsing, \
|
||||
extracting, and recreating UEFI firmware volumes. This includes parsing \
|
||||
modules for BIOS, OptionROM, Intel ME and other formats too."
|
||||
HOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser"
|
||||
LICENSE = "BSD-2-Clause & BSD-3-Clause"
|
||||
LICENSE = "BSD-2-Clause AND BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://setup.py;md5=f3ddb5c3a389eada068ddcf6b89f62b2"
|
||||
|
||||
SRC_URI = "git://github.com/theopolis/uefi-firmware-parser;protocol=https;branch=master;tag=v${PV}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Ultra fast JSON encoder and decoder for Python"
|
||||
DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3."
|
||||
|
||||
LICENSE = "BSD-3-Clause & TCL"
|
||||
LICENSE = "BSD-3-Clause AND TCL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1e3768cfe2662fa77c49c9c2d3804d87"
|
||||
|
||||
SRC_URI[sha256sum] = "d62e3d7625384c08082abad81a077af587fdef2761bb14c3822f4234b8d07d75"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# https://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb?h=master
|
||||
|
||||
SUMMARY = "Simple python library to deal with URI Templates."
|
||||
LICENSE = "Apache-2.0 | BSD-3-Clause"
|
||||
LICENSE = "Apache-2.0 OR BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6d769bdcfacac3c1a1ffa568937fe0"
|
||||
|
||||
SRC_URI[sha256sum] = "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "OFL-1.0 & MIT & CC-BY-4.0"
|
||||
LICENSE = "CC-BY-4.0 AND MIT AND OFL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://xstatic/pkg/font_awesome/data/LICENSE.txt;md5=57f9201afe70f877988912a7b233de47"
|
||||
|
||||
PYPI_PACKAGE = "xstatic_font_awesome"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Pure-Python Reed Solomon encoder/decoder"
|
||||
HOMEPAGE = "https://github.com/tomerfiliba/reedsolomon"
|
||||
LICENSE = "MIT-0 | Unlicense"
|
||||
LICENSE = "MIT-0 OR Unlicense"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ffde61aeb8917e70e0257e0a4b6d103c"
|
||||
|
||||
SRC_URI[sha256sum] = "e11528d63e75461d45b86c23f9db8260303d6ab6cae075fa9eddb44527ad8ece"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
|
||||
HOMEPAGE = "https://www.wxpython.org"
|
||||
|
||||
LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause"
|
||||
LICENSE = "BSD-2-Clause AND LGPL-2.0-only AND wxWindows"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35"
|
||||
|
||||
DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \
|
||||
|
||||
Reference in New Issue
Block a user