mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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 @@
|
||||
SUMMARY = "JavaScript library for dynamic web applications"
|
||||
HOMEPAGE = "https://jquery.com/"
|
||||
LICENSE = "GPL-2.0-only | MIT"
|
||||
LICENSE = "GPL-2.0-only OR MIT"
|
||||
LIC_FILES_CHKSUM = "file://usr/share/doc/libjs-jquery/copyright;md5=04bfd6e5b918af29f2f79ce44527da62"
|
||||
|
||||
SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Pure-JavaScript CSS selector engine"
|
||||
HOMEPAGE = "https://github.com/jquery/sizzle/wiki"
|
||||
LICENSE = "GPL-2.0-only & MIT & AFL-2.1"
|
||||
LICENSE = "AFL-2.1 AND GPL-2.0-only AND MIT"
|
||||
LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
|
||||
|
||||
SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user