summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2017-08-15 09:22:49 +0300
committerIikka Eklund <iikka.eklund@qt.io>2017-08-15 09:59:00 +0000
commitf6013fb0d94496c407dee554da10bac9ba504f07 (patch)
tree4eb1588f568a7fbc7a6506b45548806fdb8e1f3e
parent0d47d21f082d6c9e355a55809ebd38a31ea02264 (diff)
Fix license headers to pass CIHEADmaster
Change-Id: I214cd5ff3377a25f47708e61124ed724f3012ff1 Sanity-Review: Qt Sanity Bot <qt_sanitybot@qt-project.org>
-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