summaryrefslogtreecommitdiff
path: root/src/plugins/studiowelcome/qml/splashscreen
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/studiowelcome/qml/splashscreen')
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Arc.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/ArcAnimation.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/CustomButton.ui.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Dof_Effect.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Image1.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Image2.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/MyEllipse.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/PushButton.ui.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/RectangleMask.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Sequencer.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Sequencer_Bars.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/SlidersTogether.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Splash_Image25d.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Splash_Image2d_png.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/main.qml2
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Arc.qml b/src/plugins/studiowelcome/qml/splashscreen/Arc.qml
index bfc5a2c59a..938f5796be 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Arc.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Arc.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.9
import QtQuick.Shapes 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/ArcAnimation.qml b/src/plugins/studiowelcome/qml/splashscreen/ArcAnimation.qml
index 54f1be115d..f876f03c7a 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/ArcAnimation.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/ArcAnimation.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/CustomButton.ui.qml b/src/plugins/studiowelcome/qml/splashscreen/CustomButton.ui.qml
index 3bdb412630..c929760f88 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/CustomButton.ui.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/CustomButton.ui.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
/*
This is a UI file (.ui.qml) that is intended to be edited in Qt Design Studio only.
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Dof_Effect.qml b/src/plugins/studiowelcome/qml/splashscreen/Dof_Effect.qml
index 4b9b67cdc7..3df74f0ccb 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Dof_Effect.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Dof_Effect.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Image1.qml b/src/plugins/studiowelcome/qml/splashscreen/Image1.qml
index 76b521adb2..ccc9312c83 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Image1.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Image1.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Image2.qml b/src/plugins/studiowelcome/qml/splashscreen/Image2.qml
index 23b245587e..3d3dd2860b 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Image2.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Image2.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/MyEllipse.qml b/src/plugins/studiowelcome/qml/splashscreen/MyEllipse.qml
index 529a7ce9b7..11a4d27216 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/MyEllipse.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/MyEllipse.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
diff --git a/src/plugins/studiowelcome/qml/splashscreen/PushButton.ui.qml b/src/plugins/studiowelcome/qml/splashscreen/PushButton.ui.qml
index c76ceb9923..62e90480c6 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/PushButton.ui.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/PushButton.ui.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.15
import QtQuick.Templates 2.15
diff --git a/src/plugins/studiowelcome/qml/splashscreen/RectangleMask.qml b/src/plugins/studiowelcome/qml/splashscreen/RectangleMask.qml
index b23afbe5d0..3519cba7fe 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/RectangleMask.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/RectangleMask.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Sequencer.qml b/src/plugins/studiowelcome/qml/splashscreen/Sequencer.qml
index c91f5e0391..5c2c6c0172 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Sequencer.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Sequencer.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Sequencer_Bars.qml b/src/plugins/studiowelcome/qml/splashscreen/Sequencer_Bars.qml
index 84da3a7dd4..26cfb0fdb2 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Sequencer_Bars.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Sequencer_Bars.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/SlidersTogether.qml b/src/plugins/studiowelcome/qml/splashscreen/SlidersTogether.qml
index 0da91cecdb..aef671e7f8 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/SlidersTogether.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/SlidersTogether.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtQuick.Timeline 1.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Splash_Image25d.qml b/src/plugins/studiowelcome/qml/splashscreen/Splash_Image25d.qml
index 70c4a11c5c..b7d380edce 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Splash_Image25d.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Splash_Image25d.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.3
Rectangle {
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Splash_Image2d_png.qml b/src/plugins/studiowelcome/qml/splashscreen/Splash_Image2d_png.qml
index c814ff652c..dd88b5bc00 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Splash_Image2d_png.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Splash_Image2d_png.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
index 4809612d84..9cbf1e542f 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
diff --git a/src/plugins/studiowelcome/qml/splashscreen/main.qml b/src/plugins/studiowelcome/qml/splashscreen/main.qml
index 3428fea6da..624658f98b 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/main.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
diff --git a/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject b/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
index 58cb7fda8f..817de4f702 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
+++ b/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QmlProject 1.1