aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qml/testprojects/uisplit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qml/testprojects/uisplit')
-rw-r--r--tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/gallery/main.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/splitview/main.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/main.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml26
-rw-r--r--tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml26
41 files changed, 82 insertions, 984 deletions
diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml
index 01751673b3..42bc028b41 100644
--- a/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml b/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml
index ef5e0e4a01..4770377329 100644
--- a/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml
+++ b/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml
index c847fbe504..387b980ec5 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml
index 3b07ad927f..a3acd94f7d 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Dialogs 1.1
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml
index f70145f69f..0cbaf6c3ec 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml
index 2681ae9eaa..0ce0e40e44 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml
index bad241a23e..08bc658742 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml
index 956a5c0ef6..70bf56487e 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml
index b0d6559738..6f36dba3fe 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml
index f3fb966b0c..8b639dd4b5 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml
index 70ff8c5b83..990c678fc2 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml
index ffa3ad7c5a..d6053b756f 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml
index 96ec5216bb..8adc24bbd0 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml
index 608d881a01..da604ba574 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml
index e8c35f8604..bfcc893461 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml
index 34e77c59d3..4243f55372 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml
index f660b1006a..8d680e4412 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml
index cb47a8838c..c9bd63a358 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml
index b7d17ec908..e56eb16910 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml
index 3d5d67aba3..dc86c2f947 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml
index f206af7b4d..969780dedc 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/gallery/main.qml b/tests/manual/qml/testprojects/uisplit/gallery/main.qml
index 1f7a107deb..2c2ee720ce 100644
--- a/tests/manual/qml/testprojects/uisplit/gallery/main.qml
+++ b/tests/manual/qml/testprojects/uisplit/gallery/main.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.3
import QtQuick.Controls 1.3
diff --git a/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml
index ecbaae6c9b..1010e2353e 100644
--- a/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/splitview/main.qml b/tests/manual/qml/testprojects/uisplit/splitview/main.qml
index 24ab013832..fceb99280d 100644
--- a/tests/manual/qml/testprojects/uisplit/splitview/main.qml
+++ b/tests/manual/qml/testprojects/uisplit/splitview/main.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Controls 1.2
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml
index 0fc65438b9..34f688ffab 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml
index 29c781c0a5..902d0a65ec 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml
index 7702ff813e..97b19d6711 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml
index 8687dc6b65..8a0d6b0492 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml
index f4f08c10bd..e9d662055d 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml
index 3a6ec9cfc6..2dfdc7a787 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml
index a50e6670dd..0012474025 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml
index f97ac4a2cc..74b8f67397 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/main.qml b/tests/manual/qml/testprojects/uisplit/tableview/main.qml
index 81254c4e27..baa2f718a8 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/main.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/main.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml b/tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml
index 99e75de6b5..aaf01c76e1 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml b/tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml
index 82126eca15..7e2f122740 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml b/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml
index fd7d7146aa..c8c83d715b 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml
index 506ebc1361..0de05c2907 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml
index df0a462c83..f649b1083b 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml
index 6352642783..a180d3c9ff 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml
index a611306f24..50a7354c5e 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml
index a6e969da9c..f1008ac8df 100644
--- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml
+++ b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
import QtQuick 2.2
import QtQuick.Window 2.1