summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:39:32 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-24 01:53:10 +0200
commit8f339ea3d0d28b1c4d09f5e0ac58b08bf06553b7 (patch)
tree67592def27a9a942c7b797fdb64fae8543f19986 /tests/auto/animation
parentf286d11852d956e589e30cf32686179baa28f66c (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I97fa27f60a8546ea3d73cc7daf1b728c615a1ab0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/animation')
-rw-r--r--tests/auto/animation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/additiveclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/animationclip/CMakeLists.txt2
-rw-r--r--tests/auto/animation/animationutils/CMakeLists.txt2
-rw-r--r--tests/auto/animation/bezierevaluator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/blendedclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/channelmapper/CMakeLists.txt2
-rw-r--r--tests/auto/animation/channelmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnode/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnodemanager/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnodevisitor/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendvalue/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clock/CMakeLists.txt2
-rw-r--r--tests/auto/animation/fcurve/CMakeLists.txt2
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt2
-rw-r--r--tests/auto/animation/functionrangefinder/CMakeLists.txt2
-rw-r--r--tests/auto/animation/lerpclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qabstractanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qadditiveclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationaspect/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationcliploader/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationcontroller/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationgroup/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qblendedclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qcallbackmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qchannelmapper/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qchannelmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclipblendvalue/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclock/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qkeyframeanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qlerpclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qmorphinganimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qmorphtarget/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qskeletonmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qvertexblendanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/skeleton/CMakeLists.txt2
38 files changed, 38 insertions, 38 deletions
diff --git a/tests/auto/animation/CMakeLists.txt b/tests/auto/animation/CMakeLists.txt
index d139c864b..6df5e4f89 100644
--- a/tests/auto/animation/CMakeLists.txt
+++ b/tests/auto/animation/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
# Generated from animation.pro.
diff --git a/tests/auto/animation/additiveclipblend/CMakeLists.txt b/tests/auto/animation/additiveclipblend/CMakeLists.txt
index e38b375b7..097bc54b0 100644
--- a/tests/auto/animation/additiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/additiveclipblend/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
# Generated from additiveclipblend.pro.
diff --git a/tests/auto/animation/animationclip/CMakeLists.txt b/tests/auto/animation/animationclip/CMakeLists.txt
index 3ffc501b1..1a5ab4ff2 100644
--- a/tests/auto/animation/animationclip/CMakeLists.txt
+++ b/tests/auto/animation/animationclip/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
# Generated from animationclip.pro.
diff --git a/tests/auto/animation/animationutils/CMakeLists.txt b/tests/auto/animation/animationutils/CMakeLists.txt
index 50bdd957c..bbd0e4998 100644
--- a/tests/auto/animation/animationutils/CMakeLists.txt
+++ b/tests/auto/animation/animationutils/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
# Generated from animationutils.pro.
diff --git a/tests/auto/animation/bezierevaluator/CMakeLists.txt b/tests/auto/animation/bezierevaluator/CMakeLists.txt
index fc0eb8062..a4e7afa1d 100644
--- a/tests/auto/animation/bezierevaluator/CMakeLists.txt
+++ b/tests/auto/animation/bezierevaluator/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
# Generated from bezierevaluator.pro.
diff --git a/tests/auto/animation/blendedclipanimator/CMakeLists.txt b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
index 904c7476d..56f1628ef 100644
--- a/tests/auto/animation/blendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/blendedclipanimator/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
# Generated from blendedclipanimator.pro.
diff --git a/tests/auto/animation/channelmapper/CMakeLists.txt b/tests/auto/animation/channelmapper/CMakeLists.txt
index a6b914386..459a40f6c 100644
--- a/tests/auto/animation/channelmapper/CMakeLists.txt
+++ b/tests/auto/animation/channelmapper/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
# Generated from channelmapper.pro.
diff --git a/tests/auto/animation/channelmapping/CMakeLists.txt b/tests/auto/animation/channelmapping/CMakeLists.txt
index 57a9cec6b..bdeed9e27 100644
--- a/tests/auto/animation/channelmapping/CMakeLists.txt
+++ b/tests/auto/animation/channelmapping/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
# Generated from channelmapping.pro.
diff --git a/tests/auto/animation/clipanimator/CMakeLists.txt b/tests/auto/animation/clipanimator/CMakeLists.txt
index 4e4da2e5a..66446e787 100644
--- a/tests/auto/animation/clipanimator/CMakeLists.txt
+++ b/tests/auto/animation/clipanimator/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
# Generated from clipanimator.pro.
diff --git a/tests/auto/animation/clipblendnode/CMakeLists.txt b/tests/auto/animation/clipblendnode/CMakeLists.txt
index f4f1842f8..8497ffb9f 100644
--- a/tests/auto/animation/clipblendnode/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnode/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
# Generated from clipblendnode.pro.
diff --git a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
index 826410fd9..70bc9490b 100644
--- a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodemanager/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
# Generated from clipblendnodemanager.pro.
diff --git a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
index 92a2e0fd2..ee2c8697f 100644
--- a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodevisitor/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
# Generated from clipblendnodevisitor.pro.
diff --git a/tests/auto/animation/clipblendvalue/CMakeLists.txt b/tests/auto/animation/clipblendvalue/CMakeLists.txt
index bf77a58f5..5b5f871af 100644
--- a/tests/auto/animation/clipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/clipblendvalue/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
# Generated from clipblendvalue.pro.
diff --git a/tests/auto/animation/clock/CMakeLists.txt b/tests/auto/animation/clock/CMakeLists.txt
index e587bd9b5..51e75ab2d 100644
--- a/tests/auto/animation/clock/CMakeLists.txt
+++ b/tests/auto/animation/clock/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
# Generated from clock.pro.
diff --git a/tests/auto/animation/fcurve/CMakeLists.txt b/tests/auto/animation/fcurve/CMakeLists.txt
index 0fa487170..eeb4482a1 100644
--- a/tests/auto/animation/fcurve/CMakeLists.txt
+++ b/tests/auto/animation/fcurve/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
# Generated from fcurve.pro.
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
index 657582b6d..f544b2a54 100644
--- a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
+++ b/tests/auto/animation/findrunningclipanimatorsjob/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
# Generated from findrunningclipanimatorsjob.pro.
diff --git a/tests/auto/animation/functionrangefinder/CMakeLists.txt b/tests/auto/animation/functionrangefinder/CMakeLists.txt
index 576a59e3a..a069e01a5 100644
--- a/tests/auto/animation/functionrangefinder/CMakeLists.txt
+++ b/tests/auto/animation/functionrangefinder/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
# Generated from functionrangefinder.pro.
diff --git a/tests/auto/animation/lerpclipblend/CMakeLists.txt b/tests/auto/animation/lerpclipblend/CMakeLists.txt
index 58f5130dd..3004716a2 100644
--- a/tests/auto/animation/lerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/lerpclipblend/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
# Generated from lerpclipblend.pro.
diff --git a/tests/auto/animation/qabstractanimation/CMakeLists.txt b/tests/auto/animation/qabstractanimation/CMakeLists.txt
index 3c822f5ba..520c4f0db 100644
--- a/tests/auto/animation/qabstractanimation/CMakeLists.txt
+++ b/tests/auto/animation/qabstractanimation/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
# Generated from qabstractanimation.pro.
diff --git a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
index 8b9380ace..9c7d0719d 100644
--- a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qadditiveclipblend/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
# Generated from qadditiveclipblend.pro.
diff --git a/tests/auto/animation/qanimationaspect/CMakeLists.txt b/tests/auto/animation/qanimationaspect/CMakeLists.txt
index ccf8bc752..fdb5fd9ef 100644
--- a/tests/auto/animation/qanimationaspect/CMakeLists.txt
+++ b/tests/auto/animation/qanimationaspect/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
# Generated from qanimationaspect.pro.
diff --git a/tests/auto/animation/qanimationcliploader/CMakeLists.txt b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
index 2acb26603..78a6b0bab 100644
--- a/tests/auto/animation/qanimationcliploader/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcliploader/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
# Generated from qanimationcliploader.pro.
diff --git a/tests/auto/animation/qanimationcontroller/CMakeLists.txt b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
index f7d76af24..71808250f 100644
--- a/tests/auto/animation/qanimationcontroller/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcontroller/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
# Generated from qanimationcontroller.pro.
diff --git a/tests/auto/animation/qanimationgroup/CMakeLists.txt b/tests/auto/animation/qanimationgroup/CMakeLists.txt
index 911f37727..2cdf9930f 100644
--- a/tests/auto/animation/qanimationgroup/CMakeLists.txt
+++ b/tests/auto/animation/qanimationgroup/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
# Generated from qanimationgroup.pro.
diff --git a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
index 6160b2cd6..00c474f40 100644
--- a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qblendedclipanimator/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
# Generated from qblendedclipanimator.pro.
diff --git a/tests/auto/animation/qcallbackmapping/CMakeLists.txt b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
index 95f667f51..43fd4a860 100644
--- a/tests/auto/animation/qcallbackmapping/CMakeLists.txt
+++ b/tests/auto/animation/qcallbackmapping/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
# Generated from qcallbackmapping.pro.
diff --git a/tests/auto/animation/qchannelmapper/CMakeLists.txt b/tests/auto/animation/qchannelmapper/CMakeLists.txt
index a84137157..714bfdeef 100644
--- a/tests/auto/animation/qchannelmapper/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapper/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
# Generated from qchannelmapper.pro.
diff --git a/tests/auto/animation/qchannelmapping/CMakeLists.txt b/tests/auto/animation/qchannelmapping/CMakeLists.txt
index a70adaab9..c42d3f875 100644
--- a/tests/auto/animation/qchannelmapping/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapping/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
# Generated from qchannelmapping.pro.
diff --git a/tests/auto/animation/qclipanimator/CMakeLists.txt b/tests/auto/animation/qclipanimator/CMakeLists.txt
index d12e45741..74464ea9a 100644
--- a/tests/auto/animation/qclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qclipanimator/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
# Generated from qclipanimator.pro.
diff --git a/tests/auto/animation/qclipblendvalue/CMakeLists.txt b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
index 0c88381ed..3a5b0fbf7 100644
--- a/tests/auto/animation/qclipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/qclipblendvalue/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
# Generated from qclipblendvalue.pro.
diff --git a/tests/auto/animation/qclock/CMakeLists.txt b/tests/auto/animation/qclock/CMakeLists.txt
index 42d4aea7e..51a47b83c 100644
--- a/tests/auto/animation/qclock/CMakeLists.txt
+++ b/tests/auto/animation/qclock/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
# Generated from qclock.pro.
diff --git a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
index 19172aa1f..1cd5a88bd 100644
--- a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
+++ b/tests/auto/animation/qkeyframeanimation/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
# Generated from qkeyframeanimation.pro.
diff --git a/tests/auto/animation/qlerpclipblend/CMakeLists.txt b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
index d0b59d11e..b6dc9a7fe 100644
--- a/tests/auto/animation/qlerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qlerpclipblend/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
# Generated from qlerpclipblend.pro.
diff --git a/tests/auto/animation/qmorphinganimation/CMakeLists.txt b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
index b7d28ae87..09d25629f 100644
--- a/tests/auto/animation/qmorphinganimation/CMakeLists.txt
+++ b/tests/auto/animation/qmorphinganimation/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
# Generated from qmorphinganimation.pro.
diff --git a/tests/auto/animation/qmorphtarget/CMakeLists.txt b/tests/auto/animation/qmorphtarget/CMakeLists.txt
index b2d0aea87..fceec5fa5 100644
--- a/tests/auto/animation/qmorphtarget/CMakeLists.txt
+++ b/tests/auto/animation/qmorphtarget/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
# Generated from qmorphtarget.pro.
diff --git a/tests/auto/animation/qskeletonmapping/CMakeLists.txt b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
index bd5501281..8e628f605 100644
--- a/tests/auto/animation/qskeletonmapping/CMakeLists.txt
+++ b/tests/auto/animation/qskeletonmapping/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
# Generated from qskeletonmapping.pro.
diff --git a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
index 43de8b590..f0d82c0d1 100644
--- a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
+++ b/tests/auto/animation/qvertexblendanimation/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
# Generated from qvertexblendanimation.pro.
diff --git a/tests/auto/animation/skeleton/CMakeLists.txt b/tests/auto/animation/skeleton/CMakeLists.txt
index 879e46b0a..0f54efb50 100644
--- a/tests/auto/animation/skeleton/CMakeLists.txt
+++ b/tests/auto/animation/skeleton/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
# Generated from skeleton.pro.