From 1b9808737a74c539970cc95d93d09d42705c12bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 26 Aug 2022 10:37:37 +0200 Subject: Change the license of all CMakeLists.txt and *.cmake files to BSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-105718 Change-Id: Id89ed14990804a5024183e75382cc539d4293da1 Reviewed-by: Qt CI Bot Reviewed-by: Jörg Bornemann --- tests/auto/qml/qqmljsscope/CMakeLists.txt | 2 +- tests/auto/qml/qqmljsscope/QQmlJSScopeTests/CMakeLists.txt | 2 +- tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/auto/qml/qqmljsscope') diff --git a/tests/auto/qml/qqmljsscope/CMakeLists.txt b/tests/auto/qml/qqmljsscope/CMakeLists.txt index 9be73f767b..1a7de5249d 100644 --- a/tests/auto/qml/qqmljsscope/CMakeLists.txt +++ b/tests/auto/qml/qqmljsscope/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +# SPDX-License-Identifier: BSD-3-Clause # Collect test data file(GLOB_RECURSE test_data_glob diff --git a/tests/auto/qml/qqmljsscope/QQmlJSScopeTests/CMakeLists.txt b/tests/auto/qml/qqmljsscope/QQmlJSScopeTests/CMakeLists.txt index cd7a949275..9cbb418d22 100644 --- a/tests/auto/qml/qqmljsscope/QQmlJSScopeTests/CMakeLists.txt +++ b/tests/auto/qml/qqmljsscope/QQmlJSScopeTests/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +# SPDX-License-Identifier: BSD-3-Clause qt_add_library(qqmljsscope_test_module STATIC) qt_autogen_tools_initial_setup(qqmljsscope_test_module) diff --git a/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt b/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt index a3872c920e..04eb5480aa 100644 --- a/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt +++ b/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +# SPDX-License-Identifier: BSD-3-Clause qt_add_library(qualified_names_test_module STATIC) qt_autogen_tools_initial_setup(qualified_names_test_module) -- cgit v1.2.3