diff --git a/.gitignore b/.gitignore index 3159f7f..76122ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 *.kdev4 diff --git a/README b/README index 9b6bc84..3174a8a 100644 --- a/README +++ b/README @@ -1,3 +1,12 @@ + + Dependencies ============ diff --git a/classes/cmake_kf5.bbclass b/classes/cmake_kf5.bbclass index e2c15dd..ad503e2 100644 --- a/classes/cmake_kf5.bbclass +++ b/classes/cmake_kf5.bbclass @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2019 Volker Krause +# +# SPDX-License-Identifier: MIT + inherit cmake_qt5 EXTRA_OECMAKE_class-native += " \ diff --git a/classes/kauth.bbclass b/classes/kauth.bbclass index d30e9f1..68b2495 100644 --- a/classes/kauth.bbclass +++ b/classes/kauth.bbclass @@ -1,4 +1,8 @@ # Class for recipes using KAuth host tools +# +# SPDX-FileCopyrightText: 2019 Volker Krause +# +# SPDX-License-Identifier: MIT DEPENDS += " \ kauth \ diff --git a/classes/kconfig.bbclass b/classes/kconfig.bbclass index 3c394a4..aced366 100644 --- a/classes/kconfig.bbclass +++ b/classes/kconfig.bbclass @@ -1,4 +1,8 @@ # Class for recipes using kconfig host tools +# +# SPDX-FileCopyrightText: 2019 Volker Krause +# +# SPDX-License-Identifier: MIT DEPENDS += " \ kconfig \ diff --git a/classes/kcoreaddons.bbclass b/classes/kcoreaddons.bbclass index 8727152..6e480ac 100644 --- a/classes/kcoreaddons.bbclass +++ b/classes/kcoreaddons.bbclass @@ -1,4 +1,8 @@ # Class for recipes using kcoreaddons host tools +# +# SPDX-FileCopyrightText: 2019 Volker Krause +# +# SPDX-License-Identifier: MIT do_compile_prepend() { # desktoptojson needs to find installed service type files diff --git a/classes/kdoctools.bbclass b/classes/kdoctools.bbclass index c83d250..319c0d4 100644 --- a/classes/kdoctools.bbclass +++ b/classes/kdoctools.bbclass @@ -1,4 +1,8 @@ # Class for recipes using kdoctools to build their documentation +# +# SPDX-FileCopyrightText: 2019 Volker Krause +# +# SPDX-License-Identifier: MIT do_compile_prepend() { # meinproc5 needs to find installed service type files diff --git a/classes/ki18n.bbclass b/classes/ki18n.bbclass index 7605de7..c123ba5 100644 --- a/classes/ki18n.bbclass +++ b/classes/ki18n.bbclass @@ -1,4 +1,9 @@ # Class for recipes using ki18n for internationalization +# +# SPDX-FileCopyrightText: 2019 Volker Krause +# +# SPDX-License-Identifier: MIT + inherit python3native inherit gettext diff --git a/classes/reuse_license_checksums.bbclass b/classes/reuse_license_checksums.bbclass index 66cb9ca..cace63b 100644 --- a/classes/reuse_license_checksums.bbclass +++ b/classes/reuse_license_checksums.bbclass @@ -1,8 +1,9 @@ -# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr -# SPDX-License-Identifier: MIT -# # Class for providing default checksum values based on licenses # installed according to REUSE specification +# +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT do_populate_lic_prepend() { license = d.getVar('LICENSE') or '' diff --git a/conf/layer.conf b/conf/layer.conf index 5d3ee68..d10ef60 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" diff --git a/recipes-kdesupport/phonon.inc b/recipes-kdesupport/phonon.inc index 36cda83..ff95008 100644 --- a/recipes-kdesupport/phonon.inc +++ b/recipes-kdesupport/phonon.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Phonon" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" diff --git a/recipes-kdesupport/phonon_4.10.1.bb b/recipes-kdesupport/phonon_4.10.1.bb index 56169bb..6082bec 100644 --- a/recipes-kdesupport/phonon_4.10.1.bb +++ b/recipes-kdesupport/phonon_4.10.1.bb @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + require ${PN}.inc SRCREV = "v${PV}" diff --git a/recipes-kdesupport/plasma-wayland-protocols.inc b/recipes-kdesupport/plasma-wayland-protocols.inc index b6210b9..c2154b7 100644 --- a/recipes-kdesupport/plasma-wayland-protocols.inc +++ b/recipes-kdesupport/plasma-wayland-protocols.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + + DESCRIPTION = "Plasma Wayland Protocols" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" diff --git a/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb b/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb index 56169bb..6082bec 100644 --- a/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb +++ b/recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + require ${PN}.inc SRCREV = "v${PV}" diff --git a/recipes-kdesupport/polkit-qt-1.inc b/recipes-kdesupport/polkit-qt-1.inc index b1dc035..044cab4 100644 --- a/recipes-kdesupport/polkit-qt-1.inc +++ b/recipes-kdesupport/polkit-qt-1.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017, 2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Polkit-Qt-1" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a" diff --git a/recipes-kdesupport/polkit-qt-1_0.112.0.bb b/recipes-kdesupport/polkit-qt-1_0.112.0.bb index 56169bb..6082bec 100644 --- a/recipes-kdesupport/polkit-qt-1_0.112.0.bb +++ b/recipes-kdesupport/polkit-qt-1_0.112.0.bb @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + require ${PN}.inc SRCREV = "v${PV}" diff --git a/recipes-kf5/obsolete/kdelibs4support.inc b/recipes-kf5/obsolete/kdelibs4support.inc index 4ee6355..e4fe9eb 100644 --- a/recipes-kf5/obsolete/kdelibs4support.inc +++ b/recipes-kf5/obsolete/kdelibs4support.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDELibs4Support" HOMEPAGE = "https://api.kde.org/frameworks/kdelibs4support/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/obsolete/kdesignerplugin.inc b/recipes-kf5/obsolete/kdesignerplugin.inc index 68c5971..a5785ae 100644 --- a/recipes-kf5/obsolete/kdesignerplugin.inc +++ b/recipes-kf5/obsolete/kdesignerplugin.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDesignerPlugin" HOMEPAGE = "https://api.kde.org/frameworks/kdesignerplugin/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/obsolete/kjs.inc b/recipes-kf5/obsolete/kjs.inc index 1068157..d69ca5b 100644 --- a/recipes-kf5/obsolete/kjs.inc +++ b/recipes-kf5/obsolete/kjs.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KJS" HOMEPAGE = "https://api.kde.org/frameworks/kjs/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/obsolete/kjsembed.inc b/recipes-kf5/obsolete/kjsembed.inc index d63b805..5ec968a 100644 --- a/recipes-kf5/obsolete/kjsembed.inc +++ b/recipes-kf5/obsolete/kjsembed.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KJSEmbed" HOMEPAGE = "https://api.kde.org/frameworks/kjsembed/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb index 432fb0e..f1c2b7b 100644 --- a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb +++ b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2019-2020 Volker Krause +# SPDX-FileCopyrightText: 2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + SUMMARY = "All KDE Frameworks 5 packages" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" diff --git a/recipes-kf5/tier1/attica.inc b/recipes-kf5/tier1/attica.inc index 2c13132..4f2f0b5 100644 --- a/recipes-kf5/tier1/attica.inc +++ b/recipes-kf5/tier1/attica.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Attica" HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/bluez-qt.inc b/recipes-kf5/tier1/bluez-qt.inc index c8974c4..61ea1d4 100644 --- a/recipes-kf5/tier1/bluez-qt.inc +++ b/recipes-kf5/tier1/bluez-qt.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "BluezQt" HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/breeze-icons.inc b/recipes-kf5/tier1/breeze-icons.inc index 737081f..ade357b 100644 --- a/recipes-kf5/tier1/breeze-icons.inc +++ b/recipes-kf5/tier1/breeze-icons.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Breeze Icons" HOMEPAGE = "https://api.kde.org/frameworks/breeze-icons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/extra-cmake-modules.inc b/recipes-kf5/tier1/extra-cmake-modules.inc index 15ad932..4f6b8ff 100644 --- a/recipes-kf5/tier1/extra-cmake-modules.inc +++ b/recipes-kf5/tier1/extra-cmake-modules.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Extra CMake Modules" HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html" LICENSE = "BSD-3-Clause" diff --git a/recipes-kf5/tier1/karchive.inc b/recipes-kf5/tier1/karchive.inc index 86d9c50..338f676 100644 --- a/recipes-kf5/tier1/karchive.inc +++ b/recipes-kf5/tier1/karchive.inc @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2014 Erik Botö +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KArchive" HOMEPAGE = "https://api.kde.org/frameworks/karchive/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kcalendarcore.inc b/recipes-kf5/tier1/kcalendarcore.inc index c340ac7..2688c91 100644 --- a/recipes-kf5/tier1/kcalendarcore.inc +++ b/recipes-kf5/tier1/kcalendarcore.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCalendarCore" HOMEPAGE = "https://api.kde.org/kdepim/kcalendarcore/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kcodecs.inc b/recipes-kf5/tier1/kcodecs.inc index a2d2334..e0d2737 100644 --- a/recipes-kf5/tier1/kcodecs.inc +++ b/recipes-kf5/tier1/kcodecs.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCodecs" HOMEPAGE = "https://api.kde.org/frameworks/kcodecs/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kconfig.inc b/recipes-kf5/tier1/kconfig.inc index 6b4b2ec..adbb5b2 100644 --- a/recipes-kf5/tier1/kconfig.inc +++ b/recipes-kf5/tier1/kconfig.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT +# # requires session management support in QtGui # eg. via PACKAGECONFIG_append_pn-qtbase = "sm" in local.conf diff --git a/recipes-kf5/tier1/kcoreaddons.inc b/recipes-kf5/tier1/kcoreaddons.inc index ce84a48..b44de0e 100644 --- a/recipes-kf5/tier1/kcoreaddons.inc +++ b/recipes-kf5/tier1/kcoreaddons.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCoreAddons" HOMEPAGE = "https://api.kde.org/frameworks/kcoreaddons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kdbusaddons.inc b/recipes-kf5/tier1/kdbusaddons.inc index 2e56cff..67009a2 100644 --- a/recipes-kf5/tier1/kdbusaddons.inc +++ b/recipes-kf5/tier1/kdbusaddons.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDBusAddons" HOMEPAGE = "https://api.kde.org/frameworks/kdbusaddons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kdnssd.inc b/recipes-kf5/tier1/kdnssd.inc index e90df08..7ed01da 100644 --- a/recipes-kf5/tier1/kdnssd.inc +++ b/recipes-kf5/tier1/kdnssd.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDNSSD" HOMEPAGE = "https://api.kde.org/frameworks/kdnssd/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kguiaddons.inc b/recipes-kf5/tier1/kguiaddons.inc index 81bde65..abcaee8 100644 --- a/recipes-kf5/tier1/kguiaddons.inc +++ b/recipes-kf5/tier1/kguiaddons.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KGuiAddons" HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kholidays.inc b/recipes-kf5/tier1/kholidays.inc index 7b5963c..6f969b9 100644 --- a/recipes-kf5/tier1/kholidays.inc +++ b/recipes-kf5/tier1/kholidays.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KHolidays" HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/ki18n.inc b/recipes-kf5/tier1/ki18n.inc index 7e7951e..d898b3c 100644 --- a/recipes-kf5/tier1/ki18n.inc +++ b/recipes-kf5/tier1/ki18n.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Ki18n" HOMEPAGE = "https://api.kde.org/frameworks/ki18n/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kidletime.inc b/recipes-kf5/tier1/kidletime.inc index 77e0824..d9b2561 100644 --- a/recipes-kf5/tier1/kidletime.inc +++ b/recipes-kf5/tier1/kidletime.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KIdleTime" HOMEPAGE = "https://api.kde.org/frameworks/kidletime/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kimageformats.inc b/recipes-kf5/tier1/kimageformats.inc index 8ec1926..5b2e805 100644 --- a/recipes-kf5/tier1/kimageformats.inc +++ b/recipes-kf5/tier1/kimageformats.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KImageFormats" HOMEPAGE = "https://api.kde.org/frameworks/kimageformats/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kirigami.inc b/recipes-kf5/tier1/kirigami.inc index 1115d70..9348c7b 100644 --- a/recipes-kf5/tier1/kirigami.inc +++ b/recipes-kf5/tier1/kirigami.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Kirigami" HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kitemmodels.inc b/recipes-kf5/tier1/kitemmodels.inc index 24e6732..3e69625 100644 --- a/recipes-kf5/tier1/kitemmodels.inc +++ b/recipes-kf5/tier1/kitemmodels.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KItemModels" HOMEPAGE = "https://api.kde.org/frameworks/kitemmodels/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kitemviews.inc b/recipes-kf5/tier1/kitemviews.inc index 0fc0c55..e92c0db 100644 --- a/recipes-kf5/tier1/kitemviews.inc +++ b/recipes-kf5/tier1/kitemviews.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KItemViews" HOMEPAGE = "https://api.kde.org/frameworks/kitemviews/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kplotting.inc b/recipes-kf5/tier1/kplotting.inc index d7e0562..4bee285 100644 --- a/recipes-kf5/tier1/kplotting.inc +++ b/recipes-kf5/tier1/kplotting.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KPlotting" HOMEPAGE = "https://api.kde.org/frameworks/kplotting/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier1/kquickcharts.inc b/recipes-kf5/tier1/kquickcharts.inc index 0e074b2..d32c24a 100644 --- a/recipes-kf5/tier1/kquickcharts.inc +++ b/recipes-kf5/tier1/kquickcharts.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KQuickCharts" HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/ksyntaxhighlighting.inc b/recipes-kf5/tier1/ksyntaxhighlighting.inc index 565c516..094d28e 100644 --- a/recipes-kf5/tier1/ksyntaxhighlighting.inc +++ b/recipes-kf5/tier1/ksyntaxhighlighting.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KSyntaxHighlighting" HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html" LICENSE = "MIT" diff --git a/recipes-kf5/tier1/kwayland.inc b/recipes-kf5/tier1/kwayland.inc index 937dd49..531f15f 100644 --- a/recipes-kf5/tier1/kwayland.inc +++ b/recipes-kf5/tier1/kwayland.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KWayland" HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kwidgetsaddons.inc b/recipes-kf5/tier1/kwidgetsaddons.inc index 659863f..88b0373 100644 --- a/recipes-kf5/tier1/kwidgetsaddons.inc +++ b/recipes-kf5/tier1/kwidgetsaddons.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KWidgetsAddons" HOMEPAGE = "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/kwindowsystem.inc b/recipes-kf5/tier1/kwindowsystem.inc index 4ec051b..62a99a1 100644 --- a/recipes-kf5/tier1/kwindowsystem.inc +++ b/recipes-kf5/tier1/kwindowsystem.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KWindowSystem" HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/modemmanager-qt.inc b/recipes-kf5/tier1/modemmanager-qt.inc index d1b5321..7ce222c 100644 --- a/recipes-kf5/tier1/modemmanager-qt.inc +++ b/recipes-kf5/tier1/modemmanager-qt.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "ModemManagerQt" HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/networkmanager-qt.inc b/recipes-kf5/tier1/networkmanager-qt.inc index 9e6402e..d54e79d 100644 --- a/recipes-kf5/tier1/networkmanager-qt.inc +++ b/recipes-kf5/tier1/networkmanager-qt.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "NetworkManagerQt" HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/oxygen-icons.inc b/recipes-kf5/tier1/oxygen-icons.inc index e1b1631..05e15de 100644 --- a/recipes-kf5/tier1/oxygen-icons.inc +++ b/recipes-kf5/tier1/oxygen-icons.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Oxygen Icons" HOMEPAGE = "https://api.kde.org/frameworks/oxygen-icons5/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/prison.inc b/recipes-kf5/tier1/prison.inc index ce5b8c9..54c8bfc 100644 --- a/recipes-kf5/tier1/prison.inc +++ b/recipes-kf5/tier1/prison.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Prison" HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html" LICENSE = "MIT" diff --git a/recipes-kf5/tier1/solid.inc b/recipes-kf5/tier1/solid.inc index f4fa81c..45f216f 100644 --- a/recipes-kf5/tier1/solid.inc +++ b/recipes-kf5/tier1/solid.inc @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Solid" HOMEPAGE = "https://api.kde.org/frameworks/solid/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/sonnet.inc b/recipes-kf5/tier1/sonnet.inc index 185a2bc..7772217 100644 --- a/recipes-kf5/tier1/sonnet.inc +++ b/recipes-kf5/tier1/sonnet.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Sonnet" HOMEPAGE = "https://api.kde.org/frameworks/sonnet/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier1/threadweaver.inc b/recipes-kf5/tier1/threadweaver.inc index c1ac5ad..4b626f1 100644 --- a/recipes-kf5/tier1/threadweaver.inc +++ b/recipes-kf5/tier1/threadweaver.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2016 Sébastien Taylor +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "ThreadWeaver" HOMEPAGE = "https://api.kde.org/frameworks/threadweaver/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/kactivities.inc b/recipes-kf5/tier2/kactivities.inc index 80b4648..c90f2b3 100644 --- a/recipes-kf5/tier2/kactivities.inc +++ b/recipes-kf5/tier2/kactivities.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KActivities" HOMEPAGE = "https://api.kde.org/frameworks/kactivities/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kauth.inc b/recipes-kf5/tier2/kauth.inc index bfaf05c..319f1a6 100644 --- a/recipes-kf5/tier2/kauth.inc +++ b/recipes-kf5/tier2/kauth.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KAuth" HOMEPAGE = "https://api.kde.org/frameworks/kauth/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kcompletion.inc b/recipes-kf5/tier2/kcompletion.inc index 74dcd53..9ea3140 100644 --- a/recipes-kf5/tier2/kcompletion.inc +++ b/recipes-kf5/tier2/kcompletion.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCompletion" HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kcontacts.inc b/recipes-kf5/tier2/kcontacts.inc index 866c050..e15d8a2 100644 --- a/recipes-kf5/tier2/kcontacts.inc +++ b/recipes-kf5/tier2/kcontacts.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2019-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KContacts" HOMEPAGE = "https://api.kde.org/kdepim/kcontacts/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/kcrash.inc b/recipes-kf5/tier2/kcrash.inc index 1f2ab94..f84e4f6 100644 --- a/recipes-kf5/tier2/kcrash.inc +++ b/recipes-kf5/tier2/kcrash.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCrash" HOMEPAGE = "https://api.kde.org/frameworks/kcrash/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/kdoctools.inc b/recipes-kf5/tier2/kdoctools.inc index 1bec695..93a6d2c 100644 --- a/recipes-kf5/tier2/kdoctools.inc +++ b/recipes-kf5/tier2/kdoctools.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDocTools" HOMEPAGE = "https://api.kde.org/frameworks/kdoctools/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc index 2a7f29c..5e2e5f4 100644 --- a/recipes-kf5/tier2/kfilemetadata.inc +++ b/recipes-kf5/tier2/kfilemetadata.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2019 Hannah Kiekens +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KFileMetaData" HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kjobwidgets.inc b/recipes-kf5/tier2/kjobwidgets.inc index 1e0b58e..c923fdb 100644 --- a/recipes-kf5/tier2/kjobwidgets.inc +++ b/recipes-kf5/tier2/kjobwidgets.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KJobWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/knotifications.inc b/recipes-kf5/tier2/knotifications.inc index 0fe1895..e13b279 100644 --- a/recipes-kf5/tier2/knotifications.inc +++ b/recipes-kf5/tier2/knotifications.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KNotifications" HOMEPAGE = "https://api.kde.org/frameworks/knotifications/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier2/kpackage.inc b/recipes-kf5/tier2/kpackage.inc index c144392..e55a830 100644 --- a/recipes-kf5/tier2/kpackage.inc +++ b/recipes-kf5/tier2/kpackage.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KPackage" HOMEPAGE = "https://api.kde.org/frameworks/kpackage/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc index 4c6c312..87e1698 100644 --- a/recipes-kf5/tier2/kpty.inc +++ b/recipes-kf5/tier2/kpty.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KPty" HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/kunitconversion.inc b/recipes-kf5/tier2/kunitconversion.inc index 35b0d73..4da19a6 100644 --- a/recipes-kf5/tier2/kunitconversion.inc +++ b/recipes-kf5/tier2/kunitconversion.inc @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2014 Johan Thelin +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KUnitConversion" HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier2/syndication.inc b/recipes-kf5/tier2/syndication.inc index 95d35b2..f6e391f 100644 --- a/recipes-kf5/tier2/syndication.inc +++ b/recipes-kf5/tier2/syndication.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Syndication" HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/baloo.inc b/recipes-kf5/tier3/baloo.inc index f5ce717..41a33ee 100644 --- a/recipes-kf5/tier3/baloo.inc +++ b/recipes-kf5/tier3/baloo.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2020 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Baloo" HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kactivitiesstats.inc b/recipes-kf5/tier3/kactivitiesstats.inc index a474f02..363a6d6 100644 --- a/recipes-kf5/tier3/kactivitiesstats.inc +++ b/recipes-kf5/tier3/kactivitiesstats.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KActivitiesStats" HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kbookmarks.inc b/recipes-kf5/tier3/kbookmarks.inc index 7fda1f1..f88a33c 100644 --- a/recipes-kf5/tier3/kbookmarks.inc +++ b/recipes-kf5/tier3/kbookmarks.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KBookmarks" HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/kcmutils.inc b/recipes-kf5/tier3/kcmutils.inc index 47a31f4..030e2af 100644 --- a/recipes-kf5/tier3/kcmutils.inc +++ b/recipes-kf5/tier3/kcmutils.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KCMUtils" HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/kconfigwidgets.inc b/recipes-kf5/tier3/kconfigwidgets.inc index 98321d9..22c1dce 100644 --- a/recipes-kf5/tier3/kconfigwidgets.inc +++ b/recipes-kf5/tier3/kconfigwidgets.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KConfigWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kdav.inc b/recipes-kf5/tier3/kdav.inc index dcfa3ba..a77190b 100644 --- a/recipes-kf5/tier3/kdav.inc +++ b/recipes-kf5/tier3/kdav.inc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDAV" HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/kdeclarative.inc b/recipes-kf5/tier3/kdeclarative.inc index 2a7ad10..739f4fd 100644 --- a/recipes-kf5/tier3/kdeclarative.inc +++ b/recipes-kf5/tier3/kdeclarative.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDeclarative" HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kded.inc b/recipes-kf5/tier3/kded.inc index 51042a0..516d15f 100644 --- a/recipes-kf5/tier3/kded.inc +++ b/recipes-kf5/tier3/kded.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDED" HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/kdesu.inc b/recipes-kf5/tier3/kdesu.inc index fff2e8a..f854152 100644 --- a/recipes-kf5/tier3/kdesu.inc +++ b/recipes-kf5/tier3/kdesu.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KDESu" HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kemoticons.inc b/recipes-kf5/tier3/kemoticons.inc index f54e174..e9a8b74 100644 --- a/recipes-kf5/tier3/kemoticons.inc +++ b/recipes-kf5/tier3/kemoticons.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KEmoticons" HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kglobalaccel.inc b/recipes-kf5/tier3/kglobalaccel.inc index 456ef2b..0cab7d2 100644 --- a/recipes-kf5/tier3/kglobalaccel.inc +++ b/recipes-kf5/tier3/kglobalaccel.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KGlobalAccel" HOMEPAGE = "https://api.kde.org/frameworks/kglobalaccel/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kiconthemes.inc b/recipes-kf5/tier3/kiconthemes.inc index ef95ab7..38f292e 100644 --- a/recipes-kf5/tier3/kiconthemes.inc +++ b/recipes-kf5/tier3/kiconthemes.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KIconThemes" HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kinit.inc b/recipes-kf5/tier3/kinit.inc index 41e1b00..16b190a 100644 --- a/recipes-kf5/tier3/kinit.inc +++ b/recipes-kf5/tier3/kinit.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KInit" HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kio.inc b/recipes-kf5/tier3/kio.inc index 1fa3433..3ba88ba 100644 --- a/recipes-kf5/tier3/kio.inc +++ b/recipes-kf5/tier3/kio.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KIO" HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/knewstuff.inc b/recipes-kf5/tier3/knewstuff.inc index 37cc2e9..16df914 100644 --- a/recipes-kf5/tier3/knewstuff.inc +++ b/recipes-kf5/tier3/knewstuff.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KNewStuff" HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/knotifyconfig.inc b/recipes-kf5/tier3/knotifyconfig.inc index 1afd7e2..41bb6f0 100644 --- a/recipes-kf5/tier3/knotifyconfig.inc +++ b/recipes-kf5/tier3/knotifyconfig.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KNotifyConfig" HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/kparts.inc b/recipes-kf5/tier3/kparts.inc index 1df91bb..5a7779c 100644 --- a/recipes-kf5/tier3/kparts.inc +++ b/recipes-kf5/tier3/kparts.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KParts" HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kpeople.inc b/recipes-kf5/tier3/kpeople.inc index c6883ce..310595f 100644 --- a/recipes-kf5/tier3/kpeople.inc +++ b/recipes-kf5/tier3/kpeople.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KPeople" HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/krunner.inc b/recipes-kf5/tier3/krunner.inc index 8faa8d8..69fc99e 100644 --- a/recipes-kf5/tier3/krunner.inc +++ b/recipes-kf5/tier3/krunner.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KRunner" HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kservice.inc b/recipes-kf5/tier3/kservice.inc index 29b86de..11e7754 100644 --- a/recipes-kf5/tier3/kservice.inc +++ b/recipes-kf5/tier3/kservice.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KService" HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/ktexteditor.inc b/recipes-kf5/tier3/ktexteditor.inc index 114f50e..05a6e8a 100644 --- a/recipes-kf5/tier3/ktexteditor.inc +++ b/recipes-kf5/tier3/ktexteditor.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018-2019 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KTextEditor" HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/ktextwidgets.inc b/recipes-kf5/tier3/ktextwidgets.inc index 98ef253..e245b14 100644 --- a/recipes-kf5/tier3/ktextwidgets.inc +++ b/recipes-kf5/tier3/ktextwidgets.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KTextWidgets" HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kwallet.inc b/recipes-kf5/tier3/kwallet.inc index 030b292..357dfb7 100644 --- a/recipes-kf5/tier3/kwallet.inc +++ b/recipes-kf5/tier3/kwallet.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KWallet" HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kxmlgui.inc b/recipes-kf5/tier3/kxmlgui.inc index 36945da..4d689fa 100644 --- a/recipes-kf5/tier3/kxmlgui.inc +++ b/recipes-kf5/tier3/kxmlgui.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KXmlGui" HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/kxmlrpcclient.inc b/recipes-kf5/tier3/kxmlrpcclient.inc index c1e1032..9cdddbe 100644 --- a/recipes-kf5/tier3/kxmlrpcclient.inc +++ b/recipes-kf5/tier3/kxmlrpcclient.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "KXmlRpcClient" HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-kf5/tier3/plasma-framework.inc b/recipes-kf5/tier3/plasma-framework.inc index 3907cc1..f06a4f3 100644 --- a/recipes-kf5/tier3/plasma-framework.inc +++ b/recipes-kf5/tier3/plasma-framework.inc @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2018 Alistair Francis +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Plama Framework" HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/purpose.inc b/recipes-kf5/tier3/purpose.inc index 6ca9226..95412ca 100644 --- a/recipes-kf5/tier3/purpose.inc +++ b/recipes-kf5/tier3/purpose.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Purpose" HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html" LICENSE = "LGPL-2.1" diff --git a/recipes-kf5/tier3/qqc2-desktop-style.inc b/recipes-kf5/tier3/qqc2-desktop-style.inc index b35aa07..72adfdf 100644 --- a/recipes-kf5/tier3/qqc2-desktop-style.inc +++ b/recipes-kf5/tier3/qqc2-desktop-style.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "QQC2 Desktop Style" HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html" LICENSE = "LGPL-3.0" diff --git a/recipes-kf5/tier4/frameworkintegration.inc b/recipes-kf5/tier4/frameworkintegration.inc index c4745ee..3edcfeb 100644 --- a/recipes-kf5/tier4/frameworkintegration.inc +++ b/recipes-kf5/tier4/frameworkintegration.inc @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018-2020 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Workspace and cross-framework integration plugins" HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html" LICENSE = "LGPL-2.0" diff --git a/recipes-support/libdmtx_0.7.4.bb b/recipes-support/libdmtx_0.7.4.bb index 07ce728..9f5f684 100644 --- a/recipes-support/libdmtx_0.7.4.bb +++ b/recipes-support/libdmtx_0.7.4.bb @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017 Volker Krause +# SPDX-FileCopyrightText: 2019 Alistair Francis +# +# SPDX-License-Identifier: MIT + DESCRIPTION = "Library for reading and writing data matrix barcodes" HOMEPAGE = "http://libdmtx.sourceforge.net/" LICENSE = "BSD-2-Clause" diff --git a/recipes-support/lmdb_0.9.21.bb b/recipes-support/lmdb_0.9.21.bb index 8af1dd8..f9e8d73 100644 --- a/recipes-support/lmdb_0.9.21.bb +++ b/recipes-support/lmdb_0.9.21.bb @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2017-2019 Volker Krause +# SPDX-FileCopyrightText: 2019 Hannah Kiekens +# +# SPDX-License-Identifier: MIT + SUMMARY = "Lightning Memory-Mapped Database (LMDB)" HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/" LICENSE = "OLDAP-2.8" diff --git a/scripts/kf5-release.sh b/scripts/kf5-release.sh index 495c9df..57fd036 100755 --- a/scripts/kf5-release.sh +++ b/scripts/kf5-release.sh @@ -2,6 +2,10 @@ # # add/remove KF5 release recipes # +# SPDX-FileCopyrightText: 2017-2018 Volker Krause +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT function usage() { diff --git a/scripts/recipe-qa.sh b/scripts/recipe-qa.sh index 57a8163..60f7188 100755 --- a/scripts/recipe-qa.sh +++ b/scripts/recipe-qa.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# SPDX-FileCopyrightText: 2017 Volker Krause +# +# SPDX-License-Identifier: MIT function validate_url() {