add missing copyright notices and upgrade qml module imports
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 16 May 2023 14:48:30 +0000 (16:48 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:07 +0000 (18:16 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
18 files changed:
src/gui/BasicComboBox.qml
src/gui/ErrorBox.qml
src/gui/tray/ActivityItemActions.qml
src/gui/tray/ActivityItemContent.qml
src/gui/tray/ActivityItemContextMenu.qml
src/gui/tray/ActivityList.qml
src/gui/tray/CustomButton.qml
src/gui/tray/HeaderButton.qml
src/gui/tray/UnifiedSearchInputContainer.qml
src/gui/tray/UnifiedSearchResultFetchMoreTrigger.qml
src/gui/tray/UnifiedSearchResultItem.qml
src/gui/tray/UnifiedSearchResultItemSkeleton.qml
src/gui/tray/UnifiedSearchResultItemSkeletonContainer.qml
src/gui/tray/UnifiedSearchResultListItem.qml
src/gui/tray/UnifiedSearchResultNothingFound.qml
src/gui/tray/UnifiedSearchResultSectionItem.qml
src/gui/tray/UserLine.qml
src/gui/tray/Window.qml

index 1c184c9e9874a44bd632fa72b6072939b8471481..3437a0a5723b42d55be1cab17de9122acbac7b58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) by Claudio Cambra <claudio.cambra@nextcloud.com>
+ * Copyright (C) 2022 by Claudio Cambra <claudio.cambra@nextcloud.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 import QtQuick 2.15
 import QtQuick.Layouts 1.15
 import QtQuick.Controls 2.15
-import QtGraphicalEffects 1.0
+import QtGraphicalEffects 1.15
 
 import Style 1.0
 import "./tray"
index 2a84c130e2341deb6ecb5cad300533120fb6b340..a90c9a0c509c8de496c43a736448665d92443ef1 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2021 by Felix Weilbach <felix.weilbach@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQuick 2.15
 import QtQuick.Layouts 1.15
 import QtQuick.Controls 2.15
index 908aab9d6b372f94a513e65b529739e45c50aea0..fe97817021cf3f91316950bfa1209de7e7e75481 100644 (file)
@@ -1,7 +1,7 @@
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
 import Style 1.0
 import com.nextcloud.desktopclient 1.0
 
index 88caedaea48c6244a6fc91326fb86088993f2244..ae534591287dcc259d85bbb02dc02f1278d44e7e 100644 (file)
@@ -1,9 +1,9 @@
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
-import Style 1.0
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
 import QtGraphicalEffects 1.15
+import Style 1.0
 import com.nextcloud.desktopclient 1.0
 
 RowLayout {
index de35e3584835148f5292695cf628def4288a1f19..acbe7ee8214629c0ebdfbafd385b89bc74c6d626 100644 (file)
@@ -1,6 +1,6 @@
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
+import QtQuick.Controls 2.15
 import Style 1.0
 
 AutoSizingMenu {
index 995d225b28e878f6bc7f7a1603cfa07e12b43a73..0f690ca27b7fbe536bb6365cb0da104f5709b34d 100644 (file)
@@ -3,7 +3,6 @@ import QtQuick.Controls 2.15
 
 import Style 1.0
 import com.nextcloud.desktopclient 1.0 as NC
-import Style 1.0
 
 ScrollView {
     id: controlRoot
index c21ab16ebaf26dd6b3b2ca3a28b7e20b816eae33..69050b541bc71c8a647d6092ff2dc9c904da417a 100644 (file)
@@ -1,6 +1,20 @@
+/*
+ * Copyright (C) 2022 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
 import Style 1.0
 
 Button {
index f2528c10bafae6cc2fb2c592630b76cc2cfaec41..43ac7e14d346c181cebf3fa6eb2d82b3a1230a3d 100644 (file)
@@ -1,10 +1,24 @@
-import QtQml 2.1
-import QtQml.Models 2.1
-import QtQuick 2.9
-import QtQuick.Window 2.3
-import QtQuick.Controls 2.2
-import QtQuick.Layouts 1.2
-import QtGraphicalEffects 1.0
+/*
+ * Copyright (C) 2020 by Nicolas Fella <nicolas.fella@gmx.de>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
+import QtQml 2.15
+import QtQml.Models 2.15
+import QtQuick 2.15
+import QtQuick.Window 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
+import QtGraphicalEffects 1.15
 
 // Custom qml modules are in /theme (and included by resources.qrc)
 import Style 1.0
index 6dc0e17a72d3d2f2c0258e038e5564fe526dcdd4..6fd92ecad47545e438e3c69ff135349b6f78e796 100644 (file)
@@ -1,7 +1,21 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtGraphicalEffects 1.0
+import QtQuick.Controls 2.15
+import QtGraphicalEffects 1.15
 import Style 1.0
 
 import com.nextcloud.desktopclient 1.0
index 51b88718b727a5ca4aee923985d0b1506c2d6ab0..642129ccc36f6f77ab72d387e7f77ba59b32ba6a 100644 (file)
@@ -1,7 +1,21 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
 import Style 1.0
 
 ColumnLayout {
index 3a3c2edfd25722ef19c316a326c5c574ae75649d..eed8bf22dece17be1ba9553538b7cad919ea76b2 100644 (file)
@@ -1,8 +1,22 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
-import QtQuick 2.9
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
-import QtGraphicalEffects 1.0
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
+import QtGraphicalEffects 1.15
 
 import Style 1.0
 
index a5d845752b8f580e242978558b63123a87d6c2e8..b956df9d8bed2c85557c0f18f384296c894eaa1b 100644 (file)
@@ -1,6 +1,20 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Layouts 1.2
+import QtQuick.Layouts 1.15
 import QtGraphicalEffects 1.15
 import Style 1.0
 
index 6855cd622a78f30b408e7665647f5ba2089e5534..03e6613646153739e8c4923ecae8efeb41bf2b18 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
 import QtQuick.Layouts 1.15
index be622fbaa86eee9e4fe794cfd3142ee52bce376e..2c27c0fb92d424eb41351dfec3f24a5b2bcbc752 100644 (file)
@@ -1,6 +1,20 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
+import QtQuick.Controls 2.15
 import Style 1.0
 import com.nextcloud.desktopclient 1.0
 
index 5ceb1e5e7af3b8d5670e1ce6fb42fadf2b5b78d5..d1ff10bdfdd5be448cb60c469914cf9e65e49ce2 100644 (file)
@@ -1,7 +1,21 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
 import Style 1.0
 
 ColumnLayout {
index 27ad780ed968fc003e4a3582079d64e07dacc6e7..1637424f7f09dcdb30e7785ec6963da49235d838 100644 (file)
@@ -1,7 +1,21 @@
+/*
+ * Copyright (C) 2021 by Oleksandr Zolotov <alex@nextcloud.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
 import QtQml 2.15
 import QtQuick 2.15
 import QtQuick.Controls 2.15
-import QtQuick.Layouts 1.2
+import QtQuick.Layouts 1.15
 import Style 1.0
 import com.nextcloud.desktopclient 1.0
 
index 1292ea4a4c693ff79dd309a51ec562d8fd87ab6a..8000bfe81d3d8f132e17f440178aa7a34f291f94 100644 (file)
@@ -1,7 +1,21 @@
-import QtQuick 2.9\r
-import QtQuick.Window 2.3\r
-import QtQuick.Controls 2.2\r
-import QtQuick.Layouts 1.2\r
+/*\r
+ * Copyright (C) 2019 by Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 2 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\r
+ * for more details.\r
+ */\r
+\r
+import QtQuick 2.15\r
+import QtQuick.Window 2.15\r
+import QtQuick.Controls 2.15\r
+import QtQuick.Layouts 1.15\r
 \r
 // Custom qml modules are in /theme (and included by resources.qrc)\r
 import Style 1.0\r
index 84bb841c3e6e6c7b598d4241cd1be26d70ed3fb8..03d592e765b9f99f567029e3dd5579e5e3345fc8 100644 (file)
@@ -1,8 +1,22 @@
+/*\r
+ * Copyright (C) 2020 by Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 2 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\r
+ * for more details.\r
+ */\r
+\r
 import QtQuick 2.15\r
-import QtQuick.Window 2.3\r
-import QtQuick.Controls 2.3\r
-import QtQuick.Layouts 1.2\r
-import QtGraphicalEffects 1.0\r
+import QtQuick.Window 2.15\r
+import QtQuick.Controls 2.15\r
+import QtQuick.Layouts 1.15\r
+import QtGraphicalEffects 1.15\r
 import Qt.labs.platform 1.1 as NativeDialogs\r
 \r
 import "../"\r