aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-16 09:58:08 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-16 08:05:42 +0000
commit7debd364c8ec3b6d41b0905222bfabb5b088d714 (patch)
treec755433e170b9c74714d11e456ba5abbe4c52738
parent567e2c1d3df5a841160b2c24a390f153b25ad368 (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: If8c43bab6ce8f8398142b7ea07e7d3b8064751c6 Task-number: QTRD-3693 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
-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
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/composingtext.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/composingtext.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/kanaconverter.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/letterconverter.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnclauseconverterjajp.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnndictionary.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnenginejajp.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkan.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanfullkatakana.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanhalfkatakana.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/strsegment.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/wnnword.h2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/kanaconverter.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/letterconverter.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnclauseconverterjajp.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnndictionary.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnenginejajp.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkan.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanfullkatakana.cpp2
-rw-r--r--src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanhalfkatakana.cpp2
-rw-r--r--src/virtualkeyboard/abstractinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/abstractinputmethod.h20
-rw-r--r--src/virtualkeyboard/abstractinputpanel.cpp20
-rw-r--r--src/virtualkeyboard/abstractinputpanel.h20
-rw-r--r--src/virtualkeyboard/appinputpanel.cpp20
-rw-r--r--src/virtualkeyboard/appinputpanel.h20
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml20
-rw-r--r--src/virtualkeyboard/content/components/AlternativeKeys.qml20
-rw-r--r--src/virtualkeyboard/content/components/AutoScroller.qml20
-rw-r--r--src/virtualkeyboard/content/components/BackspaceKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/BaseKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/ChangeLanguageKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/CharacterPreviewBubble.qml20
-rw-r--r--src/virtualkeyboard/content/components/EnterKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/FillerKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/HideKeyboardKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/Key.qml20
-rw-r--r--src/virtualkeyboard/content/components/Keyboard.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardColumn.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardLayout.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardRow.qml20
-rw-r--r--src/virtualkeyboard/content/components/MultiSoundEffect.qml20
-rw-r--r--src/virtualkeyboard/content/components/MultitapInputMethod.qml20
-rw-r--r--src/virtualkeyboard/content/components/NumberKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/ShiftKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/SpaceKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/SymbolModeKey.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/da_DK/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/da_DK/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/de_DE/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/de_DE/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/dialpad.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/es_ES/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/es_ES/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fi_FI/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fi_FI/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fr_FR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fr_FR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/hi_IN/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/hi_IN/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/it_IT/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/it_IT/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ja_JP/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ja_JP/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ko_KR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ko_KR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/nb_NO/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/nb_NO/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pl_PL/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pl_PL/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pt_PT/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pt_PT/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ru_RU/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ru_RU/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/sv_SE/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/sv_SE/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/zh_CN/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/zh_CN/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/styles/default/style.qml20
-rw-r--r--src/virtualkeyboard/content/styles/retro/style.qml20
-rw-r--r--src/virtualkeyboard/declarativeinputcontext.cpp20
-rw-r--r--src/virtualkeyboard/declarativeinputcontext.h20
-rw-r--r--src/virtualkeyboard/declarativeinputengine.cpp20
-rw-r--r--src/virtualkeyboard/declarativeinputengine.h20
-rw-r--r--src/virtualkeyboard/declarativeinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/declarativeinputmethod.h20
-rw-r--r--src/virtualkeyboard/declarativeselectionlistmodel.cpp20
-rw-r--r--src/virtualkeyboard/declarativeselectionlistmodel.h20
-rw-r--r--src/virtualkeyboard/declarativesettings.cpp20
-rw-r--r--src/virtualkeyboard/declarativesettings.h20
-rw-r--r--src/virtualkeyboard/declarativeshifthandler.cpp20
-rw-r--r--src/virtualkeyboard/declarativeshifthandler.h20
-rw-r--r--src/virtualkeyboard/defaultinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/defaultinputmethod.h20
-rw-r--r--src/virtualkeyboard/desktopinputpanel.cpp20
-rw-r--r--src/virtualkeyboard/desktopinputpanel.h20
-rw-r--r--src/virtualkeyboard/doc/snippets/CustomInputMethod.qml20
-rw-r--r--src/virtualkeyboard/doc/src/build.qdoc20
-rw-r--r--src/virtualkeyboard/doc/src/deployment-guide.qdoc20
-rw-r--r--src/virtualkeyboard/doc/src/qtvirtualkeyboard-examples.qdoc20
-rw-r--r--src/virtualkeyboard/doc/src/qtvirtualkeyboard-index.qdoc20
-rw-r--r--src/virtualkeyboard/doc/src/technical-guide.qdoc20
-rw-r--r--src/virtualkeyboard/enterkeyaction.cpp20
-rw-r--r--src/virtualkeyboard/enterkeyaction.h20
-rw-r--r--src/virtualkeyboard/enterkeyactionattachedtype.cpp20
-rw-r--r--src/virtualkeyboard/enterkeyactionattachedtype.h20
-rw-r--r--src/virtualkeyboard/hangul.cpp20
-rw-r--r--src/virtualkeyboard/hangul.h20
-rw-r--r--src/virtualkeyboard/hangulinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/hangulinputmethod.h20
-rw-r--r--src/virtualkeyboard/hunspellinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/hunspellinputmethod.h20
-rw-r--r--src/virtualkeyboard/hunspellworker.cpp20
-rw-r--r--src/virtualkeyboard/hunspellworker.h20
-rw-r--r--src/virtualkeyboard/inputview.cpp20
-rw-r--r--src/virtualkeyboard/inputview.h20
-rw-r--r--src/virtualkeyboard/openwnninputmethod.cpp20
-rw-r--r--src/virtualkeyboard/openwnninputmethod.h20
-rw-r--r--src/virtualkeyboard/pinyindecoderservice.cpp20
-rw-r--r--src/virtualkeyboard/pinyindecoderservice.h20
-rw-r--r--src/virtualkeyboard/pinyininputmethod.cpp20
-rw-r--r--src/virtualkeyboard/pinyininputmethod.h20
-rw-r--r--src/virtualkeyboard/plaininputmethod.cpp20
-rw-r--r--src/virtualkeyboard/plaininputmethod.h20
-rw-r--r--src/virtualkeyboard/platforminputcontext.cpp20
-rw-r--r--src/virtualkeyboard/platforminputcontext.h20
-rw-r--r--src/virtualkeyboard/plugin.cpp20
-rw-r--r--src/virtualkeyboard/plugin.h20
-rw-r--r--src/virtualkeyboard/settings.cpp20
-rw-r--r--src/virtualkeyboard/settings.h20
-rw-r--r--src/virtualkeyboard/styles/KeyIcon.qml20
-rw-r--r--src/virtualkeyboard/styles/KeyPanel.qml20
-rw-r--r--src/virtualkeyboard/styles/KeyboardStyle.qml20
-rw-r--r--src/virtualkeyboard/styles/SelectionListItem.qml20
-rw-r--r--src/virtualkeyboard/styles/styles_plugin.cpp20
-rw-r--r--src/virtualkeyboard/styles/styles_plugin.h20
-rw-r--r--src/virtualkeyboard/virtualkeyboarddebug.h20
-rw-r--r--tests/auto/inputpanel/data/inputpanel/inputpanel.qml20
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml20
-rw-r--r--tests/auto/inputpanel/tst_inputpanel.cpp20
160 files changed, 1420 insertions, 1420 deletions
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/VirtualKeyboard-b2qt.qml
index 783dbe01..02baa6f8 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 ae63b8c1..011c7f71 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 1.3
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 2b366c5c..98e7c759 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 1.3
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextBase.qml
index d68e00a2..b87e74d4 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 1.3
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/content/TextField.qml
index 513bc942..e181fc89 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 1.3
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/main.cpp
index 0a37e71c..5c8d4415 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>
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/composingtext.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/composingtext.cpp
index fa924b69..e299c6db 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/composingtext.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/composingtext.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/composingtext.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/composingtext.h
index c5bd4734..be2cee2d 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/composingtext.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/composingtext.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/kanaconverter.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/kanaconverter.h
index 0c609c3c..13f14ebf 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/kanaconverter.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/kanaconverter.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/letterconverter.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/letterconverter.h
index bb88cabf..4a4c5d9e 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/letterconverter.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/letterconverter.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnclauseconverterjajp.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnclauseconverterjajp.h
index 5289436d..5bd0d234 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnclauseconverterjajp.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnclauseconverterjajp.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnndictionary.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnndictionary.h
index 8b473c5a..8bc62940 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnndictionary.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnndictionary.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnenginejajp.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnenginejajp.h
index bf2e2504..db416732 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnenginejajp.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/openwnnenginejajp.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkan.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkan.h
index 6ac07341..e886ec88 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkan.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkan.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanfullkatakana.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanfullkatakana.h
index 078ba9f0..a3fcccf0 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanfullkatakana.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanfullkatakana.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanhalfkatakana.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanhalfkatakana.h
index 6c06f18b..e0613cb5 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanhalfkatakana.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/romkanhalfkatakana.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/strsegment.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/strsegment.h
index 8baf29ae..f65665fd 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/strsegment.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/strsegment.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/wnnword.h b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/wnnword.h
index 00c5bdda..c7674ca4 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/wnnword.h
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/include/wnnword.h
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/kanaconverter.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/kanaconverter.cpp
index 347770c1..ce2e4fe0 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/kanaconverter.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/kanaconverter.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/letterconverter.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/letterconverter.cpp
index b1e9a824..3003594d 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/letterconverter.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/letterconverter.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnclauseconverterjajp.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnclauseconverterjajp.cpp
index 99a6d30f..13ae45fa 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnclauseconverterjajp.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnclauseconverterjajp.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnndictionary.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnndictionary.cpp
index 66ef0c1a..2a8aad86 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnndictionary.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnndictionary.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnenginejajp.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnenginejajp.cpp
index e9927073..dbcfb0cd 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnenginejajp.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/openwnnenginejajp.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkan.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkan.cpp
index dffc0732..314db57d 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkan.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkan.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanfullkatakana.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanfullkatakana.cpp
index 58b496c3..7cf77689 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanfullkatakana.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanfullkatakana.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanhalfkatakana.cpp b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanhalfkatakana.cpp
index ac16ef15..36b489eb 100644
--- a/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanhalfkatakana.cpp
+++ b/src/virtualkeyboard/3rdparty/openwnn/wnnEngine/romkanhalfkatakana.cpp
@@ -1,6 +1,6 @@
/*
* Qt implementation of OpenWnn library
- * This file is part of the Qt Virtual Keyboard add-on for Qt.
+ * This file is part of the Qt Virtual Keyboard module.
* Contact: http://www.qt.io/licensing/
*
* Copyright (C) 2015 The Qt Company
diff --git a/src/virtualkeyboard/abstractinputmethod.cpp b/src/virtualkeyboard/abstractinputmethod.cpp
index 3b74a927..ff3eba20 100644
--- a/src/virtualkeyboard/abstractinputmethod.cpp
+++ b/src/virtualkeyboard/abstractinputmethod.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 "abstractinputmethod.h"
diff --git a/src/virtualkeyboard/abstractinputmethod.h b/src/virtualkeyboard/abstractinputmethod.h
index b7839d81..3513a472 100644
--- a/src/virtualkeyboard/abstractinputmethod.h
+++ b/src/virtualkeyboard/abstractinputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef ABSTRACTINPUTMETHOD_H
#define ABSTRACTINPUTMETHOD_H
diff --git a/src/virtualkeyboard/abstractinputpanel.cpp b/src/virtualkeyboard/abstractinputpanel.cpp
index bddb43c3..352568cf 100644
--- a/src/virtualkeyboard/abstractinputpanel.cpp
+++ b/src/virtualkeyboard/abstractinputpanel.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 "abstractinputpanel.h"
#include <QtCore/QRect>
diff --git a/src/virtualkeyboard/abstractinputpanel.h b/src/virtualkeyboard/abstractinputpanel.h
index 02fe06f7..4e07486a 100644
--- a/src/virtualkeyboard/abstractinputpanel.h
+++ b/src/virtualkeyboard/abstractinputpanel.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef ABSTRACTINPUTPANEL_H
#define ABSTRACTINPUTPANEL_H
diff --git a/src/virtualkeyboard/appinputpanel.cpp b/src/virtualkeyboard/appinputpanel.cpp
index a00e41c2..edb25416 100644
--- a/src/virtualkeyboard/appinputpanel.cpp
+++ b/src/virtualkeyboard/appinputpanel.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 "appinputpanel.h"
#include <QtCore/private/qobject_p.h>
diff --git a/src/virtualkeyboard/appinputpanel.h b/src/virtualkeyboard/appinputpanel.h
index 42266f18..4c98b365 100644
--- a/src/virtualkeyboard/appinputpanel.h
+++ b/src/virtualkeyboard/appinputpanel.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef APPINPUTPANEL_H
#define APPINPUTPANEL_H
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index de293171..5727803b 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.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 1.3
diff --git a/src/virtualkeyboard/content/components/AlternativeKeys.qml b/src/virtualkeyboard/content/components/AlternativeKeys.qml
index 9375d4d0..7981f126 100644
--- a/src/virtualkeyboard/content/components/AlternativeKeys.qml
+++ b/src/virtualkeyboard/content/components/AlternativeKeys.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 1.3
diff --git a/src/virtualkeyboard/content/components/AutoScroller.qml b/src/virtualkeyboard/content/components/AutoScroller.qml
index fcb03a4e..2a3459ba 100644
--- a/src/virtualkeyboard/content/components/AutoScroller.qml
+++ b/src/virtualkeyboard/content/components/AutoScroller.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 1.3
diff --git a/src/virtualkeyboard/content/components/BackspaceKey.qml b/src/virtualkeyboard/content/components/BackspaceKey.qml
index fb3b66e8..44d2b838 100644
--- a/src/virtualkeyboard/content/components/BackspaceKey.qml
+++ b/src/virtualkeyboard/content/components/BackspaceKey.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/src/virtualkeyboard/content/components/BaseKey.qml b/src/virtualkeyboard/content/components/BaseKey.qml
index d40b9c26..3b69867a 100644
--- a/src/virtualkeyboard/content/components/BaseKey.qml
+++ b/src/virtualkeyboard/content/components/BaseKey.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml b/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
index 516be37d..8a0e8946 100644
--- a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
+++ b/src/virtualkeyboard/content/components/ChangeLanguageKey.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/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml b/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml
index ee8ee19b..1a13dc7b 100644
--- a/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml
+++ b/src/virtualkeyboard/content/components/CharacterPreviewBubble.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/src/virtualkeyboard/content/components/EnterKey.qml b/src/virtualkeyboard/content/components/EnterKey.qml
index 55a57386..d748a6ac 100644
--- a/src/virtualkeyboard/content/components/EnterKey.qml
+++ b/src/virtualkeyboard/content/components/EnterKey.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 1.3
diff --git a/src/virtualkeyboard/content/components/FillerKey.qml b/src/virtualkeyboard/content/components/FillerKey.qml
index fa5aec77..f21e742c 100644
--- a/src/virtualkeyboard/content/components/FillerKey.qml
+++ b/src/virtualkeyboard/content/components/FillerKey.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/src/virtualkeyboard/content/components/HideKeyboardKey.qml b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
index fac42081..8387f56e 100644
--- a/src/virtualkeyboard/content/components/HideKeyboardKey.qml
+++ b/src/virtualkeyboard/content/components/HideKeyboardKey.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 1.3
diff --git a/src/virtualkeyboard/content/components/Key.qml b/src/virtualkeyboard/content/components/Key.qml
index f44fe1f5..7e560f3a 100644
--- a/src/virtualkeyboard/content/components/Key.qml
+++ b/src/virtualkeyboard/content/components/Key.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/src/virtualkeyboard/content/components/Keyboard.qml b/src/virtualkeyboard/content/components/Keyboard.qml
index a24fee30..88a056d0 100644
--- a/src/virtualkeyboard/content/components/Keyboard.qml
+++ b/src/virtualkeyboard/content/components/Keyboard.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardColumn.qml b/src/virtualkeyboard/content/components/KeyboardColumn.qml
index fedad8a2..a42a9dcf 100644
--- a/src/virtualkeyboard/content/components/KeyboardColumn.qml
+++ b/src/virtualkeyboard/content/components/KeyboardColumn.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardLayout.qml b/src/virtualkeyboard/content/components/KeyboardLayout.qml
index 4e0497f3..e0444cbf 100644
--- a/src/virtualkeyboard/content/components/KeyboardLayout.qml
+++ b/src/virtualkeyboard/content/components/KeyboardLayout.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml b/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml
index cc721c7b..f0bd0c3c 100644
--- a/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml
+++ b/src/virtualkeyboard/content/components/KeyboardLayoutLoader.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/src/virtualkeyboard/content/components/KeyboardRow.qml b/src/virtualkeyboard/content/components/KeyboardRow.qml
index 469aca95..89a4c866 100644
--- a/src/virtualkeyboard/content/components/KeyboardRow.qml
+++ b/src/virtualkeyboard/content/components/KeyboardRow.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/MultiSoundEffect.qml b/src/virtualkeyboard/content/components/MultiSoundEffect.qml
index 76ac08de..3f4b8d50 100644
--- a/src/virtualkeyboard/content/components/MultiSoundEffect.qml
+++ b/src/virtualkeyboard/content/components/MultiSoundEffect.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 QtMultimedia 5.0
diff --git a/src/virtualkeyboard/content/components/MultitapInputMethod.qml b/src/virtualkeyboard/content/components/MultitapInputMethod.qml
index f78d7dd7..9d76ab3d 100644
--- a/src/virtualkeyboard/content/components/MultitapInputMethod.qml
+++ b/src/virtualkeyboard/content/components/MultitapInputMethod.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 1.3
diff --git a/src/virtualkeyboard/content/components/NumberKey.qml b/src/virtualkeyboard/content/components/NumberKey.qml
index 03e8396f..04f224f3 100644
--- a/src/virtualkeyboard/content/components/NumberKey.qml
+++ b/src/virtualkeyboard/content/components/NumberKey.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/src/virtualkeyboard/content/components/ShiftKey.qml b/src/virtualkeyboard/content/components/ShiftKey.qml
index a1b953a5..7626833c 100644
--- a/src/virtualkeyboard/content/components/ShiftKey.qml
+++ b/src/virtualkeyboard/content/components/ShiftKey.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 1.3
diff --git a/src/virtualkeyboard/content/components/SpaceKey.qml b/src/virtualkeyboard/content/components/SpaceKey.qml
index 6927411c..34820bf3 100644
--- a/src/virtualkeyboard/content/components/SpaceKey.qml
+++ b/src/virtualkeyboard/content/components/SpaceKey.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/src/virtualkeyboard/content/components/SymbolModeKey.qml b/src/virtualkeyboard/content/components/SymbolModeKey.qml
index 731f6c5b..e65be74a 100644
--- a/src/virtualkeyboard/content/components/SymbolModeKey.qml
+++ b/src/virtualkeyboard/content/components/SymbolModeKey.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/src/virtualkeyboard/content/layouts/ar_AR/digits.qml b/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
index 84bd696d..1f18e301 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/digits.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/main.qml b/src/virtualkeyboard/content/layouts/ar_AR/main.qml
index 6272bf60..3b7641f9 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/main.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml b/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
index fd5723c5..0ae39f3c 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/numbers.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml b/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml
index c31afb00..5121542b 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/da_DK/main.qml b/src/virtualkeyboard/content/layouts/da_DK/main.qml
index 04f11d1f..618b5241 100644
--- a/src/virtualkeyboard/content/layouts/da_DK/main.qml
+++ b/src/virtualkeyboard/content/layouts/da_DK/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/da_DK/symbols.qml b/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/da_DK/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/de_DE/main.qml b/src/virtualkeyboard/content/layouts/de_DE/main.qml
index 312fdce7..992c9395 100644
--- a/src/virtualkeyboard/content/layouts/de_DE/main.qml
+++ b/src/virtualkeyboard/content/layouts/de_DE/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/de_DE/symbols.qml b/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/de_DE/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml b/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml
index a504a898..d305f3dd 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/dialpad.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/digits.qml b/src/virtualkeyboard/content/layouts/en_GB/digits.qml
index 9b118b1c..a1580a00 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/digits.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/digits.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/main.qml b/src/virtualkeyboard/content/layouts/en_GB/main.qml
index 6c0e84aa..bc4a7944 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/main.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/en_GB/numbers.qml b/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
index cd7e9277..71c48bb0 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/numbers.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/symbols.qml b/src/virtualkeyboard/content/layouts/en_GB/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/es_ES/main.qml b/src/virtualkeyboard/content/layouts/es_ES/main.qml
index 9ed48182..a67bf36b 100644
--- a/src/virtualkeyboard/content/layouts/es_ES/main.qml
+++ b/src/virtualkeyboard/content/layouts/es_ES/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/es_ES/symbols.qml b/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
index 3e2a658b..db74d2d7 100644
--- a/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/es_ES/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/digits.qml b/src/virtualkeyboard/content/layouts/fa_FA/digits.qml
index df60fd2a..2025b718 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/digits.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/digits.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/main.qml b/src/virtualkeyboard/content/layouts/fa_FA/main.qml
index 20880ca0..01ab0f9f 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/main.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml b/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
index b4763120..7f791ad4 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/numbers.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml b/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml
index a91ee169..b18f2952 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fi_FI/main.qml b/src/virtualkeyboard/content/layouts/fi_FI/main.qml
index 93700a06..ef7a0be1 100644
--- a/src/virtualkeyboard/content/layouts/fi_FI/main.qml
+++ b/src/virtualkeyboard/content/layouts/fi_FI/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml b/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fi_FI/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fr_FR/main.qml b/src/virtualkeyboard/content/layouts/fr_FR/main.qml
index e72e6e60..8f48ed43 100644
--- a/src/virtualkeyboard/content/layouts/fr_FR/main.qml
+++ b/src/virtualkeyboard/content/layouts/fr_FR/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml b/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fr_FR/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/hi_IN/main.qml b/src/virtualkeyboard/content/layouts/hi_IN/main.qml
index 5868a338..5c771e81 100644
--- a/src/virtualkeyboard/content/layouts/hi_IN/main.qml
+++ b/src/virtualkeyboard/content/layouts/hi_IN/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml b/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
index d9cede65..7870cd2b 100644
--- a/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/hi_IN/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/it_IT/main.qml b/src/virtualkeyboard/content/layouts/it_IT/main.qml
index 97bc9b24..004139ae 100644
--- a/src/virtualkeyboard/content/layouts/it_IT/main.qml
+++ b/src/virtualkeyboard/content/layouts/it_IT/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/it_IT/symbols.qml b/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/it_IT/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ja_JP/main.qml b/src/virtualkeyboard/content/layouts/ja_JP/main.qml
index bbdbf2a2..9dcee44c 100644
--- a/src/virtualkeyboard/content/layouts/ja_JP/main.qml
+++ b/src/virtualkeyboard/content/layouts/ja_JP/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 1.3
diff --git a/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml b/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
index 5b811196..757f32bf 100644
--- a/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ko_KR/main.qml b/src/virtualkeyboard/content/layouts/ko_KR/main.qml
index 1b6c9ab4..12aee3d2 100644
--- a/src/virtualkeyboard/content/layouts/ko_KR/main.qml
+++ b/src/virtualkeyboard/content/layouts/ko_KR/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 1.3
diff --git a/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml b/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
index 392bbdf8..19ed319a 100644
--- a/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/nb_NO/main.qml b/src/virtualkeyboard/content/layouts/nb_NO/main.qml
index 8fbae9b8..621461d1 100644
--- a/src/virtualkeyboard/content/layouts/nb_NO/main.qml
+++ b/src/virtualkeyboard/content/layouts/nb_NO/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml b/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/nb_NO/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/pl_PL/main.qml b/src/virtualkeyboard/content/layouts/pl_PL/main.qml
index a29bf506..c735f6a4 100644
--- a/src/virtualkeyboard/content/layouts/pl_PL/main.qml
+++ b/src/virtualkeyboard/content/layouts/pl_PL/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml b/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/pl_PL/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/pt_PT/main.qml b/src/virtualkeyboard/content/layouts/pt_PT/main.qml
index 1ca0b129..4245d29b 100644
--- a/src/virtualkeyboard/content/layouts/pt_PT/main.qml
+++ b/src/virtualkeyboard/content/layouts/pt_PT/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml b/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/pt_PT/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ru_RU/main.qml b/src/virtualkeyboard/content/layouts/ru_RU/main.qml
index cf15fdce..6cf9acf5 100644
--- a/src/virtualkeyboard/content/layouts/ru_RU/main.qml
+++ b/src/virtualkeyboard/content/layouts/ru_RU/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml b/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
index 1866e26b..df45dfc7 100644
--- a/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ru_RU/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/sv_SE/main.qml b/src/virtualkeyboard/content/layouts/sv_SE/main.qml
index 93700a06..ef7a0be1 100644
--- a/src/virtualkeyboard/content/layouts/sv_SE/main.qml
+++ b/src/virtualkeyboard/content/layouts/sv_SE/main.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 1.3
diff --git a/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml b/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/sv_SE/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/zh_CN/main.qml b/src/virtualkeyboard/content/layouts/zh_CN/main.qml
index eef1b4b1..542df17a 100644
--- a/src/virtualkeyboard/content/layouts/zh_CN/main.qml
+++ b/src/virtualkeyboard/content/layouts/zh_CN/main.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml b/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml
index 3944b164..c12e98dd 100644
--- a/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/zh_CN/symbols.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.Layouts 1.0
diff --git a/src/virtualkeyboard/content/styles/default/style.qml b/src/virtualkeyboard/content/styles/default/style.qml
index f320e624..8b9d7bc2 100644
--- a/src/virtualkeyboard/content/styles/default/style.qml
+++ b/src/virtualkeyboard/content/styles/default/style.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 1.3
diff --git a/src/virtualkeyboard/content/styles/retro/style.qml b/src/virtualkeyboard/content/styles/retro/style.qml
index 3e0ea7fe..ae2efb32 100644
--- a/src/virtualkeyboard/content/styles/retro/style.qml
+++ b/src/virtualkeyboard/content/styles/retro/style.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 1.3
diff --git a/src/virtualkeyboard/declarativeinputcontext.cpp b/src/virtualkeyboard/declarativeinputcontext.cpp
index 8e740039..384113a7 100644
--- a/src/virtualkeyboard/declarativeinputcontext.cpp
+++ b/src/virtualkeyboard/declarativeinputcontext.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 "declarativeinputcontext.h"
#include "declarativeinputengine.h"
diff --git a/src/virtualkeyboard/declarativeinputcontext.h b/src/virtualkeyboard/declarativeinputcontext.h
index 92be12d4..a5fed316 100644
--- a/src/virtualkeyboard/declarativeinputcontext.h
+++ b/src/virtualkeyboard/declarativeinputcontext.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DECLARATIVEINPUTCONTEXT_H
#define DECLARATIVEINPUTCONTEXT_H
diff --git a/src/virtualkeyboard/declarativeinputengine.cpp b/src/virtualkeyboard/declarativeinputengine.cpp
index 9b4c3eab..619e418f 100644
--- a/src/virtualkeyboard/declarativeinputengine.cpp
+++ b/src/virtualkeyboard/declarativeinputengine.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 "declarativeinputengine.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/declarativeinputengine.h b/src/virtualkeyboard/declarativeinputengine.h
index 202578d7..7a1a4560 100644
--- a/src/virtualkeyboard/declarativeinputengine.h
+++ b/src/virtualkeyboard/declarativeinputengine.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef INPUTENGINE_H
#define INPUTENGINE_H
diff --git a/src/virtualkeyboard/declarativeinputmethod.cpp b/src/virtualkeyboard/declarativeinputmethod.cpp
index 86e91590..374d3933 100644
--- a/src/virtualkeyboard/declarativeinputmethod.cpp
+++ b/src/virtualkeyboard/declarativeinputmethod.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 "declarativeinputmethod.h"
#include <QVariant>
diff --git a/src/virtualkeyboard/declarativeinputmethod.h b/src/virtualkeyboard/declarativeinputmethod.h
index fe0b7105..3172242d 100644
--- a/src/virtualkeyboard/declarativeinputmethod.h
+++ b/src/virtualkeyboard/declarativeinputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DECLARATIVEINPUTMETHOD_H
#define DECLARATIVEINPUTMETHOD_H
diff --git a/src/virtualkeyboard/declarativeselectionlistmodel.cpp b/src/virtualkeyboard/declarativeselectionlistmodel.cpp
index de8599e2..cf9f464a 100644
--- a/src/virtualkeyboard/declarativeselectionlistmodel.cpp
+++ b/src/virtualkeyboard/declarativeselectionlistmodel.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 "declarativeselectionlistmodel.h"
#include "abstractinputmethod.h"
diff --git a/src/virtualkeyboard/declarativeselectionlistmodel.h b/src/virtualkeyboard/declarativeselectionlistmodel.h
index 1e3437e7..4b26c629 100644
--- a/src/virtualkeyboard/declarativeselectionlistmodel.h
+++ b/src/virtualkeyboard/declarativeselectionlistmodel.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DECLARATIVESELECTIONLISTMODEL_H
#define DECLARATIVESELECTIONLISTMODEL_H
diff --git a/src/virtualkeyboard/declarativesettings.cpp b/src/virtualkeyboard/declarativesettings.cpp
index a6006fa7..49418861 100644
--- a/src/virtualkeyboard/declarativesettings.cpp
+++ b/src/virtualkeyboard/declarativesettings.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 "declarativesettings.h"
#include "settings.h"
diff --git a/src/virtualkeyboard/declarativesettings.h b/src/virtualkeyboard/declarativesettings.h
index faa65f2c..74c49d2b 100644
--- a/src/virtualkeyboard/declarativesettings.h
+++ b/src/virtualkeyboard/declarativesettings.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DECLARATIVESETTINGS_H
#define DECLARATIVESETTINGS_H
diff --git a/src/virtualkeyboard/declarativeshifthandler.cpp b/src/virtualkeyboard/declarativeshifthandler.cpp
index bb770210..d0c4071d 100644
--- a/src/virtualkeyboard/declarativeshifthandler.cpp
+++ b/src/virtualkeyboard/declarativeshifthandler.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 "declarativeshifthandler.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/declarativeshifthandler.h b/src/virtualkeyboard/declarativeshifthandler.h
index 82b824be..84aecf12 100644
--- a/src/virtualkeyboard/declarativeshifthandler.h
+++ b/src/virtualkeyboard/declarativeshifthandler.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DECLARATIVESHIFTHANDLER_H
#define DECLARATIVESHIFTHANDLER_H
diff --git a/src/virtualkeyboard/defaultinputmethod.cpp b/src/virtualkeyboard/defaultinputmethod.cpp
index cb98be3f..f33a503b 100644
--- a/src/virtualkeyboard/defaultinputmethod.cpp
+++ b/src/virtualkeyboard/defaultinputmethod.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 "defaultinputmethod.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/defaultinputmethod.h b/src/virtualkeyboard/defaultinputmethod.h
index 569e46bd..3dbe5026 100644
--- a/src/virtualkeyboard/defaultinputmethod.h
+++ b/src/virtualkeyboard/defaultinputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DEFAULTINPUTMETHOD_H
#define DEFAULTINPUTMETHOD_H
diff --git a/src/virtualkeyboard/desktopinputpanel.cpp b/src/virtualkeyboard/desktopinputpanel.cpp
index 6a9a4c3f..7251954f 100644
--- a/src/virtualkeyboard/desktopinputpanel.cpp
+++ b/src/virtualkeyboard/desktopinputpanel.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 "desktopinputpanel.h"
#include "inputview.h"
diff --git a/src/virtualkeyboard/desktopinputpanel.h b/src/virtualkeyboard/desktopinputpanel.h
index 5dec1788..10f7de3e 100644
--- a/src/virtualkeyboard/desktopinputpanel.h
+++ b/src/virtualkeyboard/desktopinputpanel.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef DESKTOPINPUTPANEL_H
#define DESKTOPINPUTPANEL_H
diff --git a/src/virtualkeyboard/doc/snippets/CustomInputMethod.qml b/src/virtualkeyboard/doc/snippets/CustomInputMethod.qml
index 076d03b1..e23d5b1d 100644
--- a/src/virtualkeyboard/doc/snippets/CustomInputMethod.qml
+++ b/src/virtualkeyboard/doc/snippets/CustomInputMethod.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 Qt.Quick.Enterprise.VirtualKeyboard 1.0
diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc
index 5c9fc2ee..f838eb59 100644
--- a/src/virtualkeyboard/doc/src/build.qdoc
+++ b/src/virtualkeyboard/doc/src/build.qdoc
@@ -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
**
-****************************************************************************/
+******************************************************************************/
/*!
diff --git a/src/virtualkeyboard/doc/src/deployment-guide.qdoc b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
index 206c4078..0d0f973e 100644
--- a/src/virtualkeyboard/doc/src/deployment-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
@@ -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
**
-****************************************************************************/
+******************************************************************************/
/*!
diff --git a/src/virtualkeyboard/doc/src/qtvirtualkeyboard-examples.qdoc b/src/virtualkeyboard/doc/src/qtvirtualkeyboard-examples.qdoc
index 2c227745..d9e66dc4 100644
--- a/src/virtualkeyboard/doc/src/qtvirtualkeyboard-examples.qdoc
+++ b/src/virtualkeyboard/doc/src/qtvirtualkeyboard-examples.qdoc
@@ -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
**
-****************************************************************************/
+******************************************************************************/
/*!
\group qtvirtualkeyboard-examples
diff --git a/src/virtualkeyboard/doc/src/qtvirtualkeyboard-index.qdoc b/src/virtualkeyboard/doc/src/qtvirtualkeyboard-index.qdoc
index 63ff3c90..2d9543b2 100644
--- a/src/virtualkeyboard/doc/src/qtvirtualkeyboard-index.qdoc
+++ b/src/virtualkeyboard/doc/src/qtvirtualkeyboard-index.qdoc
@@ -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
**
-****************************************************************************/
+******************************************************************************/
/*!
\title Qt Virtual Keyboard
diff --git a/src/virtualkeyboard/doc/src/technical-guide.qdoc b/src/virtualkeyboard/doc/src/technical-guide.qdoc
index ba9224d3..661a1c73 100644
--- a/src/virtualkeyboard/doc/src/technical-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/technical-guide.qdoc
@@ -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
**
-****************************************************************************/
+******************************************************************************/
/*!
diff --git a/src/virtualkeyboard/enterkeyaction.cpp b/src/virtualkeyboard/enterkeyaction.cpp
index a72008d2..afd45007 100644
--- a/src/virtualkeyboard/enterkeyaction.cpp
+++ b/src/virtualkeyboard/enterkeyaction.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 "enterkeyaction.h"
#include "enterkeyactionattachedtype.h"
diff --git a/src/virtualkeyboard/enterkeyaction.h b/src/virtualkeyboard/enterkeyaction.h
index 5989247e..740a4415 100644
--- a/src/virtualkeyboard/enterkeyaction.h
+++ b/src/virtualkeyboard/enterkeyaction.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef ENTERKEYACTION_H
#define ENTERKEYACTION_H
diff --git a/src/virtualkeyboard/enterkeyactionattachedtype.cpp b/src/virtualkeyboard/enterkeyactionattachedtype.cpp
index 3b0efd38..19b61580 100644
--- a/src/virtualkeyboard/enterkeyactionattachedtype.cpp
+++ b/src/virtualkeyboard/enterkeyactionattachedtype.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 "enterkeyactionattachedtype.h"
diff --git a/src/virtualkeyboard/enterkeyactionattachedtype.h b/src/virtualkeyboard/enterkeyactionattachedtype.h
index 214887ea..468ec665 100644
--- a/src/virtualkeyboard/enterkeyactionattachedtype.h
+++ b/src/virtualkeyboard/enterkeyactionattachedtype.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef ENTERKEYACTIONATTACHEDTYPE_H
#define ENTERKEYACTIONATTACHEDTYPE_H
diff --git a/src/virtualkeyboard/hangul.cpp b/src/virtualkeyboard/hangul.cpp
index d5b820e8..02c2a949 100644
--- a/src/virtualkeyboard/hangul.cpp
+++ b/src/virtualkeyboard/hangul.cpp
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 "hangul.h"
diff --git a/src/virtualkeyboard/hangul.h b/src/virtualkeyboard/hangul.h
index 3ef78996..b69d0ac1 100644
--- a/src/virtualkeyboard/hangul.h
+++ b/src/virtualkeyboard/hangul.h
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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
**
-****************************************************************************/
+******************************************************************************/
#ifndef HANGUL_H
#define HANGUL_H
diff --git a/src/virtualkeyboard/hangulinputmethod.cpp b/src/virtualkeyboard/hangulinputmethod.cpp
index 959c5a61..36237d6a 100644
--- a/src/virtualkeyboard/hangulinputmethod.cpp
+++ b/src/virtualkeyboard/hangulinputmethod.cpp
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 "hangulinputmethod.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/hangulinputmethod.h b/src/virtualkeyboard/hangulinputmethod.h
index accb33bf..826c8f5d 100644
--- a/src/virtualkeyboard/hangulinputmethod.h
+++ b/src/virtualkeyboard/hangulinputmethod.h
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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
**
-****************************************************************************/
+******************************************************************************/
#ifndef HANGULINPUTMETHOD_H
#define HANGULINPUTMETHOD_H
diff --git a/src/virtualkeyboard/hunspellinputmethod.cpp b/src/virtualkeyboard/hunspellinputmethod.cpp
index 70f57315..a9fec420 100644
--- a/src/virtualkeyboard/hunspellinputmethod.cpp
+++ b/src/virtualkeyboard/hunspellinputmethod.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 "hunspellinputmethod.h"
#include "hunspellworker.h"
diff --git a/src/virtualkeyboard/hunspellinputmethod.h b/src/virtualkeyboard/hunspellinputmethod.h
index 7d322b8c..4f0bf80e 100644
--- a/src/virtualkeyboard/hunspellinputmethod.h
+++ b/src/virtualkeyboard/hunspellinputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef HUNSPELLINPUTMETHOD_H
#define HUNSPELLINPUTMETHOD_H
diff --git a/src/virtualkeyboard/hunspellworker.cpp b/src/virtualkeyboard/hunspellworker.cpp
index 8084b1ac..370bff2b 100644
--- a/src/virtualkeyboard/hunspellworker.cpp
+++ b/src/virtualkeyboard/hunspellworker.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 "hunspellworker.h"
#include <QVector>
diff --git a/src/virtualkeyboard/hunspellworker.h b/src/virtualkeyboard/hunspellworker.h
index 789cd6e3..7bd57f38 100644
--- a/src/virtualkeyboard/hunspellworker.h
+++ b/src/virtualkeyboard/hunspellworker.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef HUNSPELLWORKER_H
#define HUNSPELLWORKER_H
diff --git a/src/virtualkeyboard/inputview.cpp b/src/virtualkeyboard/inputview.cpp
index 4ff31e52..b014db5a 100644
--- a/src/virtualkeyboard/inputview.cpp
+++ b/src/virtualkeyboard/inputview.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 "inputview.h"
diff --git a/src/virtualkeyboard/inputview.h b/src/virtualkeyboard/inputview.h
index 41b39f59..6ba098ce 100644
--- a/src/virtualkeyboard/inputview.h
+++ b/src/virtualkeyboard/inputview.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef INPUTVIEW_H
#define INPUTVIEW_H
diff --git a/src/virtualkeyboard/openwnninputmethod.cpp b/src/virtualkeyboard/openwnninputmethod.cpp
index 664a2243..46dd4652 100644
--- a/src/virtualkeyboard/openwnninputmethod.cpp
+++ b/src/virtualkeyboard/openwnninputmethod.cpp
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 "openwnninputmethod.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/openwnninputmethod.h b/src/virtualkeyboard/openwnninputmethod.h
index 7a20e29e..6ece29da 100644
--- a/src/virtualkeyboard/openwnninputmethod.h
+++ b/src/virtualkeyboard/openwnninputmethod.h
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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
**
-****************************************************************************/
+******************************************************************************/
#ifndef OPENWNNINPUTMETHOD_H
#define OPENWNNINPUTMETHOD_H
diff --git a/src/virtualkeyboard/pinyindecoderservice.cpp b/src/virtualkeyboard/pinyindecoderservice.cpp
index b95c335b..6a9e2e6d 100644
--- a/src/virtualkeyboard/pinyindecoderservice.cpp
+++ b/src/virtualkeyboard/pinyindecoderservice.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 "pinyindecoderservice.h"
#include "pinyinime.h"
diff --git a/src/virtualkeyboard/pinyindecoderservice.h b/src/virtualkeyboard/pinyindecoderservice.h
index 453de4a7..2eb98252 100644
--- a/src/virtualkeyboard/pinyindecoderservice.h
+++ b/src/virtualkeyboard/pinyindecoderservice.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef PINYINDECODERSERVICE_H
#define PINYINDECODERSERVICE_H
diff --git a/src/virtualkeyboard/pinyininputmethod.cpp b/src/virtualkeyboard/pinyininputmethod.cpp
index 42b8cedf..9467ea19 100644
--- a/src/virtualkeyboard/pinyininputmethod.cpp
+++ b/src/virtualkeyboard/pinyininputmethod.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 "pinyininputmethod.h"
#include "pinyindecoderservice.h"
diff --git a/src/virtualkeyboard/pinyininputmethod.h b/src/virtualkeyboard/pinyininputmethod.h
index 27a8fa03..ed4f3d9e 100644
--- a/src/virtualkeyboard/pinyininputmethod.h
+++ b/src/virtualkeyboard/pinyininputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef PINYININPUTMETHOD_H
#define PINYININPUTMETHOD_H
diff --git a/src/virtualkeyboard/plaininputmethod.cpp b/src/virtualkeyboard/plaininputmethod.cpp
index 8d914b8d..aae0b024 100644
--- a/src/virtualkeyboard/plaininputmethod.cpp
+++ b/src/virtualkeyboard/plaininputmethod.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 "plaininputmethod.h"
#include "declarativeinputengine.h"
diff --git a/src/virtualkeyboard/plaininputmethod.h b/src/virtualkeyboard/plaininputmethod.h
index e3d90f5f..3263f59b 100644
--- a/src/virtualkeyboard/plaininputmethod.h
+++ b/src/virtualkeyboard/plaininputmethod.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef PLAININPUTMETHOD_H
#define PLAININPUTMETHOD_H
diff --git a/src/virtualkeyboard/platforminputcontext.cpp b/src/virtualkeyboard/platforminputcontext.cpp
index a379757a..d34f2a2b 100644
--- a/src/virtualkeyboard/platforminputcontext.cpp
+++ b/src/virtualkeyboard/platforminputcontext.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 "platforminputcontext.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/platforminputcontext.h b/src/virtualkeyboard/platforminputcontext.h
index 06860d61..2dc0183d 100644
--- a/src/virtualkeyboard/platforminputcontext.h
+++ b/src/virtualkeyboard/platforminputcontext.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef PLATFORMINPUTCONTEXT_H
#define PLATFORMINPUTCONTEXT_H
diff --git a/src/virtualkeyboard/plugin.cpp b/src/virtualkeyboard/plugin.cpp
index 96936f97..2287c57c 100644
--- a/src/virtualkeyboard/plugin.cpp
+++ b/src/virtualkeyboard/plugin.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 "plugin.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/plugin.h b/src/virtualkeyboard/plugin.h
index b3b05f95..3b305e06 100644
--- a/src/virtualkeyboard/plugin.h
+++ b/src/virtualkeyboard/plugin.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef PLUGIN_H
#define PLUGIN_H
diff --git a/src/virtualkeyboard/settings.cpp b/src/virtualkeyboard/settings.cpp
index 73d602b1..69bc2db1 100644
--- a/src/virtualkeyboard/settings.cpp
+++ b/src/virtualkeyboard/settings.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 "settings.h"
#include <QtCore/private/qobject_p.h>
diff --git a/src/virtualkeyboard/settings.h b/src/virtualkeyboard/settings.h
index f4c36fba..a31ac498 100644
--- a/src/virtualkeyboard/settings.h
+++ b/src/virtualkeyboard/settings.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef SETTINGS_H
#define SETTINGS_H
diff --git a/src/virtualkeyboard/styles/KeyIcon.qml b/src/virtualkeyboard/styles/KeyIcon.qml
index dfe9680f..51570138 100644
--- a/src/virtualkeyboard/styles/KeyIcon.qml
+++ b/src/virtualkeyboard/styles/KeyIcon.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/src/virtualkeyboard/styles/KeyPanel.qml b/src/virtualkeyboard/styles/KeyPanel.qml
index cfac85ce..50c55988 100644
--- a/src/virtualkeyboard/styles/KeyPanel.qml
+++ b/src/virtualkeyboard/styles/KeyPanel.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/src/virtualkeyboard/styles/KeyboardStyle.qml b/src/virtualkeyboard/styles/KeyboardStyle.qml
index 14b68892..38c0119a 100644
--- a/src/virtualkeyboard/styles/KeyboardStyle.qml
+++ b/src/virtualkeyboard/styles/KeyboardStyle.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/src/virtualkeyboard/styles/SelectionListItem.qml b/src/virtualkeyboard/styles/SelectionListItem.qml
index e196d839..54b72238 100644
--- a/src/virtualkeyboard/styles/SelectionListItem.qml
+++ b/src/virtualkeyboard/styles/SelectionListItem.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/src/virtualkeyboard/styles/styles_plugin.cpp b/src/virtualkeyboard/styles/styles_plugin.cpp
index 5b522d67..0b004794 100644
--- a/src/virtualkeyboard/styles/styles_plugin.cpp
+++ b/src/virtualkeyboard/styles/styles_plugin.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 "styles_plugin.h"
diff --git a/src/virtualkeyboard/styles/styles_plugin.h b/src/virtualkeyboard/styles/styles_plugin.h
index 97240d2d..d7dc9735 100644
--- a/src/virtualkeyboard/styles/styles_plugin.h
+++ b/src/virtualkeyboard/styles/styles_plugin.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef STYLES_PLUGIN_H
#define STYLES_PLUGIN_H
diff --git a/src/virtualkeyboard/virtualkeyboarddebug.h b/src/virtualkeyboard/virtualkeyboarddebug.h
index 57267d37..457da117 100644
--- a/src/virtualkeyboard/virtualkeyboarddebug.h
+++ b/src/virtualkeyboard/virtualkeyboarddebug.h
@@ -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
**
-****************************************************************************/
+******************************************************************************/
#ifndef VIRTUALKEYBOARDDEBUG_H
#define VIRTUALKEYBOARDDEBUG_H
diff --git a/tests/auto/inputpanel/data/inputpanel/inputpanel.qml b/tests/auto/inputpanel/data/inputpanel/inputpanel.qml
index e1bc3d04..dc61aabd 100644
--- a/tests/auto/inputpanel/data/inputpanel/inputpanel.qml
+++ b/tests/auto/inputpanel/data/inputpanel/inputpanel.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 QtTest 1.0
import QtQuick 2.0
diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml
index 0385e394..36855fc0 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 QtTest 1.0
import QtQuick 2.0
diff --git a/tests/auto/inputpanel/tst_inputpanel.cpp b/tests/auto/inputpanel/tst_inputpanel.cpp
index fb65a2da..2d6eea60 100644
--- a/tests/auto/inputpanel/tst_inputpanel.cpp
+++ b/tests/auto/inputpanel/tst_inputpanel.cpp
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 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 <QtQuickTest/quicktest.h>
#include <QByteArray>