All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "The Open Source Chemistry Toolbox"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a41ad1c85f8bc03e14593891be09cf09"
|
||||
|
||||
inherit cmake
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok."
|
||||
HOMEPAGE = "http://sigrok.org/wiki/Main_Page"
|
||||
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "A Qt5 library with input/output helpers"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
||||
|
||||
inherit cmake_qt5
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Qt markdown report generator "
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
|
||||
"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A library to ease up Font-Awesome handling in QML"
|
||||
LICENSE = "GPL-3.0 & OFL-1.1"
|
||||
LICENSE = "GPL-3.0-only & OFL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fecd21dee2128ddcc4579bc72ad08b80"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Meta-Object (QML) wrapper for KSyntaxHighlighting"
|
||||
LICENSE = "LGPL-3.0"
|
||||
LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL-3;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A Qt/Qml wrapper library for markdown libraries cmark and sundown"
|
||||
LICENSE = "GPL-3.0 & BSD-2-Clause & MIT & SUNDOWN"
|
||||
LICENSE = "GPL-3.0-only & BSD-2-Clause & MIT & SUNDOWN"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
|
||||
file://LICENSE.cmarkdown-gfm;md5=81f9cae6293cc0345a9144b78152ab62 \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Simple WYSIWYG CommonMark(down) editor"
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4473596678d62d9d83096273422c8c"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Make Qt applications look gnomeish"
|
||||
HOMEPAGE = "https://github.com/FedoraQt/adwaita-qt"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
|
||||
|
||||
inherit cmake_qt5 features_check
|
||||
|
||||
Reference in New Issue
Block a user