aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-08 09:27:50 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-15 10:44:53 +0000
commitef14f0d55ae5fa054b1d3d9910d80a7254bc22c5 (patch)
treede7738eceeaceb4a2fec62a6d218bdc132ed01c7 /examples
parentf2e24e2ed0b4bf2a11ef2379a40593853a145aae (diff)
Correct license headers.
Using the commercial template found here: https://wiki.it.local/display/QTCOM/Header+templates+to+be+used+in+Qt+Code Change-Id: If401d8fa3ff4dab6ea1e74477d5c02b5dcd09eea Task-number: QTRD-3693 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/ScrollBar.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextArea.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml20
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp20
7 files changed, 70 insertions, 70 deletions
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml
index 2843f89f..184176a3 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Window 2.2
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard.qml
index 1f0d4670..3d82b54c 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 2.0
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/ScrollBar.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/ScrollBar.qml
index 472d03fc..e74844d2 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/ScrollBar.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/ScrollBar.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextArea.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextArea.qml
index 38915479..5c3ad9d8 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextArea.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextArea.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 2.0
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml
index 1b79a90a..19c89ce5 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 2.0
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml
index 51fe490a..97dc8067 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 2.0
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp
index 1f62f80f..bb80ddb7 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
#include <QQuickView>
#include <QGuiApplication>