summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/Time.qml5
-rw-r--r--qml/TvRemoteInputArea.qml5
-rw-r--r--qml/TvRemoteInputMethod.qml5
3 files changed, 12 insertions, 3 deletions
diff --git a/qml/Time.qml b/qml/Time.qml
index 5c6e37b..ea93a3f 100644
--- a/qml/Time.qml
+++ b/qml/Time.qml
@@ -1,10 +1,11 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt demos.
**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -21,6 +22,8 @@
** 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.5
diff --git a/qml/TvRemoteInputArea.qml b/qml/TvRemoteInputArea.qml
index c3926f0..ab61490 100644
--- a/qml/TvRemoteInputArea.qml
+++ b/qml/TvRemoteInputArea.qml
@@ -1,10 +1,11 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt demos.
**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -21,6 +22,8 @@
** 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.5
diff --git a/qml/TvRemoteInputMethod.qml b/qml/TvRemoteInputMethod.qml
index 11b81de..56175c4 100644
--- a/qml/TvRemoteInputMethod.qml
+++ b/qml/TvRemoteInputMethod.qml
@@ -1,10 +1,11 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt demos.
**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -21,6 +22,8 @@
** 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.5