aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-03-09 11:36:47 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-03-09 18:54:45 +0100
commitf6c319620574b3f99960f2a8d84b47b678d8f1ba (patch)
tree536c4288b5b053c75bbabee90b41df21fe4141e5 /src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml
parent7788987cb4e0317ed85942b91497a5fa25552c93 (diff)
Use GPL3 for all modules
The Qt Quick Ultralite modules had a commercial only license before. Since those are only mockups for MCU items we should use GPL3 instead. Change-Id: I63439c742a5bb7977b122ae708d3a19ddf92ebf2 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
Diffstat (limited to 'src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml')
-rw-r--r--src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml b/src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml
index 5c4394c..fe5dc89 100644
--- a/src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml
+++ b/src/imports/compatibility/QtQuickUltralite/Layers/designer/ApplicationSpecifics.qml
@@ -1,12 +1,11 @@
-/******************************************************************************
+/****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Qt Quick Ultralite module.
-**
-** $QT_BEGIN_LICENSE:COMM$
+** This file is part of Qt Quick Ultralite compatibility.
**
+** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -15,9 +14,19 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 or (at your option) any later version
+** approved by the KDE Free Qt Foundation. The licenses are as published by
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
+**
** $QT_END_LICENSE$
**
-******************************************************************************/
+****************************************************************************/
+
import QtQuick 2.15
import HelperWidgets 2.0