From 37a95de3f3bd499ac9ecf73d42ceba33c0fba768 Mon Sep 17 00:00:00 2001 From: Noah Davis Date: Wed, 19 Aug 2020 18:14:19 -0400 Subject: [PATCH] Add missing license headers --- .../data/testconfigpackage/contents/config/config.qml | 4 ++++ .../data/testconfigpackage/contents/ui/ConfigGeneral.qml | 4 ++++ autotests/data/testconfigpackage/contents/ui/main.qml | 4 ++++ autotests/data/testfallbackpackage/contents/ui/main.qml | 5 +++++ autotests/data/testpackage/contents/ui/main.qml | 5 +++++ autotests/data/testpackage/contents/ui/otherfile.qml | 5 +++++ autotests/data/view.qml | 5 +++++ src/declarativeimports/plasmacomponents3/SpinBox.qml | 6 +++++- tests/buttons_pc3.0.qml | 4 ++++ tests/components/ComponentBase.qml | 5 +++++ tests/components/busyindicator.qml | 6 ++++++ tests/components/busyindicator3.qml | 5 +++++ tests/components/button.qml | 7 +++++++ tests/components/button3.qml | 7 +++++++ tests/components/checkbox.qml | 5 +++++ tests/components/checkbox3.qml | 6 ++++++ tests/components/combobox.qml | 7 +++++++ tests/components/combobox3.qml | 5 +++++ tests/components/menu.qml | 6 ++++++ tests/components/progressbar.qml | 6 ++++++ tests/components/progressbar3.qml | 5 +++++ tests/components/radiobutton.qml | 5 +++++ tests/components/radiobutton3.qml | 6 ++++++ tests/components/slider.qml | 4 ++++ tests/components/slider3.qml | 5 +++++ tests/components/tabbar3.qml | 5 +++++ tests/components/textarea.qml | 6 ++++++ tests/components/textarea3.qml | 5 +++++ tests/components/textfield.qml | 5 +++++ tests/components/textfield3.qml | 5 +++++ tests/components/toolbutton.qml | 5 +++++ tests/components/toolbutton3.qml | 6 ++++++ 32 files changed, 168 insertions(+), 1 deletion(-) diff --git a/autotests/data/testconfigpackage/contents/config/config.qml b/autotests/data/testconfigpackage/contents/config/config.qml index fe6ab8bd4..fade1cb41 100644 --- a/autotests/data/testconfigpackage/contents/config/config.qml +++ b/autotests/data/testconfigpackage/contents/config/config.qml @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2016 David Rosca + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import org.kde.plasma.configuration 2.0 diff --git a/autotests/data/testconfigpackage/contents/ui/ConfigGeneral.qml b/autotests/data/testconfigpackage/contents/ui/ConfigGeneral.qml index cde850a9d..3b0851f1b 100644 --- a/autotests/data/testconfigpackage/contents/ui/ConfigGeneral.qml +++ b/autotests/data/testconfigpackage/contents/ui/ConfigGeneral.qml @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2016 David Rosca + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Rectangle { diff --git a/autotests/data/testconfigpackage/contents/ui/main.qml b/autotests/data/testconfigpackage/contents/ui/main.qml index cde850a9d..3b0851f1b 100644 --- a/autotests/data/testconfigpackage/contents/ui/main.qml +++ b/autotests/data/testconfigpackage/contents/ui/main.qml @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2016 David Rosca + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Rectangle { diff --git a/autotests/data/testfallbackpackage/contents/ui/main.qml b/autotests/data/testfallbackpackage/contents/ui/main.qml index cde850a9d..c23e1707f 100644 --- a/autotests/data/testfallbackpackage/contents/ui/main.qml +++ b/autotests/data/testfallbackpackage/contents/ui/main.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2014 Marco Martin + * SPDX-FileCopyrightText: 2014 Vishesh Handa + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Rectangle { diff --git a/autotests/data/testpackage/contents/ui/main.qml b/autotests/data/testpackage/contents/ui/main.qml index cde850a9d..7a8ff9bff 100644 --- a/autotests/data/testpackage/contents/ui/main.qml +++ b/autotests/data/testpackage/contents/ui/main.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2014 Marco Martin + * SPDX-FileCopyrightText: 2014 Sebastian Kügler + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Rectangle { diff --git a/autotests/data/testpackage/contents/ui/otherfile.qml b/autotests/data/testpackage/contents/ui/otherfile.qml index cde850a9d..c23e1707f 100644 --- a/autotests/data/testpackage/contents/ui/otherfile.qml +++ b/autotests/data/testpackage/contents/ui/otherfile.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2014 Marco Martin + * SPDX-FileCopyrightText: 2014 Vishesh Handa + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Rectangle { diff --git a/autotests/data/view.qml b/autotests/data/view.qml index 43c05aee0..4475dd9a4 100644 --- a/autotests/data/view.qml +++ b/autotests/data/view.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2016 David Rosca + * SPDX-FileCopyrightText: 2016 Marco Martin + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 Item { width: 100 diff --git a/src/declarativeimports/plasmacomponents3/SpinBox.qml b/src/declarativeimports/plasmacomponents3/SpinBox.qml index 194e5c350..212bfb706 100644 --- a/src/declarativeimports/plasmacomponents3/SpinBox.qml +++ b/src/declarativeimports/plasmacomponents3/SpinBox.qml @@ -1,4 +1,8 @@ - +/* + * SPDX-FileCopyrightText: 2017 Marco Martin + * SPDX-FileCopyrightText: 2020 Nate Graham + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.12 import QtQuick.Controls @QQC2_VERSION@ diff --git a/tests/buttons_pc3.0.qml b/tests/buttons_pc3.0.qml index 343d2010d..6bd170add 100644 --- a/tests/buttons_pc3.0.qml +++ b/tests/buttons_pc3.0.qml @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2018 Aleix Pol + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import org.kde.plasma.components 3.0 as PlasmaComponents diff --git a/tests/components/ComponentBase.qml b/tests/components/ComponentBase.qml index d52d5247e..0bd926354 100644 --- a/tests/components/ComponentBase.qml +++ b/tests/components/ComponentBase.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/busyindicator.qml b/tests/components/busyindicator.qml index 597c8bc0b..b2e480c64 100644 --- a/tests/components/busyindicator.qml +++ b/tests/components/busyindicator.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2014 Kai Uwe Broulik + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/busyindicator3.qml b/tests/components/busyindicator3.qml index 5b0051ceb..fac6207f7 100644 --- a/tests/components/busyindicator3.qml +++ b/tests/components/busyindicator3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/button.qml b/tests/components/button.qml index 2a22cdc8e..2035951fd 100644 --- a/tests/components/button.qml +++ b/tests/components/button.qml @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2015 Marco Martin + * SPDX-FileCopyrightText: 2020 Nate Graham + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import QtQuick.Controls 1.2 diff --git a/tests/components/button3.qml b/tests/components/button3.qml index 235d5b456..567652314 100644 --- a/tests/components/button3.qml +++ b/tests/components/button3.qml @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Marco Martin + * SPDX-FileCopyrightText: 2020 Nate Graham + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/checkbox.qml b/tests/components/checkbox.qml index 380e67147..577b89f07 100644 --- a/tests/components/checkbox.qml +++ b/tests/components/checkbox.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2017 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import QtQuick.Controls 1.2 diff --git a/tests/components/checkbox3.qml b/tests/components/checkbox3.qml index f9864e4e8..b36236d9f 100644 --- a/tests/components/checkbox3.qml +++ b/tests/components/checkbox3.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Nate Graham + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/combobox.qml b/tests/components/combobox.qml index 5c1b1229c..e96663189 100644 --- a/tests/components/combobox.qml +++ b/tests/components/combobox.qml @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2014 Marco Martin + * SPDX-FileCopyrightText: 2019 Yuri Chornoivan + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/combobox3.qml b/tests/components/combobox3.qml index 643603011..626c8768b 100644 --- a/tests/components/combobox3.qml +++ b/tests/components/combobox3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/menu.qml b/tests/components/menu.qml index 228114002..65eda8ebe 100644 --- a/tests/components/menu.qml +++ b/tests/components/menu.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2015 Kai Uwe Broulik + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/progressbar.qml b/tests/components/progressbar.qml index d579bf268..0146997b4 100644 --- a/tests/components/progressbar.qml +++ b/tests/components/progressbar.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2014 Kai Uwe Broulik + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/progressbar3.qml b/tests/components/progressbar3.qml index 34cfbef2a..796c082ae 100644 --- a/tests/components/progressbar3.qml +++ b/tests/components/progressbar3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/radiobutton.qml b/tests/components/radiobutton.qml index 809a92229..f439ec09f 100644 --- a/tests/components/radiobutton.qml +++ b/tests/components/radiobutton.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2017 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import QtQuick.Controls 1.2 diff --git a/tests/components/radiobutton3.qml b/tests/components/radiobutton3.qml index 494eb35bd..688837c5e 100644 --- a/tests/components/radiobutton3.qml +++ b/tests/components/radiobutton3.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 George Vogiatzis + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/slider.qml b/tests/components/slider.qml index 4cd33825d..0e00db01e 100644 --- a/tests/components/slider.qml +++ b/tests/components/slider.qml @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/slider3.qml b/tests/components/slider3.qml index ea38df1d1..d4cfeddc2 100644 --- a/tests/components/slider3.qml +++ b/tests/components/slider3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 Aleix Pol + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/tabbar3.qml b/tests/components/tabbar3.qml index e013226dc..d39fe9741 100644 --- a/tests/components/tabbar3.qml +++ b/tests/components/tabbar3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2020 Marco Martin + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/textarea.qml b/tests/components/textarea.qml index ffe694502..75d1d3344 100644 --- a/tests/components/textarea.qml +++ b/tests/components/textarea.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2019 Yuri Chornoivan + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import QtQuick.Controls 1.3 diff --git a/tests/components/textarea3.qml b/tests/components/textarea3.qml index a4c909a11..f016f56e2 100644 --- a/tests/components/textarea3.qml +++ b/tests/components/textarea3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/textfield.qml b/tests/components/textfield.qml index 3c8738a37..fffee19cf 100644 --- a/tests/components/textfield.qml +++ b/tests/components/textfield.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import QtQuick.Controls 1.3 diff --git a/tests/components/textfield3.qml b/tests/components/textfield3.qml index d7e03d5a2..e80f02935 100644 --- a/tests/components/textfield3.qml +++ b/tests/components/textfield3.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/toolbutton.qml b/tests/components/toolbutton.qml index a4baf6259..252517cb6 100644 --- a/tests/components/toolbutton.qml +++ b/tests/components/toolbutton.qml @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2014 David Edmundson + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.12 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/tests/components/toolbutton3.qml b/tests/components/toolbutton3.qml index 8a04c6972..7baf7a0d9 100644 --- a/tests/components/toolbutton3.qml +++ b/tests/components/toolbutton3.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2019 David Edmundson + * SPDX-FileCopyrightText: 2020 Marco Martin + * SPDX-FileCopyrightText: 2020 Noah Davis + * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL + */ import QtQuick 2.0 import QtQuick.Layouts 1.4 import org.kde.plasma.core 2.0 as PlasmaCore