aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content')
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml20
-rw-r--r--src/virtualkeyboard/content/components/AlternativeKeys.qml20
-rw-r--r--src/virtualkeyboard/content/components/AutoScroller.qml20
-rw-r--r--src/virtualkeyboard/content/components/BackspaceKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/BaseKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/ChangeLanguageKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/CharacterPreviewBubble.qml20
-rw-r--r--src/virtualkeyboard/content/components/EnterKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/FillerKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/HideKeyboardKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/Key.qml20
-rw-r--r--src/virtualkeyboard/content/components/Keyboard.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardColumn.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardLayout.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml20
-rw-r--r--src/virtualkeyboard/content/components/KeyboardRow.qml20
-rw-r--r--src/virtualkeyboard/content/components/MultiSoundEffect.qml20
-rw-r--r--src/virtualkeyboard/content/components/MultitapInputMethod.qml20
-rw-r--r--src/virtualkeyboard/content/components/NumberKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/ShiftKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/SpaceKey.qml20
-rw-r--r--src/virtualkeyboard/content/components/SymbolModeKey.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ar_AR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/da_DK/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/da_DK/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/de_DE/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/de_DE/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/dialpad.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/en_GB/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/es_ES/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/es_ES/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/digits.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/numbers.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fa_FA/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fi_FI/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fi_FI/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fr_FR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/fr_FR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/hi_IN/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/hi_IN/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/it_IT/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/it_IT/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ja_JP/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ja_JP/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ko_KR/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ko_KR/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/nb_NO/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/nb_NO/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pl_PL/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pl_PL/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pt_PT/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/pt_PT/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ru_RU/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/ru_RU/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/sv_SE/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/sv_SE/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/zh_CN/main.qml20
-rw-r--r--src/virtualkeyboard/content/layouts/zh_CN/symbols.qml20
-rw-r--r--src/virtualkeyboard/content/styles/default/style.qml20
-rw-r--r--src/virtualkeyboard/content/styles/retro/style.qml20
67 files changed, 670 insertions, 670 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index de293171..5727803b 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/AlternativeKeys.qml b/src/virtualkeyboard/content/components/AlternativeKeys.qml
index 9375d4d0..7981f126 100644
--- a/src/virtualkeyboard/content/components/AlternativeKeys.qml
+++ b/src/virtualkeyboard/content/components/AlternativeKeys.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/AutoScroller.qml b/src/virtualkeyboard/content/components/AutoScroller.qml
index fcb03a4e..2a3459ba 100644
--- a/src/virtualkeyboard/content/components/AutoScroller.qml
+++ b/src/virtualkeyboard/content/components/AutoScroller.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/BackspaceKey.qml b/src/virtualkeyboard/content/components/BackspaceKey.qml
index fb3b66e8..44d2b838 100644
--- a/src/virtualkeyboard/content/components/BackspaceKey.qml
+++ b/src/virtualkeyboard/content/components/BackspaceKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/BaseKey.qml b/src/virtualkeyboard/content/components/BaseKey.qml
index d40b9c26..3b69867a 100644
--- a/src/virtualkeyboard/content/components/BaseKey.qml
+++ b/src/virtualkeyboard/content/components/BaseKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml b/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
index 516be37d..8a0e8946 100644
--- a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
+++ b/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml b/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml
index ee8ee19b..1a13dc7b 100644
--- a/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml
+++ b/src/virtualkeyboard/content/components/CharacterPreviewBubble.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/EnterKey.qml b/src/virtualkeyboard/content/components/EnterKey.qml
index 55a57386..d748a6ac 100644
--- a/src/virtualkeyboard/content/components/EnterKey.qml
+++ b/src/virtualkeyboard/content/components/EnterKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/FillerKey.qml b/src/virtualkeyboard/content/components/FillerKey.qml
index fa5aec77..f21e742c 100644
--- a/src/virtualkeyboard/content/components/FillerKey.qml
+++ b/src/virtualkeyboard/content/components/FillerKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/HideKeyboardKey.qml b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
index fac42081..8387f56e 100644
--- a/src/virtualkeyboard/content/components/HideKeyboardKey.qml
+++ b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/Key.qml b/src/virtualkeyboard/content/components/Key.qml
index f44fe1f5..7e560f3a 100644
--- a/src/virtualkeyboard/content/components/Key.qml
+++ b/src/virtualkeyboard/content/components/Key.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/Keyboard.qml b/src/virtualkeyboard/content/components/Keyboard.qml
index a24fee30..88a056d0 100644
--- a/src/virtualkeyboard/content/components/Keyboard.qml
+++ b/src/virtualkeyboard/content/components/Keyboard.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardColumn.qml b/src/virtualkeyboard/content/components/KeyboardColumn.qml
index fedad8a2..a42a9dcf 100644
--- a/src/virtualkeyboard/content/components/KeyboardColumn.qml
+++ b/src/virtualkeyboard/content/components/KeyboardColumn.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardLayout.qml b/src/virtualkeyboard/content/components/KeyboardLayout.qml
index 4e0497f3..e0444cbf 100644
--- a/src/virtualkeyboard/content/components/KeyboardLayout.qml
+++ b/src/virtualkeyboard/content/components/KeyboardLayout.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml b/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml
index cc721c7b..f0bd0c3c 100644
--- a/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml
+++ b/src/virtualkeyboard/content/components/KeyboardLayoutLoader.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/KeyboardRow.qml b/src/virtualkeyboard/content/components/KeyboardRow.qml
index 469aca95..89a4c866 100644
--- a/src/virtualkeyboard/content/components/KeyboardRow.qml
+++ b/src/virtualkeyboard/content/components/KeyboardRow.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/components/MultiSoundEffect.qml b/src/virtualkeyboard/content/components/MultiSoundEffect.qml
index 76ac08de..3f4b8d50 100644
--- a/src/virtualkeyboard/content/components/MultiSoundEffect.qml
+++ b/src/virtualkeyboard/content/components/MultiSoundEffect.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtMultimedia 5.0
diff --git a/src/virtualkeyboard/content/components/MultitapInputMethod.qml b/src/virtualkeyboard/content/components/MultitapInputMethod.qml
index f78d7dd7..9d76ab3d 100644
--- a/src/virtualkeyboard/content/components/MultitapInputMethod.qml
+++ b/src/virtualkeyboard/content/components/MultitapInputMethod.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/NumberKey.qml b/src/virtualkeyboard/content/components/NumberKey.qml
index 03e8396f..04f224f3 100644
--- a/src/virtualkeyboard/content/components/NumberKey.qml
+++ b/src/virtualkeyboard/content/components/NumberKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/ShiftKey.qml b/src/virtualkeyboard/content/components/ShiftKey.qml
index a1b953a5..7626833c 100644
--- a/src/virtualkeyboard/content/components/ShiftKey.qml
+++ b/src/virtualkeyboard/content/components/ShiftKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/components/SpaceKey.qml b/src/virtualkeyboard/content/components/SpaceKey.qml
index 6927411c..34820bf3 100644
--- a/src/virtualkeyboard/content/components/SpaceKey.qml
+++ b/src/virtualkeyboard/content/components/SpaceKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/components/SymbolModeKey.qml b/src/virtualkeyboard/content/components/SymbolModeKey.qml
index 731f6c5b..e65be74a 100644
--- a/src/virtualkeyboard/content/components/SymbolModeKey.qml
+++ b/src/virtualkeyboard/content/components/SymbolModeKey.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/digits.qml b/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
index 84bd696d..1f18e301 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/digits.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/main.qml b/src/virtualkeyboard/content/layouts/ar_AR/main.qml
index 6272bf60..3b7641f9 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/main.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml b/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
index fd5723c5..0ae39f3c 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/numbers.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml b/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml
index c31afb00..5121542b 100644
--- a/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ar_AR/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/da_DK/main.qml b/src/virtualkeyboard/content/layouts/da_DK/main.qml
index 04f11d1f..618b5241 100644
--- a/src/virtualkeyboard/content/layouts/da_DK/main.qml
+++ b/src/virtualkeyboard/content/layouts/da_DK/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/da_DK/symbols.qml b/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/da_DK/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/de_DE/main.qml b/src/virtualkeyboard/content/layouts/de_DE/main.qml
index 312fdce7..992c9395 100644
--- a/src/virtualkeyboard/content/layouts/de_DE/main.qml
+++ b/src/virtualkeyboard/content/layouts/de_DE/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/de_DE/symbols.qml b/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/de_DE/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml b/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml
index a504a898..d305f3dd 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/dialpad.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/digits.qml b/src/virtualkeyboard/content/layouts/en_GB/digits.qml
index 9b118b1c..a1580a00 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/digits.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/digits.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/main.qml b/src/virtualkeyboard/content/layouts/en_GB/main.qml
index 6c0e84aa..bc4a7944 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/main.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/en_GB/numbers.qml b/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
index cd7e9277..71c48bb0 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/numbers.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/en_GB/symbols.qml b/src/virtualkeyboard/content/layouts/en_GB/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/en_GB/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/en_GB/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/es_ES/main.qml b/src/virtualkeyboard/content/layouts/es_ES/main.qml
index 9ed48182..a67bf36b 100644
--- a/src/virtualkeyboard/content/layouts/es_ES/main.qml
+++ b/src/virtualkeyboard/content/layouts/es_ES/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/es_ES/symbols.qml b/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
index 3e2a658b..db74d2d7 100644
--- a/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/es_ES/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/digits.qml b/src/virtualkeyboard/content/layouts/fa_FA/digits.qml
index df60fd2a..2025b718 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/digits.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/digits.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/main.qml b/src/virtualkeyboard/content/layouts/fa_FA/main.qml
index 20880ca0..01ab0f9f 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/main.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml b/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
index b4763120..7f791ad4 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/numbers.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml b/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml
index a91ee169..b18f2952 100644
--- a/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fa_FA/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fi_FI/main.qml b/src/virtualkeyboard/content/layouts/fi_FI/main.qml
index 93700a06..ef7a0be1 100644
--- a/src/virtualkeyboard/content/layouts/fi_FI/main.qml
+++ b/src/virtualkeyboard/content/layouts/fi_FI/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml b/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fi_FI/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/fr_FR/main.qml b/src/virtualkeyboard/content/layouts/fr_FR/main.qml
index e72e6e60..8f48ed43 100644
--- a/src/virtualkeyboard/content/layouts/fr_FR/main.qml
+++ b/src/virtualkeyboard/content/layouts/fr_FR/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml b/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/fr_FR/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/hi_IN/main.qml b/src/virtualkeyboard/content/layouts/hi_IN/main.qml
index 5868a338..5c771e81 100644
--- a/src/virtualkeyboard/content/layouts/hi_IN/main.qml
+++ b/src/virtualkeyboard/content/layouts/hi_IN/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml b/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
index d9cede65..7870cd2b 100644
--- a/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/hi_IN/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/it_IT/main.qml b/src/virtualkeyboard/content/layouts/it_IT/main.qml
index 97bc9b24..004139ae 100644
--- a/src/virtualkeyboard/content/layouts/it_IT/main.qml
+++ b/src/virtualkeyboard/content/layouts/it_IT/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/it_IT/symbols.qml b/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/it_IT/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ja_JP/main.qml b/src/virtualkeyboard/content/layouts/ja_JP/main.qml
index bbdbf2a2..9dcee44c 100644
--- a/src/virtualkeyboard/content/layouts/ja_JP/main.qml
+++ b/src/virtualkeyboard/content/layouts/ja_JP/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml b/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
index 5b811196..757f32bf 100644
--- a/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ja_JP/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ko_KR/main.qml b/src/virtualkeyboard/content/layouts/ko_KR/main.qml
index 1b6c9ab4..12aee3d2 100644
--- a/src/virtualkeyboard/content/layouts/ko_KR/main.qml
+++ b/src/virtualkeyboard/content/layouts/ko_KR/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml b/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
index 392bbdf8..19ed319a 100644
--- a/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ko_KR/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/nb_NO/main.qml b/src/virtualkeyboard/content/layouts/nb_NO/main.qml
index 8fbae9b8..621461d1 100644
--- a/src/virtualkeyboard/content/layouts/nb_NO/main.qml
+++ b/src/virtualkeyboard/content/layouts/nb_NO/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml b/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/nb_NO/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/pl_PL/main.qml b/src/virtualkeyboard/content/layouts/pl_PL/main.qml
index a29bf506..c735f6a4 100644
--- a/src/virtualkeyboard/content/layouts/pl_PL/main.qml
+++ b/src/virtualkeyboard/content/layouts/pl_PL/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml b/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/pl_PL/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/pt_PT/main.qml b/src/virtualkeyboard/content/layouts/pt_PT/main.qml
index 1ca0b129..4245d29b 100644
--- a/src/virtualkeyboard/content/layouts/pt_PT/main.qml
+++ b/src/virtualkeyboard/content/layouts/pt_PT/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml b/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/pt_PT/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/ru_RU/main.qml b/src/virtualkeyboard/content/layouts/ru_RU/main.qml
index cf15fdce..6cf9acf5 100644
--- a/src/virtualkeyboard/content/layouts/ru_RU/main.qml
+++ b/src/virtualkeyboard/content/layouts/ru_RU/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml b/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
index 1866e26b..df45dfc7 100644
--- a/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/ru_RU/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/sv_SE/main.qml b/src/virtualkeyboard/content/layouts/sv_SE/main.qml
index 93700a06..ef7a0be1 100644
--- a/src/virtualkeyboard/content/layouts/sv_SE/main.qml
+++ b/src/virtualkeyboard/content/layouts/sv_SE/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml b/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
index 6cdd4871..d22b6d1c 100644
--- a/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/sv_SE/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/zh_CN/main.qml b/src/virtualkeyboard/content/layouts/zh_CN/main.qml
index eef1b4b1..542df17a 100644
--- a/src/virtualkeyboard/content/layouts/zh_CN/main.qml
+++ b/src/virtualkeyboard/content/layouts/zh_CN/main.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml b/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml
index 3944b164..c12e98dd 100644
--- a/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml
+++ b/src/virtualkeyboard/content/layouts/zh_CN/symbols.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Layouts 1.0
diff --git a/src/virtualkeyboard/content/styles/default/style.qml b/src/virtualkeyboard/content/styles/default/style.qml
index f320e624..8b9d7bc2 100644
--- a/src/virtualkeyboard/content/styles/default/style.qml
+++ b/src/virtualkeyboard/content/styles/default/style.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3
diff --git a/src/virtualkeyboard/content/styles/retro/style.qml b/src/virtualkeyboard/content/styles/retro/style.qml
index 3e0ea7fe..ae2efb32 100644
--- a/src/virtualkeyboard/content/styles/retro/style.qml
+++ b/src/virtualkeyboard/content/styles/retro/style.qml
@@ -1,20 +1,20 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
-** This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise.
+** This file is part of the Qt Virtual Keyboard module.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** Licensees holding valid commercial license for Qt may use this file in
+** accordance with the Qt License Agreement provided with the Software
+** or, alternatively, in accordance with the terms contained in a written
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** contact form at http://qt.io
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.0
import QtQuick.Enterprise.VirtualKeyboard 1.3