summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:33:10 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-25 10:17:40 +0200
commit936f2a13a2395efbc36a370e2610d147f72b06ff (patch)
treec2f1c801830fb69e052129d4defed42df2155fd0 /tests
parent79e87b880866bc0598d7322417d3e0b909e4ead5 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I7030b3addc757cb87e4bf5ee0765f42fd09ce4b8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/bodymovin/shape/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/ellipse/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/fill/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/path/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/rect/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/repeater/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/repeatertransform/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/shapelayer/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/shapetransform/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/stroke/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/transform/CMakeLists.txt2
-rw-r--r--tests/auto/bodymovin/shape/trimpath/CMakeLists.txt2
-rw-r--r--tests/auto/imports/CMakeLists.txt2
13 files changed, 13 insertions, 13 deletions
diff --git a/tests/auto/bodymovin/shape/CMakeLists.txt b/tests/auto/bodymovin/shape/CMakeLists.txt
index 9eb47bf..b31aeb9 100644
--- a/tests/auto/bodymovin/shape/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/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(shapelayer)
add_subdirectory(rect)
diff --git a/tests/auto/bodymovin/shape/ellipse/CMakeLists.txt b/tests/auto/bodymovin/shape/ellipse/CMakeLists.txt
index f3e1a60..31a53ab 100644
--- a/tests/auto/bodymovin/shape/ellipse/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/ellipse/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/bodymovin/shape/fill/CMakeLists.txt b/tests/auto/bodymovin/shape/fill/CMakeLists.txt
index 5829534..ccfee51 100644
--- a/tests/auto/bodymovin/shape/fill/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/fill/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/bodymovin/shape/path/CMakeLists.txt b/tests/auto/bodymovin/shape/path/CMakeLists.txt
index 6c19380..a58c711 100644
--- a/tests/auto/bodymovin/shape/path/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/path/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/bodymovin/shape/rect/CMakeLists.txt b/tests/auto/bodymovin/shape/rect/CMakeLists.txt
index c277378..34be987 100644
--- a/tests/auto/bodymovin/shape/rect/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/rect/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/bodymovin/shape/repeater/CMakeLists.txt b/tests/auto/bodymovin/shape/repeater/CMakeLists.txt
index 9d10da9..a0917c7 100644
--- a/tests/auto/bodymovin/shape/repeater/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/repeater/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/bodymovin/shape/repeatertransform/CMakeLists.txt b/tests/auto/bodymovin/shape/repeatertransform/CMakeLists.txt
index 6dbbb33..68a3eb7 100644
--- a/tests/auto/bodymovin/shape/repeatertransform/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/repeatertransform/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/bodymovin/shape/shapelayer/CMakeLists.txt b/tests/auto/bodymovin/shape/shapelayer/CMakeLists.txt
index 084f87c..e50570b 100644
--- a/tests/auto/bodymovin/shape/shapelayer/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/shapelayer/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/bodymovin/shape/shapetransform/CMakeLists.txt b/tests/auto/bodymovin/shape/shapetransform/CMakeLists.txt
index 43a5fb4..0f2c97e 100644
--- a/tests/auto/bodymovin/shape/shapetransform/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/shapetransform/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/bodymovin/shape/stroke/CMakeLists.txt b/tests/auto/bodymovin/shape/stroke/CMakeLists.txt
index 86c09fe..9e3d8d9 100644
--- a/tests/auto/bodymovin/shape/stroke/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/stroke/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/bodymovin/shape/transform/CMakeLists.txt b/tests/auto/bodymovin/shape/transform/CMakeLists.txt
index 5187ee9..de8f558 100644
--- a/tests/auto/bodymovin/shape/transform/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/transform/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/bodymovin/shape/trimpath/CMakeLists.txt b/tests/auto/bodymovin/shape/trimpath/CMakeLists.txt
index c911573..9a1e76f 100644
--- a/tests/auto/bodymovin/shape/trimpath/CMakeLists.txt
+++ b/tests/auto/bodymovin/shape/trimpath/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/imports/CMakeLists.txt b/tests/auto/imports/CMakeLists.txt
index 2d96a06..696ec5b 100644
--- a/tests/auto/imports/CMakeLists.txt
+++ b/tests/auto/imports/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_imports
GUI