mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 19:07:16 +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:
@@ -3,7 +3,7 @@ DESCRIPTION = "Xfce screensaver is a screen saver and locker that aims to have s
|
||||
HOMEPAGE = "https://git.xfce.org/apps/xfce4-screensaver/about/"
|
||||
SECTION = "x11/application"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later "
|
||||
LICENSE = "GPL-2.0-or-later AND LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Xfce Menu Library"
|
||||
HOMEPAGE = "https://docs.xfce.org/xfce/garcon/start"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only"
|
||||
LICENSE = "GFDL-1.1-no-invariants-only AND LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||
DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user