aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/codemodel/dependencies/samples
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/codemodel/dependencies/samples')
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/VisualItemModel.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ApplicationWindow.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Button.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_CircularGauge.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ColorDialog.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ColumnLayout.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Component.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Dialog.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_FileDialog.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_FontDialog.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Gauge.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_GridLayout.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ListModel.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ListView.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_ListViewDelegate.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_LocalStorage.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Material.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_MessageDialog.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_QtObject.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_RowLayout.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_SampleLib.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_StackLayout.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_StatusIndicator.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Tests.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Timer.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Tumbler.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_TumblerColumn.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Universal.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_Window.qml26
-rw-r--r--tests/auto/qml/codemodel/dependencies/samples/test_XmlListModel.qml26
30 files changed, 60 insertions, 720 deletions
diff --git a/tests/auto/qml/codemodel/dependencies/samples/VisualItemModel.qml b/tests/auto/qml/codemodel/dependencies/samples/VisualItemModel.qml
index a7f7180648..91599bf23a 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/VisualItemModel.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/VisualItemModel.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.4
import QtQml.Models 2.2
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ApplicationWindow.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ApplicationWindow.qml
index 6c55b2e8ab..cd5ea42ab3 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ApplicationWindow.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ApplicationWindow.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.4
import QtQuick.Controls 1.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Button.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Button.qml
index 22fa08d7ab..df95fa63bd 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Button.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Button.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.4
import QtQuick.Controls 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_CircularGauge.qml b/tests/auto/qml/codemodel/dependencies/samples/test_CircularGauge.qml
index abbe76d2bd..7b5de9f9a1 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_CircularGauge.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_CircularGauge.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.4
import QtQuick.Extras 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ColorDialog.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ColorDialog.qml
index 4bed27942e..5cdc329bb0 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ColorDialog.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ColorDialog.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.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ColumnLayout.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ColumnLayout.qml
index 1cb3cea399..d430eb8241 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ColumnLayout.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ColumnLayout.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.0
import QtQuick.Layouts 1.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Component.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Component.qml
index 8c7c6e8d61..a2b5325658 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Component.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Component.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 QtQml 2.2
import QtQuick 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Dialog.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Dialog.qml
index fffa286b38..7bb79a7c7a 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Dialog.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Dialog.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.2
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_FileDialog.qml b/tests/auto/qml/codemodel/dependencies/samples/test_FileDialog.qml
index ba5f8d0ede..09b41d86e3 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_FileDialog.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_FileDialog.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.4
import QtQuick.Dialogs 1.1
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_FontDialog.qml b/tests/auto/qml/codemodel/dependencies/samples/test_FontDialog.qml
index 267a4fe87f..7eba7087ff 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_FontDialog.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_FontDialog.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/auto/qml/codemodel/dependencies/samples/test_Gauge.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Gauge.qml
index 324fbcce88..433233bd29 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Gauge.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Gauge.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.4
import QtQuick.Extras 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_GridLayout.qml b/tests/auto/qml/codemodel/dependencies/samples/test_GridLayout.qml
index 74cf45941b..b31575da29 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_GridLayout.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_GridLayout.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.0
import QtQuick.Layouts 1.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ListModel.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ListModel.qml
index 189e83b67d..16676087f5 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ListModel.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ListModel.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.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ListView.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ListView.qml
index c347a566f1..fbb885db37 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ListView.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ListView.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.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_ListViewDelegate.qml b/tests/auto/qml/codemodel/dependencies/samples/test_ListViewDelegate.qml
index 81f240ec6f..ab1a98165a 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_ListViewDelegate.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_ListViewDelegate.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 QtQml 2.2
import QtQuick 2.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_LocalStorage.qml b/tests/auto/qml/codemodel/dependencies/samples/test_LocalStorage.qml
index 5fec75307d..3860c62b41 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_LocalStorage.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_LocalStorage.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 QtQml 2.2
import QtQuick 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Material.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Material.qml
index 5c4ae55831..73be61a220 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Material.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Material.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.0
import QtQuick.Controls 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_MessageDialog.qml b/tests/auto/qml/codemodel/dependencies/samples/test_MessageDialog.qml
index dd112166cb..aae6e7fce6 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_MessageDialog.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_MessageDialog.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.4
import QtQuick.Dialogs 1.1
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_QtObject.qml b/tests/auto/qml/codemodel/dependencies/samples/test_QtObject.qml
index c98234be15..82adc2ee66 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_QtObject.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_QtObject.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 QtQml 2.2
import QtQuick 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_RowLayout.qml b/tests/auto/qml/codemodel/dependencies/samples/test_RowLayout.qml
index 32b0812d09..3d777573c0 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_RowLayout.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_RowLayout.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.0
import QtQuick.Layouts 1.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_SampleLib.qml b/tests/auto/qml/codemodel/dependencies/samples/test_SampleLib.qml
index 2495247708..321c0abcec 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_SampleLib.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_SampleLib.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.4
import QtQuick.Controls 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_StackLayout.qml b/tests/auto/qml/codemodel/dependencies/samples/test_StackLayout.qml
index 8233f11aed..b7b7f4bc51 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_StackLayout.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_StackLayout.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.0
import QtQuick.Layouts 1.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_StatusIndicator.qml b/tests/auto/qml/codemodel/dependencies/samples/test_StatusIndicator.qml
index ab80349337..ed6f365b26 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_StatusIndicator.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_StatusIndicator.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.Extras 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Tests.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Tests.qml
index eb30c4a665..8678c5f18a 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Tests.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Tests.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.0
import QtTest 1.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Timer.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Timer.qml
index b7fcb24eda..d026644af2 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Timer.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Timer.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 QtQml 2.2
import QtQuick 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Tumbler.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Tumbler.qml
index c4d824d89a..f00db598a7 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Tumbler.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Tumbler.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 2.3
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_TumblerColumn.qml b/tests/auto/qml/codemodel/dependencies/samples/test_TumblerColumn.qml
index 24945437fa..ae8de974df 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_TumblerColumn.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_TumblerColumn.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.Extras 1.4
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Universal.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Universal.qml
index f92d771e31..acf3d2b201 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Universal.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Universal.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.0
import QtQuick.Controls 2.0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_Window.qml b/tests/auto/qml/codemodel/dependencies/samples/test_Window.qml
index f48e093aa1..b22f5e58da 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_Window.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_Window.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
// ExpectedSemanticMessages: 0
// ExpectedStaticMessages: 0
diff --git a/tests/auto/qml/codemodel/dependencies/samples/test_XmlListModel.qml b/tests/auto/qml/codemodel/dependencies/samples/test_XmlListModel.qml
index b1d40c5be7..b381bd85fa 100644
--- a/tests/auto/qml/codemodel/dependencies/samples/test_XmlListModel.qml
+++ b/tests/auto/qml/codemodel/dependencies/samples/test_XmlListModel.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.0
import QtQuick.XmlListModel 2.0