mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Few improvements to license statement verbosity
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1+ & (LGPL-2.1 | LGPL-3.0 | LicenseRef-KDE-Accepted-LGPL)"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "cmake-native qttools qtbase-native qttools-native"
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
LICENSE = "LGPL-2.0"
|
||||
# note: autotests contain LGPL-3.0-or-later
|
||||
LICENSE = "BSD-3-Clause & LGPL-2.0+"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
Reference in New Issue
Block a user