aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-08 09:27:50 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-09-15 10:44:53 +0000
commitef14f0d55ae5fa054b1d3d9910d80a7254bc22c5 (patch)
treede7738eceeaceb4a2fec62a6d218bdc132ed01c7 /src/virtualkeyboard
parentf2e24e2ed0b4bf2a11ef2379a40593853a145aae (diff)
Correct license headers.
Using the commercial template found here: https://wiki.it.local/display/QTCOM/Header+templates+to+be+used+in+Qt+Code Change-Id: If401d8fa3ff4dab6ea1e74477d5c02b5dcd09eea Task-number: QTRD-3693 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/virtualkeyboard')
-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/HandwritingModeKey.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/components/TraceInputArea.qml20
-rw-r--r--src/virtualkeyboard/content/components/TraceInputKey.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/handwriting.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/declarativetrace.cpp20
-rw-r--r--src/virtualkeyboard/declarativetrace.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/hunspellinputmethod_p.cpp20
-rw-r--r--src/virtualkeyboard/hunspellinputmethod_p.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/lipiinputmethod.cpp20
-rw-r--r--src/virtualkeyboard/lipiinputmethod.h20
-rw-r--r--src/virtualkeyboard/lipisharedrecognizer.cpp20
-rw-r--r--src/virtualkeyboard/lipisharedrecognizer.h20
-rw-r--r--src/virtualkeyboard/lipiworker.cpp20
-rw-r--r--src/virtualkeyboard/lipiworker.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/TraceCanvas.qml20
-rw-r--r--src/virtualkeyboard/styles/TraceInputKeyPanel.qml20
-rw-r--r--src/virtualkeyboard/styles/TraceUtils.js20
-rw-r--r--src/virtualkeyboard/styles/styles_plugin.cpp20
-rw-r--r--src/virtualkeyboard/styles/styles_plugin.h20
-rw-r--r--src/virtualkeyboard/styles/svgimageprovider.cpp20
-rw-r--r--src/virtualkeyboard/styles/svgimageprovider.h20
-rw-r--r--src/virtualkeyboard/virtualkeyboarddebug.h20
169 files changed, 1510 insertions, 1510 deletions
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 3f1ff1b0..94b90a5f 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 eb21048b..c13cc7c1 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 58d87fc5..60c3526c 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 2.0
diff --git a/src/virtualkeyboard/content/components/AlternativeKeys.qml b/src/virtualkeyboard/content/components/AlternativeKeys.qml
index 6fc783e1..a9d92e48 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 2.0
diff --git a/src/virtualkeyboard/content/components/AutoScroller.qml b/src/virtualkeyboard/content/components/AutoScroller.qml
index 95c06496..d04bb2ee 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 2.0
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 d1fce1c4..a0df94e1 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 2.0
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/HandwritingModeKey.qml b/src/virtualkeyboard/content/components/HandwritingModeKey.qml
index bd616c75..554c8a69 100644
--- a/src/virtualkeyboard/content/components/HandwritingModeKey.qml
+++ b/src/virtualkeyboard/content/components/HandwritingModeKey.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
diff --git a/src/virtualkeyboard/content/components/HideKeyboardKey.qml b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
index ccff550b..7ec7fe76 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 2.0
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 ba1f763c..c8e63dec 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 6a91056a..b56c552a 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 3bd88017..5a26be62 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 cc6117e1..ab7aa16c 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 2.0
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 9c9601fc..fe2f1eb0 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 2.0
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/components/TraceInputArea.qml b/src/virtualkeyboard/content/components/TraceInputArea.qml
index 3bbf52f2..5bc38f6a 100644
--- a/src/virtualkeyboard/content/components/TraceInputArea.qml
+++ b/src/virtualkeyboard/content/components/TraceInputArea.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.Window 2.2
diff --git a/src/virtualkeyboard/content/components/TraceInputKey.qml b/src/virtualkeyboard/content/components/TraceInputKey.qml
index 836058b9..30ec01cb 100644
--- a/src/virtualkeyboard/content/components/TraceInputKey.qml
+++ b/src/virtualkeyboard/content/components/TraceInputKey.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/ar_AR/digits.qml b/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
index 182519b6..45774911 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 b5137663..c499b155 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml b/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
index 4a3395f3..42ceb73c 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 53882410..ce51e7ca 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 d3c257db..6da5e61e 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/da_DK/symbols.qml b/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
index 964f7038..64cf3d8a 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 850556e2..e797e870 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/de_DE/symbols.qml b/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
index 964f7038..64cf3d8a 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 84160670..2111e041 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 599570c0..eebcd802 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/handwriting.qml b/src/virtualkeyboard/content/layouts/en_GB/handwriting.qml
index 56df75ea..38913f59 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/handwriting.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/handwriting.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/en_GB/main.qml b/src/virtualkeyboard/content/layouts/en_GB/main.qml
index 0ff4727d..8f1f98d1 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/numbers.qml b/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
index 83e76778..5d28f48c 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 964f7038..64cf3d8a 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 e81907eb..4348aab2 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/es_ES/symbols.qml b/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
index 45ac8066..0fef3e19 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 d600e880..6fac8c39 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 dd1067fd..6961b706 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml b/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
index 7ddc56c5..50398eb0 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 a56beee0..9c739ac0 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 6119fd28..f55027ab 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml b/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
index 964f7038..64cf3d8a 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 f9065917..def02712 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml b/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
index 964f7038..64cf3d8a 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 89f1feca..72c23da8 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml b/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
index b9a4df7f..fed2a7eb 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 3ca0c480..72e1bba8 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/it_IT/symbols.qml b/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
index 964f7038..64cf3d8a 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 71e39ea9..33c6e1b2 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml b/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
index e19346ed..b215b17e 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 65e0199c..72a5709b 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml b/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
index b663546f..14dc3404 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 2fb36d4a..b15e83f1 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml b/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
index 964f7038..64cf3d8a 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 bf324335..c580ad7f 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml b/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
index 964f7038..64cf3d8a 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 2225f5d1..bd64e97d 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml b/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
index 964f7038..64cf3d8a 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 2ee8406b..50a5f9df 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml b/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
index 73fdbc7c..e50d3854 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 6119fd28..f55027ab 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 2.0
diff --git a/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml b/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
index 964f7038..64cf3d8a 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 022734fb..2d1866cd 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 eaee5ee1..25651bfe 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 2eb0cb50..3aca1dee 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 2.0
diff --git a/src/virtualkeyboard/content/styles/retro/style.qml b/src/virtualkeyboard/content/styles/retro/style.qml
index 841ec7b1..c8dbf7a2 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 2.0
diff --git a/src/virtualkeyboard/declarativeinputcontext.cpp b/src/virtualkeyboard/declarativeinputcontext.cpp
index cb13bf23..fb37e36a 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 1d25da6f..4e4811cc 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 c6abc5b4..d56f00c8 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 479a8c41..d6fd1f59 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 "declarativetrace.h"
diff --git a/src/virtualkeyboard/declarativeinputmethod.h b/src/virtualkeyboard/declarativeinputmethod.h
index 51ba4e79..ec219dbe 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/declarativetrace.cpp b/src/virtualkeyboard/declarativetrace.cpp
index 0b31c65c..56d4810b 100644
--- a/src/virtualkeyboard/declarativetrace.cpp
+++ b/src/virtualkeyboard/declarativetrace.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 "declarativetrace.h"
#include <QtCore/private/qobject_p.h>
diff --git a/src/virtualkeyboard/declarativetrace.h b/src/virtualkeyboard/declarativetrace.h
index 80f5c91c..957c3dee 100644
--- a/src/virtualkeyboard/declarativetrace.h
+++ b/src/virtualkeyboard/declarativetrace.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 DECLARATIVETRACE_H
#define DECLARATIVETRACE_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 12c2bf9e..00ab858b 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 33735153..5246f6b9 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 695ae08d..07f237ee 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 320abe3e..8f883155 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 cc701df6..c3d3be3e 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_p.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/hunspellinputmethod.h b/src/virtualkeyboard/hunspellinputmethod.h
index 9a675721..08ca0977 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/hunspellinputmethod_p.cpp b/src/virtualkeyboard/hunspellinputmethod_p.cpp
index 7fd98191..e8b26b46 100644
--- a/src/virtualkeyboard/hunspellinputmethod_p.cpp
+++ b/src/virtualkeyboard/hunspellinputmethod_p.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 "hunspellinputmethod_p.h"
#include "declarativeinputcontext.h"
diff --git a/src/virtualkeyboard/hunspellinputmethod_p.h b/src/virtualkeyboard/hunspellinputmethod_p.h
index 71440c8e..18ab2a0d 100644
--- a/src/virtualkeyboard/hunspellinputmethod_p.h
+++ b/src/virtualkeyboard/hunspellinputmethod_p.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 HUNSPELLINPUTMETHOD_P_H
#define HUNSPELLINPUTMETHOD_P_H
diff --git a/src/virtualkeyboard/hunspellworker.cpp b/src/virtualkeyboard/hunspellworker.cpp
index 420a69ec..38a62144 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 "virtualkeyboarddebug.h"
diff --git a/src/virtualkeyboard/hunspellworker.h b/src/virtualkeyboard/hunspellworker.h
index 38cc59d8..57e6c4a9 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/lipiinputmethod.cpp b/src/virtualkeyboard/lipiinputmethod.cpp
index 01a90f28..46586d27 100644
--- a/src/virtualkeyboard/lipiinputmethod.cpp
+++ b/src/virtualkeyboard/lipiinputmethod.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 "lipiinputmethod.h"
#include "lipisharedrecognizer.h"
diff --git a/src/virtualkeyboard/lipiinputmethod.h b/src/virtualkeyboard/lipiinputmethod.h
index 5da516af..7c9f5808 100644
--- a/src/virtualkeyboard/lipiinputmethod.h
+++ b/src/virtualkeyboard/lipiinputmethod.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 LIPIINPUTMETHOD_H
#define LIPIINPUTMETHOD_H
diff --git a/src/virtualkeyboard/lipisharedrecognizer.cpp b/src/virtualkeyboard/lipisharedrecognizer.cpp
index 3418422c..3828b9cb 100644
--- a/src/virtualkeyboard/lipisharedrecognizer.cpp
+++ b/src/virtualkeyboard/lipisharedrecognizer.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 "lipisharedrecognizer.h"
#include "virtualkeyboarddebug.h"
diff --git a/src/virtualkeyboard/lipisharedrecognizer.h b/src/virtualkeyboard/lipisharedrecognizer.h
index 779e6e55..c46b3810 100644
--- a/src/virtualkeyboard/lipisharedrecognizer.h
+++ b/src/virtualkeyboard/lipisharedrecognizer.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 LIPISHAREDRECOGNIZER_H
#define LIPISHAREDRECOGNIZER_H
diff --git a/src/virtualkeyboard/lipiworker.cpp b/src/virtualkeyboard/lipiworker.cpp
index 6b26a8f0..ec73b532 100644
--- a/src/virtualkeyboard/lipiworker.cpp
+++ b/src/virtualkeyboard/lipiworker.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 "lipiworker.h"
#include "virtualkeyboarddebug.h"
diff --git a/src/virtualkeyboard/lipiworker.h b/src/virtualkeyboard/lipiworker.h
index a3e7a50a..7d747d87 100644
--- a/src/virtualkeyboard/lipiworker.h
+++ b/src/virtualkeyboard/lipiworker.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 LIPIWORKER_H
#define LIPIWORKER_H
diff --git a/src/virtualkeyboard/openwnninputmethod.cpp b/src/virtualkeyboard/openwnninputmethod.cpp
index 90884ceb..b62ff9a2 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 ef2c4726..1ee075a2 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 a8d061f2..c7df61fa 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 081c8d96..50ae5ca6 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/TraceCanvas.qml b/src/virtualkeyboard/styles/TraceCanvas.qml
index 74347b13..e5670ec1 100644
--- a/src/virtualkeyboard/styles/TraceCanvas.qml
+++ b/src/virtualkeyboard/styles/TraceCanvas.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 "TraceUtils.js" as TraceUtils
diff --git a/src/virtualkeyboard/styles/TraceInputKeyPanel.qml b/src/virtualkeyboard/styles/TraceInputKeyPanel.qml
index 6c49de01..cea151e1 100644
--- a/src/virtualkeyboard/styles/TraceInputKeyPanel.qml
+++ b/src/virtualkeyboard/styles/TraceInputKeyPanel.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
diff --git a/src/virtualkeyboard/styles/TraceUtils.js b/src/virtualkeyboard/styles/TraceUtils.js
index b5b6d3bb..7e225d79 100644
--- a/src/virtualkeyboard/styles/TraceUtils.js
+++ b/src/virtualkeyboard/styles/TraceUtils.js
@@ -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
**
-****************************************************************************/
+******************************************************************************/
.pragma library
diff --git a/src/virtualkeyboard/styles/styles_plugin.cpp b/src/virtualkeyboard/styles/styles_plugin.cpp
index 46a69b86..eec6f514 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"
#include "svgimageprovider.h"
diff --git a/src/virtualkeyboard/styles/styles_plugin.h b/src/virtualkeyboard/styles/styles_plugin.h
index 733161c5..c13a1ab5 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/styles/svgimageprovider.cpp b/src/virtualkeyboard/styles/svgimageprovider.cpp
index 665b37a3..46955984 100644
--- a/src/virtualkeyboard/styles/svgimageprovider.cpp
+++ b/src/virtualkeyboard/styles/svgimageprovider.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 "svgimageprovider.h"
#include <QImage>
diff --git a/src/virtualkeyboard/styles/svgimageprovider.h b/src/virtualkeyboard/styles/svgimageprovider.h
index c0f1a9e3..240d3369 100644
--- a/src/virtualkeyboard/styles/svgimageprovider.h
+++ b/src/virtualkeyboard/styles/svgimageprovider.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 SVGIMAGEPROVIDER_H
#define SVGIMAGEPROVIDER_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