From f38e42e8160fd10dbbbfb33b585ae9d882756bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Mon, 22 Aug 2022 16:31:18 +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: I3c41abc9bca22c7395fa8bbacb853e2081491d5f Reviewed-by: Qt CI Bot Reviewed-by: Jörg Bornemann --- tests/CMakeLists.txt | 2 +- tests/auto/CMakeLists.txt | 2 +- tests/auto/benchmarks/CMakeLists.txt | 2 +- tests/auto/cmake/CMakeLists.txt | 2 +- tests/auto/cmake/test_cmake_macros/CMakeLists.txt | 2 +- tests/auto/external_IODevice/CMakeLists.txt | 2 +- tests/auto/external_IODevice/sslTestServer/CMakeLists.txt | 2 +- tests/auto/external_IODevice/tst_client/CMakeLists.txt | 2 +- tests/auto/integration/CMakeLists.txt | 2 +- tests/auto/integration_external/CMakeLists.txt | 2 +- tests/auto/integration_external/client/CMakeLists.txt | 2 +- tests/auto/integration_external/external/CMakeLists.txt | 2 +- tests/auto/integration_external/server/CMakeLists.txt | 2 +- tests/auto/integration_multiprocess/CMakeLists.txt | 2 +- tests/auto/integration_multiprocess/client/CMakeLists.txt | 2 +- tests/auto/integration_multiprocess/server/CMakeLists.txt | 2 +- tests/auto/integration_multiprocess/tst/CMakeLists.txt | 2 +- tests/auto/localsockettestserver/CMakeLists.txt | 2 +- tests/auto/modelreplica/CMakeLists.txt | 2 +- tests/auto/modelview/CMakeLists.txt | 2 +- tests/auto/pods/CMakeLists.txt | 2 +- tests/auto/proxy/CMakeLists.txt | 2 +- tests/auto/proxy_multiprocess/CMakeLists.txt | 2 +- tests/auto/proxy_multiprocess/client/CMakeLists.txt | 2 +- tests/auto/proxy_multiprocess/proxy/CMakeLists.txt | 2 +- tests/auto/proxy_multiprocess/server/CMakeLists.txt | 2 +- tests/auto/proxy_multiprocess/tst/CMakeLists.txt | 2 +- tests/auto/qml/CMakeLists.txt | 2 +- tests/auto/qml/integration/CMakeLists.txt | 2 +- tests/auto/qml/usertypes/CMakeLists.txt | 2 +- tests/auto/reconnect/CMakeLists.txt | 2 +- tests/auto/reconnect/client/CMakeLists.txt | 2 +- tests/auto/reconnect/server/CMakeLists.txt | 2 +- tests/auto/reconnect/tst/CMakeLists.txt | 2 +- tests/auto/rep_from_header/CMakeLists.txt | 2 +- tests/auto/repc/CMakeLists.txt | 2 +- tests/auto/repc/enums/CMakeLists.txt | 2 +- tests/auto/repc/pods/CMakeLists.txt | 2 +- tests/auto/repc/signature/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentClassEnum/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentGlobalEnum/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentPropertyCount/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentPropertyCountChild/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentPropertyType/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSignalCount/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSignalParamCount/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSignalParamType/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSlotCount/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSlotParamCount/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSlotParamType/CMakeLists.txt | 2 +- tests/auto/repc/signature/differentSlotType/CMakeLists.txt | 2 +- tests/auto/repc/signature/matchAndQuit/CMakeLists.txt | 2 +- tests/auto/repc/signature/scrambledProperties/CMakeLists.txt | 2 +- tests/auto/repc/signature/scrambledSignals/CMakeLists.txt | 2 +- tests/auto/repc/signature/scrambledSlots/CMakeLists.txt | 2 +- tests/auto/repc/signature/signatureServer/CMakeLists.txt | 2 +- tests/auto/repc/signature/signatureTests/CMakeLists.txt | 2 +- tests/auto/repc/signature/state/CMakeLists.txt | 2 +- tests/auto/repcodegenerator/CMakeLists.txt | 2 +- tests/auto/repparser/CMakeLists.txt | 2 +- tests/auto/restart/CMakeLists.txt | 2 +- tests/auto/restart/client/CMakeLists.txt | 2 +- tests/auto/restart/server/CMakeLists.txt | 2 +- tests/auto/restart/tst/CMakeLists.txt | 2 +- tests/auto/subclassreplica/CMakeLists.txt | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7253a9d..bd90f7c 100644 --- a/tests/CMakeLists.txt +++ b/tests/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 find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS QuickTestUtilsPrivate) diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index 7d876c1..720cf12 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/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 add_subdirectory(benchmarks) diff --git a/tests/auto/benchmarks/CMakeLists.txt b/tests/auto/benchmarks/CMakeLists.txt index 3a8f03f..7184d0c 100644 --- a/tests/auto/benchmarks/CMakeLists.txt +++ b/tests/auto/benchmarks/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 ##################################################################### diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index d1c84a5..923af4f 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/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 # This is an automatic test for the CMake configuration files. # To run it manually, diff --git a/tests/auto/cmake/test_cmake_macros/CMakeLists.txt b/tests/auto/cmake/test_cmake_macros/CMakeLists.txt index 8b52c22..94f2dfc 100644 --- a/tests/auto/cmake/test_cmake_macros/CMakeLists.txt +++ b/tests/auto/cmake/test_cmake_macros/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 cmake_minimum_required(VERSION 3.16) diff --git a/tests/auto/external_IODevice/CMakeLists.txt b/tests/auto/external_IODevice/CMakeLists.txt index 99c891d..5522081 100644 --- a/tests/auto/external_IODevice/CMakeLists.txt +++ b/tests/auto/external_IODevice/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 add_subdirectory(sslTestServer) diff --git a/tests/auto/external_IODevice/sslTestServer/CMakeLists.txt b/tests/auto/external_IODevice/sslTestServer/CMakeLists.txt index 0aac5b6..2885650 100644 --- a/tests/auto/external_IODevice/sslTestServer/CMakeLists.txt +++ b/tests/auto/external_IODevice/sslTestServer/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 ##################################################################### diff --git a/tests/auto/external_IODevice/tst_client/CMakeLists.txt b/tests/auto/external_IODevice/tst_client/CMakeLists.txt index b528b9e..2776889 100644 --- a/tests/auto/external_IODevice/tst_client/CMakeLists.txt +++ b/tests/auto/external_IODevice/tst_client/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 ##################################################################### diff --git a/tests/auto/integration/CMakeLists.txt b/tests/auto/integration/CMakeLists.txt index b7fc0ec..c099c0f 100644 --- a/tests/auto/integration/CMakeLists.txt +++ b/tests/auto/integration/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 ##################################################################### diff --git a/tests/auto/integration_external/CMakeLists.txt b/tests/auto/integration_external/CMakeLists.txt index d2081a4..e907663 100644 --- a/tests/auto/integration_external/CMakeLists.txt +++ b/tests/auto/integration_external/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 add_subdirectory(client) diff --git a/tests/auto/integration_external/client/CMakeLists.txt b/tests/auto/integration_external/client/CMakeLists.txt index caac57e..8146994 100644 --- a/tests/auto/integration_external/client/CMakeLists.txt +++ b/tests/auto/integration_external/client/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 ##################################################################### diff --git a/tests/auto/integration_external/external/CMakeLists.txt b/tests/auto/integration_external/external/CMakeLists.txt index d1e9bc4..e0b2747 100644 --- a/tests/auto/integration_external/external/CMakeLists.txt +++ b/tests/auto/integration_external/external/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 ##################################################################### diff --git a/tests/auto/integration_external/server/CMakeLists.txt b/tests/auto/integration_external/server/CMakeLists.txt index 529de57..aeb47ad 100644 --- a/tests/auto/integration_external/server/CMakeLists.txt +++ b/tests/auto/integration_external/server/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 ##################################################################### diff --git a/tests/auto/integration_multiprocess/CMakeLists.txt b/tests/auto/integration_multiprocess/CMakeLists.txt index 0d79a47..d5255c4 100644 --- a/tests/auto/integration_multiprocess/CMakeLists.txt +++ b/tests/auto/integration_multiprocess/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 add_subdirectory(client) diff --git a/tests/auto/integration_multiprocess/client/CMakeLists.txt b/tests/auto/integration_multiprocess/client/CMakeLists.txt index c708386..db875e0 100644 --- a/tests/auto/integration_multiprocess/client/CMakeLists.txt +++ b/tests/auto/integration_multiprocess/client/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 ##################################################################### diff --git a/tests/auto/integration_multiprocess/server/CMakeLists.txt b/tests/auto/integration_multiprocess/server/CMakeLists.txt index 8db4e27..93aa471 100644 --- a/tests/auto/integration_multiprocess/server/CMakeLists.txt +++ b/tests/auto/integration_multiprocess/server/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 ##################################################################### diff --git a/tests/auto/integration_multiprocess/tst/CMakeLists.txt b/tests/auto/integration_multiprocess/tst/CMakeLists.txt index f0197f6..b6f4532 100644 --- a/tests/auto/integration_multiprocess/tst/CMakeLists.txt +++ b/tests/auto/integration_multiprocess/tst/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 ##################################################################### diff --git a/tests/auto/localsockettestserver/CMakeLists.txt b/tests/auto/localsockettestserver/CMakeLists.txt index 613b27f..46bf995 100644 --- a/tests/auto/localsockettestserver/CMakeLists.txt +++ b/tests/auto/localsockettestserver/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 ##################################################################### diff --git a/tests/auto/modelreplica/CMakeLists.txt b/tests/auto/modelreplica/CMakeLists.txt index 048d273..d95933f 100644 --- a/tests/auto/modelreplica/CMakeLists.txt +++ b/tests/auto/modelreplica/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 ##################################################################### diff --git a/tests/auto/modelview/CMakeLists.txt b/tests/auto/modelview/CMakeLists.txt index 9bdbe9d..e008c10 100644 --- a/tests/auto/modelview/CMakeLists.txt +++ b/tests/auto/modelview/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 ##################################################################### diff --git a/tests/auto/pods/CMakeLists.txt b/tests/auto/pods/CMakeLists.txt index a9fc39b..3d84bf5 100644 --- a/tests/auto/pods/CMakeLists.txt +++ b/tests/auto/pods/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 ##################################################################### diff --git a/tests/auto/proxy/CMakeLists.txt b/tests/auto/proxy/CMakeLists.txt index b9106fd..d3fe0da 100644 --- a/tests/auto/proxy/CMakeLists.txt +++ b/tests/auto/proxy/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 ##################################################################### diff --git a/tests/auto/proxy_multiprocess/CMakeLists.txt b/tests/auto/proxy_multiprocess/CMakeLists.txt index a809623..36ab742 100644 --- a/tests/auto/proxy_multiprocess/CMakeLists.txt +++ b/tests/auto/proxy_multiprocess/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 add_subdirectory(client) diff --git a/tests/auto/proxy_multiprocess/client/CMakeLists.txt b/tests/auto/proxy_multiprocess/client/CMakeLists.txt index 7c6608d..b10cbd2 100644 --- a/tests/auto/proxy_multiprocess/client/CMakeLists.txt +++ b/tests/auto/proxy_multiprocess/client/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 ##################################################################### diff --git a/tests/auto/proxy_multiprocess/proxy/CMakeLists.txt b/tests/auto/proxy_multiprocess/proxy/CMakeLists.txt index 1dd82d6..a718e95 100644 --- a/tests/auto/proxy_multiprocess/proxy/CMakeLists.txt +++ b/tests/auto/proxy_multiprocess/proxy/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 ##################################################################### diff --git a/tests/auto/proxy_multiprocess/server/CMakeLists.txt b/tests/auto/proxy_multiprocess/server/CMakeLists.txt index 23c4f16..0b908ac 100644 --- a/tests/auto/proxy_multiprocess/server/CMakeLists.txt +++ b/tests/auto/proxy_multiprocess/server/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 ##################################################################### diff --git a/tests/auto/proxy_multiprocess/tst/CMakeLists.txt b/tests/auto/proxy_multiprocess/tst/CMakeLists.txt index 6c72ca8..a67674b 100644 --- a/tests/auto/proxy_multiprocess/tst/CMakeLists.txt +++ b/tests/auto/proxy_multiprocess/tst/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 ##################################################################### diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt index 57c6eeb..359d279 100644 --- a/tests/auto/qml/CMakeLists.txt +++ b/tests/auto/qml/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 add_subdirectory(integration) diff --git a/tests/auto/qml/integration/CMakeLists.txt b/tests/auto/qml/integration/CMakeLists.txt index c45fda5..0901ecd 100644 --- a/tests/auto/qml/integration/CMakeLists.txt +++ b/tests/auto/qml/integration/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 ##################################################################### diff --git a/tests/auto/qml/usertypes/CMakeLists.txt b/tests/auto/qml/usertypes/CMakeLists.txt index a5ac446..c9e2114 100644 --- a/tests/auto/qml/usertypes/CMakeLists.txt +++ b/tests/auto/qml/usertypes/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 ##################################################################### diff --git a/tests/auto/reconnect/CMakeLists.txt b/tests/auto/reconnect/CMakeLists.txt index 0d79a47..d5255c4 100644 --- a/tests/auto/reconnect/CMakeLists.txt +++ b/tests/auto/reconnect/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 add_subdirectory(client) diff --git a/tests/auto/reconnect/client/CMakeLists.txt b/tests/auto/reconnect/client/CMakeLists.txt index e5f569f..d84ad14 100644 --- a/tests/auto/reconnect/client/CMakeLists.txt +++ b/tests/auto/reconnect/client/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_internal_add_executable(qtro_reconnect_client OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" diff --git a/tests/auto/reconnect/server/CMakeLists.txt b/tests/auto/reconnect/server/CMakeLists.txt index 7b22ab1..e338731 100644 --- a/tests/auto/reconnect/server/CMakeLists.txt +++ b/tests/auto/reconnect/server/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_internal_add_executable(qtro_reconnect_server OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" diff --git a/tests/auto/reconnect/tst/CMakeLists.txt b/tests/auto/reconnect/tst/CMakeLists.txt index 1faa78b..142dd6e 100644 --- a/tests/auto/reconnect/tst/CMakeLists.txt +++ b/tests/auto/reconnect/tst/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_internal_add_test(tst_reconnect OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" diff --git a/tests/auto/rep_from_header/CMakeLists.txt b/tests/auto/rep_from_header/CMakeLists.txt index cf83ace..736a606 100644 --- a/tests/auto/rep_from_header/CMakeLists.txt +++ b/tests/auto/rep_from_header/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 ##################################################################### diff --git a/tests/auto/repc/CMakeLists.txt b/tests/auto/repc/CMakeLists.txt index e687195..732812c 100644 --- a/tests/auto/repc/CMakeLists.txt +++ b/tests/auto/repc/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 add_subdirectory(enums) diff --git a/tests/auto/repc/enums/CMakeLists.txt b/tests/auto/repc/enums/CMakeLists.txt index b77c018..7d8e954 100644 --- a/tests/auto/repc/enums/CMakeLists.txt +++ b/tests/auto/repc/enums/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 ##################################################################### diff --git a/tests/auto/repc/pods/CMakeLists.txt b/tests/auto/repc/pods/CMakeLists.txt index eb7290c..70d9bac 100644 --- a/tests/auto/repc/pods/CMakeLists.txt +++ b/tests/auto/repc/pods/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 ##################################################################### diff --git a/tests/auto/repc/signature/CMakeLists.txt b/tests/auto/repc/signature/CMakeLists.txt index 9aa81ef..80d7766 100644 --- a/tests/auto/repc/signature/CMakeLists.txt +++ b/tests/auto/repc/signature/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 add_subdirectory(signatureServer) diff --git a/tests/auto/repc/signature/differentClassEnum/CMakeLists.txt b/tests/auto/repc/signature/differentClassEnum/CMakeLists.txt index 2112bfb..699c080 100644 --- a/tests/auto/repc/signature/differentClassEnum/CMakeLists.txt +++ b/tests/auto/repc/signature/differentClassEnum/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentGlobalEnum/CMakeLists.txt b/tests/auto/repc/signature/differentGlobalEnum/CMakeLists.txt index f7d0335..10b0cdd 100644 --- a/tests/auto/repc/signature/differentGlobalEnum/CMakeLists.txt +++ b/tests/auto/repc/signature/differentGlobalEnum/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentPropertyCount/CMakeLists.txt b/tests/auto/repc/signature/differentPropertyCount/CMakeLists.txt index 5844135..574c5d9 100644 --- a/tests/auto/repc/signature/differentPropertyCount/CMakeLists.txt +++ b/tests/auto/repc/signature/differentPropertyCount/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentPropertyCountChild/CMakeLists.txt b/tests/auto/repc/signature/differentPropertyCountChild/CMakeLists.txt index 4a83008..6994b2c 100644 --- a/tests/auto/repc/signature/differentPropertyCountChild/CMakeLists.txt +++ b/tests/auto/repc/signature/differentPropertyCountChild/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentPropertyType/CMakeLists.txt b/tests/auto/repc/signature/differentPropertyType/CMakeLists.txt index ba987ed..be33d33 100644 --- a/tests/auto/repc/signature/differentPropertyType/CMakeLists.txt +++ b/tests/auto/repc/signature/differentPropertyType/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSignalCount/CMakeLists.txt b/tests/auto/repc/signature/differentSignalCount/CMakeLists.txt index fe24db8..66de87d 100644 --- a/tests/auto/repc/signature/differentSignalCount/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSignalCount/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSignalParamCount/CMakeLists.txt b/tests/auto/repc/signature/differentSignalParamCount/CMakeLists.txt index 1061705..71019b5 100644 --- a/tests/auto/repc/signature/differentSignalParamCount/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSignalParamCount/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSignalParamType/CMakeLists.txt b/tests/auto/repc/signature/differentSignalParamType/CMakeLists.txt index f47dc8f..2134fd7 100644 --- a/tests/auto/repc/signature/differentSignalParamType/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSignalParamType/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSlotCount/CMakeLists.txt b/tests/auto/repc/signature/differentSlotCount/CMakeLists.txt index dcdc0de..e918c11 100644 --- a/tests/auto/repc/signature/differentSlotCount/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSlotCount/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSlotParamCount/CMakeLists.txt b/tests/auto/repc/signature/differentSlotParamCount/CMakeLists.txt index 3df31e0..0aa4eca 100644 --- a/tests/auto/repc/signature/differentSlotParamCount/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSlotParamCount/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSlotParamType/CMakeLists.txt b/tests/auto/repc/signature/differentSlotParamType/CMakeLists.txt index ca70ab4..42617a1 100644 --- a/tests/auto/repc/signature/differentSlotParamType/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSlotParamType/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 ##################################################################### diff --git a/tests/auto/repc/signature/differentSlotType/CMakeLists.txt b/tests/auto/repc/signature/differentSlotType/CMakeLists.txt index 8674759..534dd5e 100644 --- a/tests/auto/repc/signature/differentSlotType/CMakeLists.txt +++ b/tests/auto/repc/signature/differentSlotType/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 ##################################################################### diff --git a/tests/auto/repc/signature/matchAndQuit/CMakeLists.txt b/tests/auto/repc/signature/matchAndQuit/CMakeLists.txt index 64859a3..122bd95 100644 --- a/tests/auto/repc/signature/matchAndQuit/CMakeLists.txt +++ b/tests/auto/repc/signature/matchAndQuit/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 ##################################################################### diff --git a/tests/auto/repc/signature/scrambledProperties/CMakeLists.txt b/tests/auto/repc/signature/scrambledProperties/CMakeLists.txt index c4d0a94..783d821 100644 --- a/tests/auto/repc/signature/scrambledProperties/CMakeLists.txt +++ b/tests/auto/repc/signature/scrambledProperties/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 ##################################################################### diff --git a/tests/auto/repc/signature/scrambledSignals/CMakeLists.txt b/tests/auto/repc/signature/scrambledSignals/CMakeLists.txt index 40d7388..7498d2a 100644 --- a/tests/auto/repc/signature/scrambledSignals/CMakeLists.txt +++ b/tests/auto/repc/signature/scrambledSignals/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 ##################################################################### diff --git a/tests/auto/repc/signature/scrambledSlots/CMakeLists.txt b/tests/auto/repc/signature/scrambledSlots/CMakeLists.txt index 465e020..e890f2d 100644 --- a/tests/auto/repc/signature/scrambledSlots/CMakeLists.txt +++ b/tests/auto/repc/signature/scrambledSlots/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 ##################################################################### diff --git a/tests/auto/repc/signature/signatureServer/CMakeLists.txt b/tests/auto/repc/signature/signatureServer/CMakeLists.txt index 2e3d865..ce54a90 100644 --- a/tests/auto/repc/signature/signatureServer/CMakeLists.txt +++ b/tests/auto/repc/signature/signatureServer/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 ##################################################################### diff --git a/tests/auto/repc/signature/signatureTests/CMakeLists.txt b/tests/auto/repc/signature/signatureTests/CMakeLists.txt index 2a02a72..86ebe58 100644 --- a/tests/auto/repc/signature/signatureTests/CMakeLists.txt +++ b/tests/auto/repc/signature/signatureTests/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 ##################################################################### diff --git a/tests/auto/repc/signature/state/CMakeLists.txt b/tests/auto/repc/signature/state/CMakeLists.txt index 8093903..5822ad0 100644 --- a/tests/auto/repc/signature/state/CMakeLists.txt +++ b/tests/auto/repc/signature/state/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 ##################################################################### diff --git a/tests/auto/repcodegenerator/CMakeLists.txt b/tests/auto/repcodegenerator/CMakeLists.txt index 26fd0d3..3486907 100644 --- a/tests/auto/repcodegenerator/CMakeLists.txt +++ b/tests/auto/repcodegenerator/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 ##################################################################### diff --git a/tests/auto/repparser/CMakeLists.txt b/tests/auto/repparser/CMakeLists.txt index d6fb173..f153517 100644 --- a/tests/auto/repparser/CMakeLists.txt +++ b/tests/auto/repparser/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 ##################################################################### ## tst_parser Test: diff --git a/tests/auto/restart/CMakeLists.txt b/tests/auto/restart/CMakeLists.txt index 0d79a47..d5255c4 100644 --- a/tests/auto/restart/CMakeLists.txt +++ b/tests/auto/restart/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 add_subdirectory(client) diff --git a/tests/auto/restart/client/CMakeLists.txt b/tests/auto/restart/client/CMakeLists.txt index 208d13f..d82abbb 100644 --- a/tests/auto/restart/client/CMakeLists.txt +++ b/tests/auto/restart/client/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 ##################################################################### diff --git a/tests/auto/restart/server/CMakeLists.txt b/tests/auto/restart/server/CMakeLists.txt index b6bc458..d36605c 100644 --- a/tests/auto/restart/server/CMakeLists.txt +++ b/tests/auto/restart/server/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 ##################################################################### diff --git a/tests/auto/restart/tst/CMakeLists.txt b/tests/auto/restart/tst/CMakeLists.txt index 835e69b..9ee090e 100644 --- a/tests/auto/restart/tst/CMakeLists.txt +++ b/tests/auto/restart/tst/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 ##################################################################### diff --git a/tests/auto/subclassreplica/CMakeLists.txt b/tests/auto/subclassreplica/CMakeLists.txt index f9271a6..7e6b3f5 100644 --- a/tests/auto/subclassreplica/CMakeLists.txt +++ b/tests/auto/subclassreplica/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 ##################################################################### -- cgit v1.2.3