summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 15:11:56 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 13:42:44 +0200
commit0802d82e088a9b8239b8bf12aefe129b6af9426e (patch)
tree2ff073f955f171bf29949385a1ed09ec4669b240 /tests
parentebc966272a8aee4b783645d52f13a88b652200b9 (diff)
Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I141f5077ae0c11e1058de64d573ca33e2a308ccd 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/CMakeLists.txt3
-rw-r--r--tests/auto/CMakeLists.txt3
-rw-r--r--tests/auto/animation/CMakeLists.txt3
-rw-r--r--tests/auto/animation/additiveclipblend/CMakeLists.txt3
-rw-r--r--tests/auto/animation/animationclip/CMakeLists.txt3
-rw-r--r--tests/auto/animation/animationutils/CMakeLists.txt3
-rw-r--r--tests/auto/animation/bezierevaluator/CMakeLists.txt3
-rw-r--r--tests/auto/animation/blendedclipanimator/CMakeLists.txt3
-rw-r--r--tests/auto/animation/channelmapper/CMakeLists.txt3
-rw-r--r--tests/auto/animation/channelmapping/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clipanimator/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clipblendnode/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clipblendnodemanager/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clipblendnodevisitor/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clipblendvalue/CMakeLists.txt3
-rw-r--r--tests/auto/animation/clock/CMakeLists.txt3
-rw-r--r--tests/auto/animation/fcurve/CMakeLists.txt3
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt3
-rw-r--r--tests/auto/animation/functionrangefinder/CMakeLists.txt3
-rw-r--r--tests/auto/animation/lerpclipblend/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qabstractanimation/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qadditiveclipblend/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qanimationaspect/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qanimationcliploader/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qanimationcontroller/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qanimationgroup/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qblendedclipanimator/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qcallbackmapping/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qchannelmapper/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qchannelmapping/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qclipanimator/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qclipblendvalue/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qclock/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qkeyframeanimation/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qlerpclipblend/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qmorphinganimation/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qmorphtarget/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qskeletonmapping/CMakeLists.txt3
-rw-r--r--tests/auto/animation/qvertexblendanimation/CMakeLists.txt3
-rw-r--r--tests/auto/animation/skeleton/CMakeLists.txt3
-rw-r--r--tests/auto/cmake/CMakeLists.txt3
-rw-r--r--tests/auto/core/CMakeLists.txt3
-rw-r--r--tests/auto/core/aspectcommanddebugger/CMakeLists.txt3
-rw-r--r--tests/auto/core/common/common.cmake3
-rw-r--r--tests/auto/core/handle/CMakeLists.txt3
-rw-r--r--tests/auto/core/matrix4x4_avx2/CMakeLists.txt3
-rw-r--r--tests/auto/core/matrix4x4_sse/CMakeLists.txt3
-rw-r--r--tests/auto/core/nodes/CMakeLists.txt3
-rw-r--r--tests/auto/core/qarmature/CMakeLists.txt3
-rw-r--r--tests/auto/core/qaspectengine/CMakeLists.txt3
-rw-r--r--tests/auto/core/qaspectfactory/CMakeLists.txt3
-rw-r--r--tests/auto/core/qaspectjob/CMakeLists.txt3
-rw-r--r--tests/auto/core/qchangearbiter/CMakeLists.txt3
-rw-r--r--tests/auto/core/qentity/CMakeLists.txt3
-rw-r--r--tests/auto/core/qjoint/CMakeLists.txt3
-rw-r--r--tests/auto/core/qresourcemanager/CMakeLists.txt3
-rw-r--r--tests/auto/core/qscene/CMakeLists.txt3
-rw-r--r--tests/auto/core/qscheduler/CMakeLists.txt3
-rw-r--r--tests/auto/core/qservicelocator/CMakeLists.txt3
-rw-r--r--tests/auto/core/qskeleton/CMakeLists.txt3
-rw-r--r--tests/auto/core/qskeletonloader/CMakeLists.txt3
-rw-r--r--tests/auto/core/qtransform/CMakeLists.txt3
-rw-r--r--tests/auto/core/threadpooler/CMakeLists.txt3
-rw-r--r--tests/auto/core/vector3d_base/CMakeLists.txt3
-rw-r--r--tests/auto/core/vector3d_sse/CMakeLists.txt3
-rw-r--r--tests/auto/core/vector4d_base/CMakeLists.txt3
-rw-r--r--tests/auto/core/vector4d_sse/CMakeLists.txt3
-rw-r--r--tests/auto/extras/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qcuboidgeometry/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qfirstpersoncameracontroller/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qforwardrenderer/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qorbitcameracontroller/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qtext2dentity/CMakeLists.txt3
-rw-r--r--tests/auto/extras/qtorusgeometry/CMakeLists.txt3
-rw-r--r--tests/auto/geometryloaders/CMakeLists.txt3
-rw-r--r--tests/auto/geometryloaders/objgeometryloader/CMakeLists.txt3
-rw-r--r--tests/auto/global/CMakeLists.txt3
-rw-r--r--tests/auto/global/aspects_startup_shutdown/CMakeLists.txt3
-rw-r--r--tests/auto/input/CMakeLists.txt3
-rw-r--r--tests/auto/input/abstractaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/action/CMakeLists.txt3
-rw-r--r--tests/auto/input/actioninput/CMakeLists.txt3
-rw-r--r--tests/auto/input/analogaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/axis/CMakeLists.txt3
-rw-r--r--tests/auto/input/axisaccumulator/CMakeLists.txt3
-rw-r--r--tests/auto/input/axisaccumulatorjob/CMakeLists.txt3
-rw-r--r--tests/auto/input/buttonaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/inputchord/CMakeLists.txt3
-rw-r--r--tests/auto/input/inputsequence/CMakeLists.txt3
-rw-r--r--tests/auto/input/keyboardhandler/CMakeLists.txt3
-rw-r--r--tests/auto/input/loadproxydevicejob/CMakeLists.txt3
-rw-r--r--tests/auto/input/logicaldevice/CMakeLists.txt3
-rw-r--r--tests/auto/input/mousedevice/CMakeLists.txt3
-rw-r--r--tests/auto/input/physicaldeviceproxy/CMakeLists.txt3
-rw-r--r--tests/auto/input/qabstractaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/qabstractphysicaldevicebackendnode/CMakeLists.txt3
-rw-r--r--tests/auto/input/qabstractphysicaldeviceproxy/CMakeLists.txt3
-rw-r--r--tests/auto/input/qaction/CMakeLists.txt3
-rw-r--r--tests/auto/input/qactioninput/CMakeLists.txt3
-rw-r--r--tests/auto/input/qanalogaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/qaxis/CMakeLists.txt3
-rw-r--r--tests/auto/input/qaxisaccumulator/CMakeLists.txt3
-rw-r--r--tests/auto/input/qbuttonaxisinput/CMakeLists.txt3
-rw-r--r--tests/auto/input/qkeyboardhandler/CMakeLists.txt3
-rw-r--r--tests/auto/input/qlogicaldevice/CMakeLists.txt3
-rw-r--r--tests/auto/input/qmousedevice/CMakeLists.txt3
-rw-r--r--tests/auto/input/qmouseevent/CMakeLists.txt3
-rw-r--r--tests/auto/input/utils/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/3dcore/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/3dinput/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/3drender/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/quick3dbuffer/CMakeLists.txt3
-rw-r--r--tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt3
-rw-r--r--tests/auto/render/CMakeLists.txt3
-rw-r--r--tests/auto/render/alignedresourcesmanagers-avx/CMakeLists.txt3
-rw-r--r--tests/auto/render/alignedresourcesmanagers-sse/CMakeLists.txt3
-rw-r--r--tests/auto/render/armature/CMakeLists.txt3
-rw-r--r--tests/auto/render/aspect/CMakeLists.txt3
-rw-r--r--tests/auto/render/attribute/CMakeLists.txt3
-rw-r--r--tests/auto/render/blitframebuffer/CMakeLists.txt3
-rw-r--r--tests/auto/render/boundingsphere/CMakeLists.txt3
-rw-r--r--tests/auto/render/boundingvolumedebug/CMakeLists.txt3
-rw-r--r--tests/auto/render/buffer/CMakeLists.txt3
-rw-r--r--tests/auto/render/commons/commons.cmake3
-rw-r--r--tests/auto/render/computecommand/CMakeLists.txt3
-rw-r--r--tests/auto/render/coordinatereader/CMakeLists.txt3
-rw-r--r--tests/auto/render/ddstextures/CMakeLists.txt3
-rw-r--r--tests/auto/render/effect/CMakeLists.txt3
-rw-r--r--tests/auto/render/entity/CMakeLists.txt3
-rw-r--r--tests/auto/render/filterentitybycomponent/CMakeLists.txt3
-rw-r--r--tests/auto/render/filterkey/CMakeLists.txt3
-rw-r--r--tests/auto/render/framegraphnode/CMakeLists.txt3
-rw-r--r--tests/auto/render/framegraphvisitor/CMakeLists.txt3
-rw-r--r--tests/auto/render/genericlambdajob/CMakeLists.txt3
-rw-r--r--tests/auto/render/geometry/CMakeLists.txt3
-rw-r--r--tests/auto/render/geometryloaders/CMakeLists.txt3
-rw-r--r--tests/auto/render/geometryrenderer/CMakeLists.txt3
-rw-r--r--tests/auto/render/gltexture/CMakeLists.txt3
-rw-r--r--tests/auto/render/gltfplugins/CMakeLists.txt3
-rw-r--r--tests/auto/render/joint/CMakeLists.txt3
-rw-r--r--tests/auto/render/ktxtextures/CMakeLists.txt3
-rw-r--r--tests/auto/render/layerfiltering/CMakeLists.txt3
-rw-r--r--tests/auto/render/levelofdetail/CMakeLists.txt3
-rw-r--r--tests/auto/render/loadscenejob/CMakeLists.txt3
-rw-r--r--tests/auto/render/material/CMakeLists.txt3
-rw-r--r--tests/auto/render/memorybarrier/CMakeLists.txt3
-rw-r--r--tests/auto/render/meshfunctors/CMakeLists.txt3
-rw-r--r--tests/auto/render/objectpicker/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/computecommand/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/glshadermanager/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/gltexturemanager/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/graphicshelpergl2/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/graphicshelpergl3_2/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/graphicshelpergl3_3/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/materialparametergathererjob/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/qgraphicsutils/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/renderer/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/renderqueue/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/renderviewbuilder/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/renderviews/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/renderviewutils/CMakeLists.txt3
-rw-r--r--tests/auto/render/opengl/textures/CMakeLists.txt3
-rw-r--r--tests/auto/render/parameter/CMakeLists.txt3
-rw-r--r--tests/auto/render/pickboundingvolumejob/CMakeLists.txt3
-rw-r--r--tests/auto/render/picking/CMakeLists.txt3
-rw-r--r--tests/auto/render/proximityfilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/proximityfiltering/CMakeLists.txt3
-rw-r--r--tests/auto/render/qabstractlight/CMakeLists.txt3
-rw-r--r--tests/auto/render/qabstracttexture/CMakeLists.txt3
-rw-r--r--tests/auto/render/qabstracttextureimage/CMakeLists.txt3
-rw-r--r--tests/auto/render/qattribute/CMakeLists.txt3
-rw-r--r--tests/auto/render/qblitframebuffer/CMakeLists.txt3
-rw-r--r--tests/auto/render/qboundingvolumedebug/CMakeLists.txt3
-rw-r--r--tests/auto/render/qbuffer/CMakeLists.txt3
-rw-r--r--tests/auto/render/qcamera/CMakeLists.txt3
-rw-r--r--tests/auto/render/qcameralens/CMakeLists.txt3
-rw-r--r--tests/auto/render/qcameraselector/CMakeLists.txt3
-rw-r--r--tests/auto/render/qclearbuffers/CMakeLists.txt3
-rw-r--r--tests/auto/render/qcomputecommand/CMakeLists.txt3
-rw-r--r--tests/auto/render/qdispatchcompute/CMakeLists.txt3
-rw-r--r--tests/auto/render/qeffect/CMakeLists.txt3
-rw-r--r--tests/auto/render/qenvironmentlight/CMakeLists.txt3
-rw-r--r--tests/auto/render/qfilterkey/CMakeLists.txt3
-rw-r--r--tests/auto/render/qframegraphnode/CMakeLists.txt3
-rw-r--r--tests/auto/render/qgeometry/CMakeLists.txt3
-rw-r--r--tests/auto/render/qgeometryrenderer/CMakeLists.txt3
-rw-r--r--tests/auto/render/qgraphicsapifilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qlayerfilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qlevelofdetail/CMakeLists.txt3
-rw-r--r--tests/auto/render/qmaterial/CMakeLists.txt3
-rw-r--r--tests/auto/render/qmemorybarrier/CMakeLists.txt3
-rw-r--r--tests/auto/render/qmesh/CMakeLists.txt3
-rw-r--r--tests/auto/render/qobjectpicker/CMakeLists.txt3
-rw-r--r--tests/auto/render/qparameter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qproximityfilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qray3d/CMakeLists.txt3
-rw-r--r--tests/auto/render/qraycaster/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendercapture/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrenderpass/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrenderpassfilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendersettings/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrenderstate/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrenderstateset/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendersurfaceselector/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendertarget/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendertargetoutput/CMakeLists.txt3
-rw-r--r--tests/auto/render/qrendertargetselector/CMakeLists.txt3
-rw-r--r--tests/auto/render/qscene2d/CMakeLists.txt3
-rw-r--r--tests/auto/render/qsceneloader/CMakeLists.txt3
-rw-r--r--tests/auto/render/qscreenraycaster/CMakeLists.txt3
-rw-r--r--tests/auto/render/qsetfence/CMakeLists.txt3
-rw-r--r--tests/auto/render/qshaderimage/CMakeLists.txt3
-rw-r--r--tests/auto/render/qshaderprogram/CMakeLists.txt3
-rw-r--r--tests/auto/render/qshaderprogrambuilder/CMakeLists.txt3
-rw-r--r--tests/auto/render/qsharedgltexture/CMakeLists.txt3
-rw-r--r--tests/auto/render/qsortpolicy/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtechnique/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtechniquefilter/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtexturedataupdate/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtextureimage/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtextureimagedata/CMakeLists.txt3
-rw-r--r--tests/auto/render/qtextureloader/CMakeLists.txt3
-rw-r--r--tests/auto/render/qviewport/CMakeLists.txt3
-rw-r--r--tests/auto/render/qwaitfence/CMakeLists.txt3
-rw-r--r--tests/auto/render/raycaster/CMakeLists.txt3
-rw-r--r--tests/auto/render/raycasting/CMakeLists.txt3
-rw-r--r--tests/auto/render/raycastingjob/CMakeLists.txt3
-rw-r--r--tests/auto/render/rendercapture/CMakeLists.txt3
-rw-r--r--tests/auto/render/renderpass/CMakeLists.txt3
-rw-r--r--tests/auto/render/rendertarget/CMakeLists.txt3
-rw-r--r--tests/auto/render/rhi/CMakeLists.txt3
-rw-r--r--tests/auto/render/rhi/rhi_graphicspipelinemanager/CMakeLists.txt3
-rw-r--r--tests/auto/render/rhi/rhi_rendercommands/CMakeLists.txt3
-rw-r--r--tests/auto/render/rhi/rhi_renderviews/CMakeLists.txt3
-rw-r--r--tests/auto/render/scene2d/CMakeLists.txt3
-rw-r--r--tests/auto/render/sceneloader/CMakeLists.txt3
-rw-r--r--tests/auto/render/segmentvisitor/CMakeLists.txt3
-rw-r--r--tests/auto/render/setfence/CMakeLists.txt3
-rw-r--r--tests/auto/render/shader/CMakeLists.txt3
-rw-r--r--tests/auto/render/shaderbuilder/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/qshadergenerator/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/qshadergraph/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/qshadergraphloader/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/qshadernodes/CMakeLists.txt3
-rw-r--r--tests/auto/render/shadergraph/qshadernodesloader/CMakeLists.txt3
-rw-r--r--tests/auto/render/shaderimage/CMakeLists.txt3
-rw-r--r--tests/auto/render/skeleton/CMakeLists.txt3
-rw-r--r--tests/auto/render/sortpolicy/CMakeLists.txt3
-rw-r--r--tests/auto/render/technique/CMakeLists.txt3
-rw-r--r--tests/auto/render/texture/CMakeLists.txt3
-rw-r--r--tests/auto/render/transform/CMakeLists.txt3
-rw-r--r--tests/auto/render/triangleboundingvolume/CMakeLists.txt3
-rw-r--r--tests/auto/render/trianglevisitor/CMakeLists.txt3
-rw-r--r--tests/auto/render/uniform/CMakeLists.txt3
-rw-r--r--tests/auto/render/updateshaderdatatransformjob/CMakeLists.txt3
-rw-r--r--tests/auto/render/vsyncframeadvanceservice/CMakeLists.txt3
-rw-r--r--tests/auto/render/waitfence/CMakeLists.txt3
-rw-r--r--tests/benchmarks/CMakeLists.txt3
-rw-r--r--tests/benchmarks/Qt3DBench/CMakeLists.txt3
-rw-r--r--tests/benchmarks/core/CMakeLists.txt3
-rw-r--r--tests/benchmarks/core/qresourcesmanager/CMakeLists.txt3
-rw-r--r--tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt3
-rw-r--r--tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/jobs/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/layerfiltering/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/materialparametergathering/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/opengl/CMakeLists.txt3
-rw-r--r--tests/benchmarks/render/opengl/shaderparameterpack/CMakeLists.txt3
-rw-r--r--tests/manual/CMakeLists.txt3
-rw-r--r--tests/manual/additional-attributes-qml/CMakeLists.txt3
-rw-r--r--tests/manual/anim-viewer/CMakeLists.txt3
-rw-r--r--tests/manual/animation-keyframe-blendtree/CMakeLists.txt3
-rw-r--r--tests/manual/animation-keyframe-programmatic/CMakeLists.txt3
-rw-r--r--tests/manual/animation-keyframe-simple/CMakeLists.txt3
-rw-r--r--tests/manual/assimp-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/assimp/CMakeLists.txt3
-rw-r--r--tests/manual/bigmodel-qml/CMakeLists.txt3
-rw-r--r--tests/manual/bigscene-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/bigscene-instanced-qml/CMakeLists.txt3
-rw-r--r--tests/manual/blitframebuffer-qml/CMakeLists.txt3
-rw-r--r--tests/manual/boundingvolumes/CMakeLists.txt3
-rw-r--r--tests/manual/buffercapture-qml/CMakeLists.txt3
-rw-r--r--tests/manual/clip-planes-qml/CMakeLists.txt3
-rw-r--r--tests/manual/component-changes/CMakeLists.txt3
-rw-r--r--tests/manual/compressed_textures/CMakeLists.txt3
-rw-r--r--tests/manual/compute-manual/CMakeLists.txt3
-rw-r--r--tests/manual/custom-mesh-cpp-indirect/CMakeLists.txt3
-rw-r--r--tests/manual/custom-mesh-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/custom-mesh-qml/CMakeLists.txt3
-rw-r--r--tests/manual/custom-mesh-update-data-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/custom-mesh-update-data-qml/CMakeLists.txt3
-rw-r--r--tests/manual/cylinder-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/cylinder-parent-test/CMakeLists.txt3
-rw-r--r--tests/manual/cylinder-qml/CMakeLists.txt3
-rw-r--r--tests/manual/deferred-renderer-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/deferred-renderer-qml/CMakeLists.txt3
-rw-r--r--tests/manual/distancefieldtext/CMakeLists.txt3
-rw-r--r--tests/manual/downloading/CMakeLists.txt3
-rw-r--r--tests/manual/dragging/CMakeLists.txt3
-rw-r--r--tests/manual/dynamic-model-loader-qml/CMakeLists.txt3
-rw-r--r--tests/manual/dynamicscene-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/enabled-qml/CMakeLists.txt3
-rw-r--r--tests/manual/gltf/CMakeLists.txt3
-rw-r--r--tests/manual/gooch-qml/CMakeLists.txt3
-rw-r--r--tests/manual/keyboardinput-qml/CMakeLists.txt3
-rw-r--r--tests/manual/layerfilter-qml/CMakeLists.txt3
-rw-r--r--tests/manual/loader-qml/CMakeLists.txt3
-rw-r--r--tests/manual/lod/CMakeLists.txt3
-rw-r--r--tests/manual/manual-renderloop/CMakeLists.txt3
-rw-r--r--tests/manual/mesh-morphing/CMakeLists.txt3
-rw-r--r--tests/manual/mouseinput-qml/CMakeLists.txt3
-rw-r--r--tests/manual/multiplewindows-qml/CMakeLists.txt3
-rw-r--r--tests/manual/paintedtexture-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/picking-qml/CMakeLists.txt3
-rw-r--r--tests/manual/plasma/CMakeLists.txt3
-rw-r--r--tests/manual/pointlinesize/CMakeLists.txt3
-rw-r--r--tests/manual/proximityfilter/CMakeLists.txt3
-rw-r--r--tests/manual/qtbug-72236/CMakeLists.txt3
-rw-r--r--tests/manual/qtbug-76766/CMakeLists.txt3
-rw-r--r--tests/manual/quickwidget-switch/CMakeLists.txt3
-rw-r--r--tests/manual/quickwindow-switch/CMakeLists.txt3
-rw-r--r--tests/manual/raster-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/raster-qml/CMakeLists.txt3
-rw-r--r--tests/manual/raycasting-qml/CMakeLists.txt3
-rw-r--r--tests/manual/render-qml-to-texture-qml/CMakeLists.txt3
-rw-r--r--tests/manual/render-qml-to-texture/CMakeLists.txt3
-rw-r--r--tests/manual/rendercapture-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/rendercapture-qml-fbo/CMakeLists.txt3
-rw-r--r--tests/manual/rendercapture-qml/CMakeLists.txt3
-rw-r--r--tests/manual/rendertarget-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/rhi/simple-rhi-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/rhi/ubo/CMakeLists.txt3
-rw-r--r--tests/manual/rigged-simple/CMakeLists.txt3
-rw-r--r--tests/manual/scene3d-in-sync/CMakeLists.txt3
-rw-r--r--tests/manual/scene3d-loader/CMakeLists.txt3
-rw-r--r--tests/manual/scene3d-visibility/CMakeLists.txt3
-rw-r--r--tests/manual/shader-image-qml/CMakeLists.txt3
-rw-r--r--tests/manual/shared_texture_image/CMakeLists.txt3
-rw-r--r--tests/manual/sharedtexture/CMakeLists.txt3
-rw-r--r--tests/manual/sharedtextureqml/CMakeLists.txt3
-rw-r--r--tests/manual/simple-shaders-qml/CMakeLists.txt3
-rw-r--r--tests/manual/skinned-mesh/CMakeLists.txt3
-rw-r--r--tests/manual/skybox/CMakeLists.txt3
-rw-r--r--tests/manual/spritegrid/CMakeLists.txt3
-rw-r--r--tests/manual/subtree-enabler-qml/CMakeLists.txt3
-rw-r--r--tests/manual/tessellation-modes/CMakeLists.txt3
-rw-r--r--tests/manual/texture-updates-cpp/CMakeLists.txt3
-rw-r--r--tests/manual/texture_property_updates/CMakeLists.txt3
-rw-r--r--tests/manual/transforms-qml/CMakeLists.txt3
-rw-r--r--tests/manual/transparency-qml-scene3d/CMakeLists.txt3
-rw-r--r--tests/manual/transparency-qml/CMakeLists.txt3
-rw-r--r--tests/manual/video-texture-qml/CMakeLists.txt3
359 files changed, 1077 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 221413713..c2b9f9f7f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from tests.pro.
if(QT_BUILD_STANDALONE_TESTS)
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 0be429333..2c55a780f 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from auto.pro.
if(NOT QT_FEATURE_qt3d_extras)
diff --git a/tests/auto/animation/CMakeLists.txt b/tests/auto/animation/CMakeLists.txt
index c258acf3d..d139c864b 100644
--- a/tests/auto/animation/CMakeLists.txt
+++ b/tests/auto/animation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animation.pro.
add_subdirectory(qanimationaspect)
diff --git a/tests/auto/animation/additiveclipblend/CMakeLists.txt b/tests/auto/animation/additiveclipblend/CMakeLists.txt
index 628c8e766..2d26e409b 100644
--- a/tests/auto/animation/additiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/additiveclipblend/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from additiveclipblend.pro.
#####################################################################
diff --git a/tests/auto/animation/animationclip/CMakeLists.txt b/tests/auto/animation/animationclip/CMakeLists.txt
index e772f7ca1..844564837 100644
--- a/tests/auto/animation/animationclip/CMakeLists.txt
+++ b/tests/auto/animation/animationclip/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animationclip.pro.
#####################################################################
diff --git a/tests/auto/animation/animationutils/CMakeLists.txt b/tests/auto/animation/animationutils/CMakeLists.txt
index 0c0cc3b7d..52620c173 100644
--- a/tests/auto/animation/animationutils/CMakeLists.txt
+++ b/tests/auto/animation/animationutils/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animationutils.pro.
#####################################################################
diff --git a/tests/auto/animation/bezierevaluator/CMakeLists.txt b/tests/auto/animation/bezierevaluator/CMakeLists.txt
index 6495ff135..155cb1927 100644
--- a/tests/auto/animation/bezierevaluator/CMakeLists.txt
+++ b/tests/auto/animation/bezierevaluator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from bezierevaluator.pro.
#####################################################################
diff --git a/tests/auto/animation/blendedclipanimator/CMakeLists.txt b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
index c1c75c80d..510d2dfdd 100644
--- a/tests/auto/animation/blendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from blendedclipanimator.pro.
#####################################################################
diff --git a/tests/auto/animation/channelmapper/CMakeLists.txt b/tests/auto/animation/channelmapper/CMakeLists.txt
index 393c0549f..54a7f10d7 100644
--- a/tests/auto/animation/channelmapper/CMakeLists.txt
+++ b/tests/auto/animation/channelmapper/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from channelmapper.pro.
#####################################################################
diff --git a/tests/auto/animation/channelmapping/CMakeLists.txt b/tests/auto/animation/channelmapping/CMakeLists.txt
index ccb165da2..73a4b8dbe 100644
--- a/tests/auto/animation/channelmapping/CMakeLists.txt
+++ b/tests/auto/animation/channelmapping/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from channelmapping.pro.
#####################################################################
diff --git a/tests/auto/animation/clipanimator/CMakeLists.txt b/tests/auto/animation/clipanimator/CMakeLists.txt
index 068b5915e..bb2e31fe4 100644
--- a/tests/auto/animation/clipanimator/CMakeLists.txt
+++ b/tests/auto/animation/clipanimator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clipanimator.pro.
#####################################################################
diff --git a/tests/auto/animation/clipblendnode/CMakeLists.txt b/tests/auto/animation/clipblendnode/CMakeLists.txt
index 9dd5c596e..40a555615 100644
--- a/tests/auto/animation/clipblendnode/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnode/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clipblendnode.pro.
#####################################################################
diff --git a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
index 0e5cecb52..5f5935b98 100644
--- a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clipblendnodemanager.pro.
#####################################################################
diff --git a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
index b232e07c8..7fbe74ccc 100644
--- a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clipblendnodevisitor.pro.
#####################################################################
diff --git a/tests/auto/animation/clipblendvalue/CMakeLists.txt b/tests/auto/animation/clipblendvalue/CMakeLists.txt
index 629d32b74..0eb160a0a 100644
--- a/tests/auto/animation/clipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/clipblendvalue/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clipblendvalue.pro.
#####################################################################
diff --git a/tests/auto/animation/clock/CMakeLists.txt b/tests/auto/animation/clock/CMakeLists.txt
index 18a0b6519..3a987af30 100644
--- a/tests/auto/animation/clock/CMakeLists.txt
+++ b/tests/auto/animation/clock/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clock.pro.
#####################################################################
diff --git a/tests/auto/animation/fcurve/CMakeLists.txt b/tests/auto/animation/fcurve/CMakeLists.txt
index 63662e11a..3219122e0 100644
--- a/tests/auto/animation/fcurve/CMakeLists.txt
+++ b/tests/auto/animation/fcurve/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from fcurve.pro.
#####################################################################
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
index 17d52ceaf..12acfde6b 100644
--- a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
+++ b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from findrunningclipanimatorsjob.pro.
#####################################################################
diff --git a/tests/auto/animation/functionrangefinder/CMakeLists.txt b/tests/auto/animation/functionrangefinder/CMakeLists.txt
index 96f61709c..1bcd51873 100644
--- a/tests/auto/animation/functionrangefinder/CMakeLists.txt
+++ b/tests/auto/animation/functionrangefinder/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from functionrangefinder.pro.
#####################################################################
diff --git a/tests/auto/animation/lerpclipblend/CMakeLists.txt b/tests/auto/animation/lerpclipblend/CMakeLists.txt
index 5f443e09c..22824d747 100644
--- a/tests/auto/animation/lerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/lerpclipblend/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from lerpclipblend.pro.
#####################################################################
diff --git a/tests/auto/animation/qabstractanimation/CMakeLists.txt b/tests/auto/animation/qabstractanimation/CMakeLists.txt
index 96f35e668..fa393cdbf 100644
--- a/tests/auto/animation/qabstractanimation/CMakeLists.txt
+++ b/tests/auto/animation/qabstractanimation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstractanimation.pro.
#####################################################################
diff --git a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
index 507ea1136..e8063384e 100644
--- a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qadditiveclipblend.pro.
#####################################################################
diff --git a/tests/auto/animation/qanimationaspect/CMakeLists.txt b/tests/auto/animation/qanimationaspect/CMakeLists.txt
index 7dd227186..c7d2d5e2e 100644
--- a/tests/auto/animation/qanimationaspect/CMakeLists.txt
+++ b/tests/auto/animation/qanimationaspect/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qanimationaspect.pro.
#####################################################################
diff --git a/tests/auto/animation/qanimationcliploader/CMakeLists.txt b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
index d0cac1ef6..dbf3601a8 100644
--- a/tests/auto/animation/qanimationcliploader/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qanimationcliploader.pro.
#####################################################################
diff --git a/tests/auto/animation/qanimationcontroller/CMakeLists.txt b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
index 09c0001c9..32e849fa8 100644
--- a/tests/auto/animation/qanimationcontroller/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qanimationcontroller.pro.
#####################################################################
diff --git a/tests/auto/animation/qanimationgroup/CMakeLists.txt b/tests/auto/animation/qanimationgroup/CMakeLists.txt
index 81e42fd37..9a6d67194 100644
--- a/tests/auto/animation/qanimationgroup/CMakeLists.txt
+++ b/tests/auto/animation/qanimationgroup/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qanimationgroup.pro.
#####################################################################
diff --git a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
index cdf98f37a..799d62e1a 100644
--- a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qblendedclipanimator.pro.
#####################################################################
diff --git a/tests/auto/animation/qcallbackmapping/CMakeLists.txt b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
index f6e37aa5d..dd9290e90 100644
--- a/tests/auto/animation/qcallbackmapping/CMakeLists.txt
+++ b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcallbackmapping.pro.
#####################################################################
diff --git a/tests/auto/animation/qchannelmapper/CMakeLists.txt b/tests/auto/animation/qchannelmapper/CMakeLists.txt
index e9f33cc14..3e434ff52 100644
--- a/tests/auto/animation/qchannelmapper/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapper/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qchannelmapper.pro.
#####################################################################
diff --git a/tests/auto/animation/qchannelmapping/CMakeLists.txt b/tests/auto/animation/qchannelmapping/CMakeLists.txt
index 7a7a5f509..38c466bfc 100644
--- a/tests/auto/animation/qchannelmapping/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapping/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qchannelmapping.pro.
#####################################################################
diff --git a/tests/auto/animation/qclipanimator/CMakeLists.txt b/tests/auto/animation/qclipanimator/CMakeLists.txt
index 3e5e3977b..a717e8723 100644
--- a/tests/auto/animation/qclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qclipanimator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qclipanimator.pro.
#####################################################################
diff --git a/tests/auto/animation/qclipblendvalue/CMakeLists.txt b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
index 8dd098ff9..bfe3881a7 100644
--- a/tests/auto/animation/qclipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qclipblendvalue.pro.
#####################################################################
diff --git a/tests/auto/animation/qclock/CMakeLists.txt b/tests/auto/animation/qclock/CMakeLists.txt
index 896cb98c6..e00be0196 100644
--- a/tests/auto/animation/qclock/CMakeLists.txt
+++ b/tests/auto/animation/qclock/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qclock.pro.
#####################################################################
diff --git a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
index b013fdb3a..40ab4ab3d 100644
--- a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
+++ b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qkeyframeanimation.pro.
#####################################################################
diff --git a/tests/auto/animation/qlerpclipblend/CMakeLists.txt b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
index 33712ed53..acf0051d9 100644
--- a/tests/auto/animation/qlerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qlerpclipblend.pro.
#####################################################################
diff --git a/tests/auto/animation/qmorphinganimation/CMakeLists.txt b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
index f34594b0d..c77710c84 100644
--- a/tests/auto/animation/qmorphinganimation/CMakeLists.txt
+++ b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmorphinganimation.pro.
#####################################################################
diff --git a/tests/auto/animation/qmorphtarget/CMakeLists.txt b/tests/auto/animation/qmorphtarget/CMakeLists.txt
index 21afa66f8..175ce1f21 100644
--- a/tests/auto/animation/qmorphtarget/CMakeLists.txt
+++ b/tests/auto/animation/qmorphtarget/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmorphtarget.pro.
#####################################################################
diff --git a/tests/auto/animation/qskeletonmapping/CMakeLists.txt b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
index 082fe0dc2..3a678096c 100644
--- a/tests/auto/animation/qskeletonmapping/CMakeLists.txt
+++ b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qskeletonmapping.pro.
#####################################################################
diff --git a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
index b78f6cd84..3e6f9d4f0 100644
--- a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
+++ b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qvertexblendanimation.pro.
#####################################################################
diff --git a/tests/auto/animation/skeleton/CMakeLists.txt b/tests/auto/animation/skeleton/CMakeLists.txt
index 5788a0e45..9b2a733af 100644
--- a/tests/auto/animation/skeleton/CMakeLists.txt
+++ b/tests/auto/animation/skeleton/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from skeleton.pro.
#####################################################################
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index 50964af6d..56ca30c20 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
cmake_minimum_required(VERSION 3.16)
diff --git a/tests/auto/core/CMakeLists.txt b/tests/auto/core/CMakeLists.txt
index b5e65e8ff..759dc8686 100644
--- a/tests/auto/core/CMakeLists.txt
+++ b/tests/auto/core/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from core.pro.
add_subdirectory(handle)
diff --git a/tests/auto/core/aspectcommanddebugger/CMakeLists.txt b/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
index 7497ca342..dddb8b32f 100644
--- a/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
+++ b/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from aspectcommanddebugger.pro.
#####################################################################
diff --git a/tests/auto/core/common/common.cmake b/tests/auto/core/common/common.cmake
index 8b464c957..66b485526 100644
--- a/tests/auto/core/common/common.cmake
+++ b/tests/auto/core/common/common.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
function(qt3d_setup_common_test target)
set(commonDir ${PROJECT_SOURCE_DIR}/tests/auto/core/common)
target_sources(${target} PRIVATE ${commonDir}/qbackendnodetester.h ${commonDir}/qbackendnodetester.cpp)
diff --git a/tests/auto/core/handle/CMakeLists.txt b/tests/auto/core/handle/CMakeLists.txt
index ce77bd49a..06cdcda0b 100644
--- a/tests/auto/core/handle/CMakeLists.txt
+++ b/tests/auto/core/handle/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from handle.pro.
#####################################################################
diff --git a/tests/auto/core/matrix4x4_avx2/CMakeLists.txt b/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
index 8fdfd32f7..46309ed67 100644
--- a/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
+++ b/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from matrix4x4_avx2.pro.
#####################################################################
diff --git a/tests/auto/core/matrix4x4_sse/CMakeLists.txt b/tests/auto/core/matrix4x4_sse/CMakeLists.txt
index 79e78bae9..55f1fe3ed 100644
--- a/tests/auto/core/matrix4x4_sse/CMakeLists.txt
+++ b/tests/auto/core/matrix4x4_sse/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from matrix4x4_sse.pro.
#####################################################################
diff --git a/tests/auto/core/nodes/CMakeLists.txt b/tests/auto/core/nodes/CMakeLists.txt
index e72b54ca4..4cdca6827 100644
--- a/tests/auto/core/nodes/CMakeLists.txt
+++ b/tests/auto/core/nodes/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from nodes.pro.
#####################################################################
diff --git a/tests/auto/core/qarmature/CMakeLists.txt b/tests/auto/core/qarmature/CMakeLists.txt
index 685427e0f..12515d588 100644
--- a/tests/auto/core/qarmature/CMakeLists.txt
+++ b/tests/auto/core/qarmature/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qarmature.pro.
#####################################################################
diff --git a/tests/auto/core/qaspectengine/CMakeLists.txt b/tests/auto/core/qaspectengine/CMakeLists.txt
index 150f98968..8f03cdde6 100644
--- a/tests/auto/core/qaspectengine/CMakeLists.txt
+++ b/tests/auto/core/qaspectengine/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaspectengine.pro.
#####################################################################
diff --git a/tests/auto/core/qaspectfactory/CMakeLists.txt b/tests/auto/core/qaspectfactory/CMakeLists.txt
index ef961833d..1fd7d2b66 100644
--- a/tests/auto/core/qaspectfactory/CMakeLists.txt
+++ b/tests/auto/core/qaspectfactory/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaspectfactory.pro.
#####################################################################
diff --git a/tests/auto/core/qaspectjob/CMakeLists.txt b/tests/auto/core/qaspectjob/CMakeLists.txt
index 1e905d423..44b95511c 100644
--- a/tests/auto/core/qaspectjob/CMakeLists.txt
+++ b/tests/auto/core/qaspectjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaspectjob.pro.
#####################################################################
diff --git a/tests/auto/core/qchangearbiter/CMakeLists.txt b/tests/auto/core/qchangearbiter/CMakeLists.txt
index 23b0a2220..44717aa8a 100644
--- a/tests/auto/core/qchangearbiter/CMakeLists.txt
+++ b/tests/auto/core/qchangearbiter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qchangearbiter.pro.
#####################################################################
diff --git a/tests/auto/core/qentity/CMakeLists.txt b/tests/auto/core/qentity/CMakeLists.txt
index 46135ce72..118688584 100644
--- a/tests/auto/core/qentity/CMakeLists.txt
+++ b/tests/auto/core/qentity/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qentity.pro.
#####################################################################
diff --git a/tests/auto/core/qjoint/CMakeLists.txt b/tests/auto/core/qjoint/CMakeLists.txt
index 555e757e7..3db268b88 100644
--- a/tests/auto/core/qjoint/CMakeLists.txt
+++ b/tests/auto/core/qjoint/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qjoint.pro.
#####################################################################
diff --git a/tests/auto/core/qresourcemanager/CMakeLists.txt b/tests/auto/core/qresourcemanager/CMakeLists.txt
index 7b33269bf..933849156 100644
--- a/tests/auto/core/qresourcemanager/CMakeLists.txt
+++ b/tests/auto/core/qresourcemanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qresourcemanager.pro.
#####################################################################
diff --git a/tests/auto/core/qscene/CMakeLists.txt b/tests/auto/core/qscene/CMakeLists.txt
index bd0ade3ad..84cb3a22d 100644
--- a/tests/auto/core/qscene/CMakeLists.txt
+++ b/tests/auto/core/qscene/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qscene.pro.
#####################################################################
diff --git a/tests/auto/core/qscheduler/CMakeLists.txt b/tests/auto/core/qscheduler/CMakeLists.txt
index 2d6f81753..2de7433a5 100644
--- a/tests/auto/core/qscheduler/CMakeLists.txt
+++ b/tests/auto/core/qscheduler/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qscheduler.pro.
#####################################################################
diff --git a/tests/auto/core/qservicelocator/CMakeLists.txt b/tests/auto/core/qservicelocator/CMakeLists.txt
index 0c903dd95..6eadaa563 100644
--- a/tests/auto/core/qservicelocator/CMakeLists.txt
+++ b/tests/auto/core/qservicelocator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qservicelocator.pro.
#####################################################################
diff --git a/tests/auto/core/qskeleton/CMakeLists.txt b/tests/auto/core/qskeleton/CMakeLists.txt
index b4d92d9b9..0e999c136 100644
--- a/tests/auto/core/qskeleton/CMakeLists.txt
+++ b/tests/auto/core/qskeleton/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qskeleton.pro.
#####################################################################
diff --git a/tests/auto/core/qskeletonloader/CMakeLists.txt b/tests/auto/core/qskeletonloader/CMakeLists.txt
index d94ec660c..8d10e60e8 100644
--- a/tests/auto/core/qskeletonloader/CMakeLists.txt
+++ b/tests/auto/core/qskeletonloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qskeletonloader.pro.
#####################################################################
diff --git a/tests/auto/core/qtransform/CMakeLists.txt b/tests/auto/core/qtransform/CMakeLists.txt
index 1cac1ed5e..3c99ab545 100644
--- a/tests/auto/core/qtransform/CMakeLists.txt
+++ b/tests/auto/core/qtransform/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtransform.pro.
# special case skip regeneration
diff --git a/tests/auto/core/threadpooler/CMakeLists.txt b/tests/auto/core/threadpooler/CMakeLists.txt
index 7598ce97b..a60e6a5f4 100644
--- a/tests/auto/core/threadpooler/CMakeLists.txt
+++ b/tests/auto/core/threadpooler/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from threadpooler.pro.
#####################################################################
diff --git a/tests/auto/core/vector3d_base/CMakeLists.txt b/tests/auto/core/vector3d_base/CMakeLists.txt
index 8f74e3a6f..741e3c402 100644
--- a/tests/auto/core/vector3d_base/CMakeLists.txt
+++ b/tests/auto/core/vector3d_base/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from vector3d_base.pro.
#####################################################################
diff --git a/tests/auto/core/vector3d_sse/CMakeLists.txt b/tests/auto/core/vector3d_sse/CMakeLists.txt
index cf4ae3955..cba741697 100644
--- a/tests/auto/core/vector3d_sse/CMakeLists.txt
+++ b/tests/auto/core/vector3d_sse/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from vector3d_sse.pro.
#####################################################################
diff --git a/tests/auto/core/vector4d_base/CMakeLists.txt b/tests/auto/core/vector4d_base/CMakeLists.txt
index 87741ff51..bc6e69f5b 100644
--- a/tests/auto/core/vector4d_base/CMakeLists.txt
+++ b/tests/auto/core/vector4d_base/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from vector4d_base.pro.
#####################################################################
diff --git a/tests/auto/core/vector4d_sse/CMakeLists.txt b/tests/auto/core/vector4d_sse/CMakeLists.txt
index 76a080a76..4cf819f12 100644
--- a/tests/auto/core/vector4d_sse/CMakeLists.txt
+++ b/tests/auto/core/vector4d_sse/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from vector4d_sse.pro.
#####################################################################
diff --git a/tests/auto/extras/CMakeLists.txt b/tests/auto/extras/CMakeLists.txt
index 5f2ec1b51..cec10af14 100644
--- a/tests/auto/extras/CMakeLists.txt
+++ b/tests/auto/extras/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from extras.pro.
if(QT_CONFIG___contains___private_tests)
diff --git a/tests/auto/extras/qcuboidgeometry/CMakeLists.txt b/tests/auto/extras/qcuboidgeometry/CMakeLists.txt
index e51ec69ed..25d2123f8 100644
--- a/tests/auto/extras/qcuboidgeometry/CMakeLists.txt
+++ b/tests/auto/extras/qcuboidgeometry/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcuboidgeometry.pro.
#####################################################################
diff --git a/tests/auto/extras/qfirstpersoncameracontroller/CMakeLists.txt b/tests/auto/extras/qfirstpersoncameracontroller/CMakeLists.txt
index 4988a0f74..1ebc1303f 100644
--- a/tests/auto/extras/qfirstpersoncameracontroller/CMakeLists.txt
+++ b/tests/auto/extras/qfirstpersoncameracontroller/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qfirstpersoncameracontroller.pro.
#####################################################################
diff --git a/tests/auto/extras/qforwardrenderer/CMakeLists.txt b/tests/auto/extras/qforwardrenderer/CMakeLists.txt
index 3ee28b62c..b19ee70c4 100644
--- a/tests/auto/extras/qforwardrenderer/CMakeLists.txt
+++ b/tests/auto/extras/qforwardrenderer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qforwardrenderer.pro.
#####################################################################
diff --git a/tests/auto/extras/qorbitcameracontroller/CMakeLists.txt b/tests/auto/extras/qorbitcameracontroller/CMakeLists.txt
index 07ff57ae6..3b6da8db0 100644
--- a/tests/auto/extras/qorbitcameracontroller/CMakeLists.txt
+++ b/tests/auto/extras/qorbitcameracontroller/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qorbitcameracontroller.pro.
#####################################################################
diff --git a/tests/auto/extras/qtext2dentity/CMakeLists.txt b/tests/auto/extras/qtext2dentity/CMakeLists.txt
index a533e5092..ca78b10a9 100644
--- a/tests/auto/extras/qtext2dentity/CMakeLists.txt
+++ b/tests/auto/extras/qtext2dentity/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtext2dentity.pro.
#####################################################################
diff --git a/tests/auto/extras/qtorusgeometry/CMakeLists.txt b/tests/auto/extras/qtorusgeometry/CMakeLists.txt
index 3cee2ed5b..1228855d4 100644
--- a/tests/auto/extras/qtorusgeometry/CMakeLists.txt
+++ b/tests/auto/extras/qtorusgeometry/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtorusgeometry.pro.
#####################################################################
diff --git a/tests/auto/geometryloaders/CMakeLists.txt b/tests/auto/geometryloaders/CMakeLists.txt
index df74bd804..2a83ea892 100644
--- a/tests/auto/geometryloaders/CMakeLists.txt
+++ b/tests/auto/geometryloaders/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from geometryloaders.pro.
add_subdirectory(objgeometryloader)
diff --git a/tests/auto/geometryloaders/objgeometryloader/CMakeLists.txt b/tests/auto/geometryloaders/objgeometryloader/CMakeLists.txt
index 6b27892af..c4ce3feb6 100644
--- a/tests/auto/geometryloaders/objgeometryloader/CMakeLists.txt
+++ b/tests/auto/geometryloaders/objgeometryloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from objgeometryloader.pro.
#####################################################################
diff --git a/tests/auto/global/CMakeLists.txt b/tests/auto/global/CMakeLists.txt
index 6aa56b331..f756a0298 100644
--- a/tests/auto/global/CMakeLists.txt
+++ b/tests/auto/global/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from global.pro.
if(QT_FEATURE_qt3d_extras AND QT_FEATURE_qt3d_input AND QT_FEATURE_qt3d_logic AND QT_FEATURE_qt3d_render)
diff --git a/tests/auto/global/aspects_startup_shutdown/CMakeLists.txt b/tests/auto/global/aspects_startup_shutdown/CMakeLists.txt
index 58ae5d5cf..3e3b1970a 100644
--- a/tests/auto/global/aspects_startup_shutdown/CMakeLists.txt
+++ b/tests/auto/global/aspects_startup_shutdown/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from aspects_startup_shutdown.pro.
#####################################################################
diff --git a/tests/auto/input/CMakeLists.txt b/tests/auto/input/CMakeLists.txt
index 6bd7805af..b1245bdbf 100644
--- a/tests/auto/input/CMakeLists.txt
+++ b/tests/auto/input/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from input.pro.
if(QT_FEATURE_private_tests)
diff --git a/tests/auto/input/abstractaxisinput/CMakeLists.txt b/tests/auto/input/abstractaxisinput/CMakeLists.txt
index 7d8bf5518..d16bfd076 100644
--- a/tests/auto/input/abstractaxisinput/CMakeLists.txt
+++ b/tests/auto/input/abstractaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from abstractaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/action/CMakeLists.txt b/tests/auto/input/action/CMakeLists.txt
index 5519a5659..8d057e45e 100644
--- a/tests/auto/input/action/CMakeLists.txt
+++ b/tests/auto/input/action/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from action.pro.
#####################################################################
diff --git a/tests/auto/input/actioninput/CMakeLists.txt b/tests/auto/input/actioninput/CMakeLists.txt
index aef9c7df4..d49519554 100644
--- a/tests/auto/input/actioninput/CMakeLists.txt
+++ b/tests/auto/input/actioninput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from actioninput.pro.
#####################################################################
diff --git a/tests/auto/input/analogaxisinput/CMakeLists.txt b/tests/auto/input/analogaxisinput/CMakeLists.txt
index 70645da56..73a914726 100644
--- a/tests/auto/input/analogaxisinput/CMakeLists.txt
+++ b/tests/auto/input/analogaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from analogaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/axis/CMakeLists.txt b/tests/auto/input/axis/CMakeLists.txt
index 71d83a1a4..27da5ff05 100644
--- a/tests/auto/input/axis/CMakeLists.txt
+++ b/tests/auto/input/axis/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from axis.pro.
#####################################################################
diff --git a/tests/auto/input/axisaccumulator/CMakeLists.txt b/tests/auto/input/axisaccumulator/CMakeLists.txt
index bacb004d2..a05f72e67 100644
--- a/tests/auto/input/axisaccumulator/CMakeLists.txt
+++ b/tests/auto/input/axisaccumulator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from axisaccumulator.pro.
#####################################################################
diff --git a/tests/auto/input/axisaccumulatorjob/CMakeLists.txt b/tests/auto/input/axisaccumulatorjob/CMakeLists.txt
index 152a127ce..2a3fdde6c 100644
--- a/tests/auto/input/axisaccumulatorjob/CMakeLists.txt
+++ b/tests/auto/input/axisaccumulatorjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from axisaccumulatorjob.pro.
#####################################################################
diff --git a/tests/auto/input/buttonaxisinput/CMakeLists.txt b/tests/auto/input/buttonaxisinput/CMakeLists.txt
index 6529b75b6..7a4b39606 100644
--- a/tests/auto/input/buttonaxisinput/CMakeLists.txt
+++ b/tests/auto/input/buttonaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from buttonaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/inputchord/CMakeLists.txt b/tests/auto/input/inputchord/CMakeLists.txt
index aeca88132..474c25e9c 100644
--- a/tests/auto/input/inputchord/CMakeLists.txt
+++ b/tests/auto/input/inputchord/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from inputchord.pro.
#####################################################################
diff --git a/tests/auto/input/inputsequence/CMakeLists.txt b/tests/auto/input/inputsequence/CMakeLists.txt
index 6e58f758b..2f49c9048 100644
--- a/tests/auto/input/inputsequence/CMakeLists.txt
+++ b/tests/auto/input/inputsequence/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from inputsequence.pro.
#####################################################################
diff --git a/tests/auto/input/keyboardhandler/CMakeLists.txt b/tests/auto/input/keyboardhandler/CMakeLists.txt
index 146177c86..613afe404 100644
--- a/tests/auto/input/keyboardhandler/CMakeLists.txt
+++ b/tests/auto/input/keyboardhandler/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from keyboardhandler.pro.
#####################################################################
diff --git a/tests/auto/input/loadproxydevicejob/CMakeLists.txt b/tests/auto/input/loadproxydevicejob/CMakeLists.txt
index 54c71fa26..73234ea07 100644
--- a/tests/auto/input/loadproxydevicejob/CMakeLists.txt
+++ b/tests/auto/input/loadproxydevicejob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from loadproxydevicejob.pro.
#####################################################################
diff --git a/tests/auto/input/logicaldevice/CMakeLists.txt b/tests/auto/input/logicaldevice/CMakeLists.txt
index e0ad48719..1106b92b2 100644
--- a/tests/auto/input/logicaldevice/CMakeLists.txt
+++ b/tests/auto/input/logicaldevice/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from logicaldevice.pro.
#####################################################################
diff --git a/tests/auto/input/mousedevice/CMakeLists.txt b/tests/auto/input/mousedevice/CMakeLists.txt
index 696379f1f..13bafa0b8 100644
--- a/tests/auto/input/mousedevice/CMakeLists.txt
+++ b/tests/auto/input/mousedevice/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from mousedevice.pro.
#####################################################################
diff --git a/tests/auto/input/physicaldeviceproxy/CMakeLists.txt b/tests/auto/input/physicaldeviceproxy/CMakeLists.txt
index 0598f3045..309a6b8aa 100644
--- a/tests/auto/input/physicaldeviceproxy/CMakeLists.txt
+++ b/tests/auto/input/physicaldeviceproxy/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from physicaldeviceproxy.pro.
#####################################################################
diff --git a/tests/auto/input/qabstractaxisinput/CMakeLists.txt b/tests/auto/input/qabstractaxisinput/CMakeLists.txt
index 30e354690..524d1cffc 100644
--- a/tests/auto/input/qabstractaxisinput/CMakeLists.txt
+++ b/tests/auto/input/qabstractaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstractaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/qabstractphysicaldevicebackendnode/CMakeLists.txt b/tests/auto/input/qabstractphysicaldevicebackendnode/CMakeLists.txt
index 205c9c415..bad09ef67 100644
--- a/tests/auto/input/qabstractphysicaldevicebackendnode/CMakeLists.txt
+++ b/tests/auto/input/qabstractphysicaldevicebackendnode/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstractphysicaldevicebackendnode.pro.
#####################################################################
diff --git a/tests/auto/input/qabstractphysicaldeviceproxy/CMakeLists.txt b/tests/auto/input/qabstractphysicaldeviceproxy/CMakeLists.txt
index 33ebd9fb8..a60c5391f 100644
--- a/tests/auto/input/qabstractphysicaldeviceproxy/CMakeLists.txt
+++ b/tests/auto/input/qabstractphysicaldeviceproxy/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstractphysicaldeviceproxy.pro.
#####################################################################
diff --git a/tests/auto/input/qaction/CMakeLists.txt b/tests/auto/input/qaction/CMakeLists.txt
index 1a16130c8..e0baf8899 100644
--- a/tests/auto/input/qaction/CMakeLists.txt
+++ b/tests/auto/input/qaction/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaction.pro.
#####################################################################
diff --git a/tests/auto/input/qactioninput/CMakeLists.txt b/tests/auto/input/qactioninput/CMakeLists.txt
index 8fb91057d..31f7df912 100644
--- a/tests/auto/input/qactioninput/CMakeLists.txt
+++ b/tests/auto/input/qactioninput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qactioninput.pro.
#####################################################################
diff --git a/tests/auto/input/qanalogaxisinput/CMakeLists.txt b/tests/auto/input/qanalogaxisinput/CMakeLists.txt
index a4c66c558..bd3ccc75c 100644
--- a/tests/auto/input/qanalogaxisinput/CMakeLists.txt
+++ b/tests/auto/input/qanalogaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qanalogaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/qaxis/CMakeLists.txt b/tests/auto/input/qaxis/CMakeLists.txt
index f9c77e495..f93f322df 100644
--- a/tests/auto/input/qaxis/CMakeLists.txt
+++ b/tests/auto/input/qaxis/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaxis.pro.
#####################################################################
diff --git a/tests/auto/input/qaxisaccumulator/CMakeLists.txt b/tests/auto/input/qaxisaccumulator/CMakeLists.txt
index a26215f93..06b50854f 100644
--- a/tests/auto/input/qaxisaccumulator/CMakeLists.txt
+++ b/tests/auto/input/qaxisaccumulator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qaxisaccumulator.pro.
#####################################################################
diff --git a/tests/auto/input/qbuttonaxisinput/CMakeLists.txt b/tests/auto/input/qbuttonaxisinput/CMakeLists.txt
index 0a0b1729a..71b7fe589 100644
--- a/tests/auto/input/qbuttonaxisinput/CMakeLists.txt
+++ b/tests/auto/input/qbuttonaxisinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qbuttonaxisinput.pro.
#####################################################################
diff --git a/tests/auto/input/qkeyboardhandler/CMakeLists.txt b/tests/auto/input/qkeyboardhandler/CMakeLists.txt
index 6285d9af0..b72c47ec3 100644
--- a/tests/auto/input/qkeyboardhandler/CMakeLists.txt
+++ b/tests/auto/input/qkeyboardhandler/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qkeyboardhandler.pro.
#####################################################################
diff --git a/tests/auto/input/qlogicaldevice/CMakeLists.txt b/tests/auto/input/qlogicaldevice/CMakeLists.txt
index f29fdc820..ef65f1936 100644
--- a/tests/auto/input/qlogicaldevice/CMakeLists.txt
+++ b/tests/auto/input/qlogicaldevice/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qlogicaldevice.pro.
#####################################################################
diff --git a/tests/auto/input/qmousedevice/CMakeLists.txt b/tests/auto/input/qmousedevice/CMakeLists.txt
index a8f4ed6b6..945ccd77f 100644
--- a/tests/auto/input/qmousedevice/CMakeLists.txt
+++ b/tests/auto/input/qmousedevice/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmousedevice.pro.
#####################################################################
diff --git a/tests/auto/input/qmouseevent/CMakeLists.txt b/tests/auto/input/qmouseevent/CMakeLists.txt
index 39698ade4..bdca0ac0a 100644
--- a/tests/auto/input/qmouseevent/CMakeLists.txt
+++ b/tests/auto/input/qmouseevent/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmouseevent.pro.
#####################################################################
diff --git a/tests/auto/input/utils/CMakeLists.txt b/tests/auto/input/utils/CMakeLists.txt
index 2576b2b88..29b5c215f 100644
--- a/tests/auto/input/utils/CMakeLists.txt
+++ b/tests/auto/input/utils/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from utils.pro.
#####################################################################
diff --git a/tests/auto/quick3d/3dcore/CMakeLists.txt b/tests/auto/quick3d/3dcore/CMakeLists.txt
index e955eb86a..0d2f90e98 100644
--- a/tests/auto/quick3d/3dcore/CMakeLists.txt
+++ b/tests/auto/quick3d/3dcore/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from Qt::3DCore.pro.
#####################################################################
diff --git a/tests/auto/quick3d/3dinput/CMakeLists.txt b/tests/auto/quick3d/3dinput/CMakeLists.txt
index a78e74a02..0a41c4118 100644
--- a/tests/auto/quick3d/3dinput/CMakeLists.txt
+++ b/tests/auto/quick3d/3dinput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from 3dinput.pro.
#####################################################################
diff --git a/tests/auto/quick3d/3drender/CMakeLists.txt b/tests/auto/quick3d/3drender/CMakeLists.txt
index a876800f0..1a32f18b4 100644
--- a/tests/auto/quick3d/3drender/CMakeLists.txt
+++ b/tests/auto/quick3d/3drender/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from 3drender.pro.
#####################################################################
diff --git a/tests/auto/quick3d/CMakeLists.txt b/tests/auto/quick3d/CMakeLists.txt
index 33855345a..1fd7c3f01 100644
--- a/tests/auto/quick3d/CMakeLists.txt
+++ b/tests/auto/quick3d/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from quick3d.pro.
if(QT_FEATURE_private_tests)
diff --git a/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt b/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
index 8e5a842ff..4e25db201 100644
--- a/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
+++ b/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from dynamicnodecreation.pro.
#####################################################################
diff --git a/tests/auto/quick3d/quick3dbuffer/CMakeLists.txt b/tests/auto/quick3d/quick3dbuffer/CMakeLists.txt
index 7792acd43..1375b2c70 100644
--- a/tests/auto/quick3d/quick3dbuffer/CMakeLists.txt
+++ b/tests/auto/quick3d/quick3dbuffer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from quick3dbuffer.pro.
#####################################################################
diff --git a/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt b/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
index 195b1da0c..1d4acb0a1 100644
--- a/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
+++ b/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from quick3dnodeinstantiator.pro.
#####################################################################
diff --git a/tests/auto/render/CMakeLists.txt b/tests/auto/render/CMakeLists.txt
index 3a1075139..295784904 100644
--- a/tests/auto/render/CMakeLists.txt
+++ b/tests/auto/render/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from render.pro.
if(QT_FEATURE_private_tests)
diff --git a/tests/auto/render/alignedresourcesmanagers-avx/CMakeLists.txt b/tests/auto/render/alignedresourcesmanagers-avx/CMakeLists.txt
index 015bd6334..30c4576b0 100644
--- a/tests/auto/render/alignedresourcesmanagers-avx/CMakeLists.txt
+++ b/tests/auto/render/alignedresourcesmanagers-avx/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from alignedresourcesmanagers-avx.pro.
#####################################################################
diff --git a/tests/auto/render/alignedresourcesmanagers-sse/CMakeLists.txt b/tests/auto/render/alignedresourcesmanagers-sse/CMakeLists.txt
index 992614ac9..ccf15f501 100644
--- a/tests/auto/render/alignedresourcesmanagers-sse/CMakeLists.txt
+++ b/tests/auto/render/alignedresourcesmanagers-sse/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from alignedresourcesmanagers-sse.pro.
#####################################################################
diff --git a/tests/auto/render/armature/CMakeLists.txt b/tests/auto/render/armature/CMakeLists.txt
index 9c08e4600..eac6fcf4d 100644
--- a/tests/auto/render/armature/CMakeLists.txt
+++ b/tests/auto/render/armature/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from armature.pro.
#####################################################################
diff --git a/tests/auto/render/aspect/CMakeLists.txt b/tests/auto/render/aspect/CMakeLists.txt
index 6416904b7..c8d9c3bb5 100644
--- a/tests/auto/render/aspect/CMakeLists.txt
+++ b/tests/auto/render/aspect/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from aspect.pro.
#####################################################################
diff --git a/tests/auto/render/attribute/CMakeLists.txt b/tests/auto/render/attribute/CMakeLists.txt
index b378cabc7..fe60a3a17 100644
--- a/tests/auto/render/attribute/CMakeLists.txt
+++ b/tests/auto/render/attribute/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from attribute.pro.
#####################################################################
diff --git a/tests/auto/render/blitframebuffer/CMakeLists.txt b/tests/auto/render/blitframebuffer/CMakeLists.txt
index ee06267ab..abc14e56b 100644
--- a/tests/auto/render/blitframebuffer/CMakeLists.txt
+++ b/tests/auto/render/blitframebuffer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from blitframebuffer.pro.
#####################################################################
diff --git a/tests/auto/render/boundingsphere/CMakeLists.txt b/tests/auto/render/boundingsphere/CMakeLists.txt
index ae6e831a6..eb4f6e40a 100644
--- a/tests/auto/render/boundingsphere/CMakeLists.txt
+++ b/tests/auto/render/boundingsphere/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from boundingsphere.pro.
#####################################################################
diff --git a/tests/auto/render/boundingvolumedebug/CMakeLists.txt b/tests/auto/render/boundingvolumedebug/CMakeLists.txt
index 36ae56012..c3b28c3f7 100644
--- a/tests/auto/render/boundingvolumedebug/CMakeLists.txt
+++ b/tests/auto/render/boundingvolumedebug/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from boundingvolumedebug.pro.
#####################################################################
diff --git a/tests/auto/render/buffer/CMakeLists.txt b/tests/auto/render/buffer/CMakeLists.txt
index d670aa542..f5c5410ac 100644
--- a/tests/auto/render/buffer/CMakeLists.txt
+++ b/tests/auto/render/buffer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from buffer.pro.
#####################################################################
diff --git a/tests/auto/render/commons/commons.cmake b/tests/auto/render/commons/commons.cmake
index 9565c91c7..b70a81160 100644
--- a/tests/auto/render/commons/commons.cmake
+++ b/tests/auto/render/commons/commons.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
include(${PROJECT_SOURCE_DIR}/tests/auto/core/common/common.cmake)
function(qt3d_setup_common_render_test target)
diff --git a/tests/auto/render/computecommand/CMakeLists.txt b/tests/auto/render/computecommand/CMakeLists.txt
index d9cecc64e..42a6ad131 100644
--- a/tests/auto/render/computecommand/CMakeLists.txt
+++ b/tests/auto/render/computecommand/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from computecommand.pro.
#####################################################################
diff --git a/tests/auto/render/coordinatereader/CMakeLists.txt b/tests/auto/render/coordinatereader/CMakeLists.txt
index 7a0d75de8..b171593d3 100644
--- a/tests/auto/render/coordinatereader/CMakeLists.txt
+++ b/tests/auto/render/coordinatereader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from coordinatereader.pro.
#####################################################################
diff --git a/tests/auto/render/ddstextures/CMakeLists.txt b/tests/auto/render/ddstextures/CMakeLists.txt
index 9e8c7fecd..c2eb4cc75 100644
--- a/tests/auto/render/ddstextures/CMakeLists.txt
+++ b/tests/auto/render/ddstextures/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from ddstextures.pro.
#####################################################################
diff --git a/tests/auto/render/effect/CMakeLists.txt b/tests/auto/render/effect/CMakeLists.txt
index 3f8a1338d..10bc514cc 100644
--- a/tests/auto/render/effect/CMakeLists.txt
+++ b/tests/auto/render/effect/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from effect.pro.
#####################################################################
diff --git a/tests/auto/render/entity/CMakeLists.txt b/tests/auto/render/entity/CMakeLists.txt
index 502190e06..814b0ada2 100644
--- a/tests/auto/render/entity/CMakeLists.txt
+++ b/tests/auto/render/entity/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from entity.pro.
#####################################################################
diff --git a/tests/auto/render/filterentitybycomponent/CMakeLists.txt b/tests/auto/render/filterentitybycomponent/CMakeLists.txt
index efcbb164f..56cae3613 100644
--- a/tests/auto/render/filterentitybycomponent/CMakeLists.txt
+++ b/tests/auto/render/filterentitybycomponent/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from filterentitybycomponent.pro.
#####################################################################
diff --git a/tests/auto/render/filterkey/CMakeLists.txt b/tests/auto/render/filterkey/CMakeLists.txt
index bae093c27..dcbd7a0ae 100644
--- a/tests/auto/render/filterkey/CMakeLists.txt
+++ b/tests/auto/render/filterkey/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from filterkey.pro.
#####################################################################
diff --git a/tests/auto/render/framegraphnode/CMakeLists.txt b/tests/auto/render/framegraphnode/CMakeLists.txt
index 6e067051b..3e9ba9398 100644
--- a/tests/auto/render/framegraphnode/CMakeLists.txt
+++ b/tests/auto/render/framegraphnode/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from framegraphnode.pro.
#####################################################################
diff --git a/tests/auto/render/framegraphvisitor/CMakeLists.txt b/tests/auto/render/framegraphvisitor/CMakeLists.txt
index 26d7ad2e4..7f90aad19 100644
--- a/tests/auto/render/framegraphvisitor/CMakeLists.txt
+++ b/tests/auto/render/framegraphvisitor/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from framegraphvisitor.pro.
#####################################################################
diff --git a/tests/auto/render/genericlambdajob/CMakeLists.txt b/tests/auto/render/genericlambdajob/CMakeLists.txt
index 6d7e00902..8aae5464c 100644
--- a/tests/auto/render/genericlambdajob/CMakeLists.txt
+++ b/tests/auto/render/genericlambdajob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from genericlambdajob.pro.
#####################################################################
diff --git a/tests/auto/render/geometry/CMakeLists.txt b/tests/auto/render/geometry/CMakeLists.txt
index 2413e29ae..a788ef85d 100644
--- a/tests/auto/render/geometry/CMakeLists.txt
+++ b/tests/auto/render/geometry/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from geometry.pro.
# special case skip regeneration
diff --git a/tests/auto/render/geometryloaders/CMakeLists.txt b/tests/auto/render/geometryloaders/CMakeLists.txt
index 251c1ae03..2c1136332 100644
--- a/tests/auto/render/geometryloaders/CMakeLists.txt
+++ b/tests/auto/render/geometryloaders/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from geometryloaders.pro.
#####################################################################
diff --git a/tests/auto/render/geometryrenderer/CMakeLists.txt b/tests/auto/render/geometryrenderer/CMakeLists.txt
index 3dae45693..2201ba825 100644
--- a/tests/auto/render/geometryrenderer/CMakeLists.txt
+++ b/tests/auto/render/geometryrenderer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from geometryrenderer.pro.
#####################################################################
diff --git a/tests/auto/render/gltexture/CMakeLists.txt b/tests/auto/render/gltexture/CMakeLists.txt
index 967cd08f2..7d31aeb70 100644
--- a/tests/auto/render/gltexture/CMakeLists.txt
+++ b/tests/auto/render/gltexture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from gltexture.pro.
#####################################################################
diff --git a/tests/auto/render/gltfplugins/CMakeLists.txt b/tests/auto/render/gltfplugins/CMakeLists.txt
index cfd6aa9f8..3dd845a5e 100644
--- a/tests/auto/render/gltfplugins/CMakeLists.txt
+++ b/tests/auto/render/gltfplugins/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from gltfplugins.pro.
#####################################################################
diff --git a/tests/auto/render/joint/CMakeLists.txt b/tests/auto/render/joint/CMakeLists.txt
index 793f6beba..27110026e 100644
--- a/tests/auto/render/joint/CMakeLists.txt
+++ b/tests/auto/render/joint/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from joint.pro.
#####################################################################
diff --git a/tests/auto/render/ktxtextures/CMakeLists.txt b/tests/auto/render/ktxtextures/CMakeLists.txt
index 583b15d1a..9a34c4b30 100644
--- a/tests/auto/render/ktxtextures/CMakeLists.txt
+++ b/tests/auto/render/ktxtextures/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from ktxtextures.pro.
#####################################################################
diff --git a/tests/auto/render/layerfiltering/CMakeLists.txt b/tests/auto/render/layerfiltering/CMakeLists.txt
index e953784d4..71ceecf21 100644
--- a/tests/auto/render/layerfiltering/CMakeLists.txt
+++ b/tests/auto/render/layerfiltering/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from layerfiltering.pro.
#####################################################################
diff --git a/tests/auto/render/levelofdetail/CMakeLists.txt b/tests/auto/render/levelofdetail/CMakeLists.txt
index df4417d40..cc2a45758 100644
--- a/tests/auto/render/levelofdetail/CMakeLists.txt
+++ b/tests/auto/render/levelofdetail/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from levelofdetail.pro.
#####################################################################
diff --git a/tests/auto/render/loadscenejob/CMakeLists.txt b/tests/auto/render/loadscenejob/CMakeLists.txt
index 892c3a914..4c0b97468 100644
--- a/tests/auto/render/loadscenejob/CMakeLists.txt
+++ b/tests/auto/render/loadscenejob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from loadscenejob.pro.
#####################################################################
diff --git a/tests/auto/render/material/CMakeLists.txt b/tests/auto/render/material/CMakeLists.txt
index 189bd0694..497dc8ea8 100644
--- a/tests/auto/render/material/CMakeLists.txt
+++ b/tests/auto/render/material/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from material.pro.
# special case skip regeneration
diff --git a/tests/auto/render/memorybarrier/CMakeLists.txt b/tests/auto/render/memorybarrier/CMakeLists.txt
index bfd6ae219..4676a5678 100644
--- a/tests/auto/render/memorybarrier/CMakeLists.txt
+++ b/tests/auto/render/memorybarrier/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from memorybarrier.pro.
#####################################################################
diff --git a/tests/auto/render/meshfunctors/CMakeLists.txt b/tests/auto/render/meshfunctors/CMakeLists.txt
index 53bf58e0b..ce357b80c 100644
--- a/tests/auto/render/meshfunctors/CMakeLists.txt
+++ b/tests/auto/render/meshfunctors/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from meshfunctors.pro.
#####################################################################
diff --git a/tests/auto/render/objectpicker/CMakeLists.txt b/tests/auto/render/objectpicker/CMakeLists.txt
index 80be6540d..cb8400bce 100644
--- a/tests/auto/render/objectpicker/CMakeLists.txt
+++ b/tests/auto/render/objectpicker/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from objectpicker.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/CMakeLists.txt b/tests/auto/render/opengl/CMakeLists.txt
index 21133f63f..93ad06d34 100644
--- a/tests/auto/render/opengl/CMakeLists.txt
+++ b/tests/auto/render/opengl/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from opengl.pro.
if (NOT QT_BUILD_STANDALONE_TESTS)
diff --git a/tests/auto/render/opengl/computecommand/CMakeLists.txt b/tests/auto/render/opengl/computecommand/CMakeLists.txt
index 0bb3494d8..a3cbb873a 100644
--- a/tests/auto/render/opengl/computecommand/CMakeLists.txt
+++ b/tests/auto/render/opengl/computecommand/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from computecommand.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt b/tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt
index 80db6f729..36c73d563 100644
--- a/tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt
+++ b/tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from filtercompatibletechniquejob.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/glshadermanager/CMakeLists.txt b/tests/auto/render/opengl/glshadermanager/CMakeLists.txt
index f3c4b4d6c..5ee06c73c 100644
--- a/tests/auto/render/opengl/glshadermanager/CMakeLists.txt
+++ b/tests/auto/render/opengl/glshadermanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from glshadermanager.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/gltexturemanager/CMakeLists.txt b/tests/auto/render/opengl/gltexturemanager/CMakeLists.txt
index 2a0d251a9..090eeecf8 100644
--- a/tests/auto/render/opengl/gltexturemanager/CMakeLists.txt
+++ b/tests/auto/render/opengl/gltexturemanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from gltexturemanager.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/graphicshelpergl2/CMakeLists.txt b/tests/auto/render/opengl/graphicshelpergl2/CMakeLists.txt
index d7b0fdd49..5f0e6fa3d 100644
--- a/tests/auto/render/opengl/graphicshelpergl2/CMakeLists.txt
+++ b/tests/auto/render/opengl/graphicshelpergl2/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from graphicshelpergl2.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/graphicshelpergl3_2/CMakeLists.txt b/tests/auto/render/opengl/graphicshelpergl3_2/CMakeLists.txt
index 6898d85d0..77db795a2 100644
--- a/tests/auto/render/opengl/graphicshelpergl3_2/CMakeLists.txt
+++ b/tests/auto/render/opengl/graphicshelpergl3_2/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from graphicshelpergl3_2.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/graphicshelpergl3_3/CMakeLists.txt b/tests/auto/render/opengl/graphicshelpergl3_3/CMakeLists.txt
index 3a750b092..8537ef988 100644
--- a/tests/auto/render/opengl/graphicshelpergl3_3/CMakeLists.txt
+++ b/tests/auto/render/opengl/graphicshelpergl3_3/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from graphicshelpergl3_3.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt b/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
index 494b686e8..c89a15382 100644
--- a/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
+++ b/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from graphicshelpergl4.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/materialparametergathererjob/CMakeLists.txt b/tests/auto/render/opengl/materialparametergathererjob/CMakeLists.txt
index ff49b6d42..31b52aaa5 100644
--- a/tests/auto/render/opengl/materialparametergathererjob/CMakeLists.txt
+++ b/tests/auto/render/opengl/materialparametergathererjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from materialparametergathererjob.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/qgraphicsutils/CMakeLists.txt b/tests/auto/render/opengl/qgraphicsutils/CMakeLists.txt
index c0874f12e..dbb68c41c 100644
--- a/tests/auto/render/opengl/qgraphicsutils/CMakeLists.txt
+++ b/tests/auto/render/opengl/qgraphicsutils/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qgraphicsutils.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/renderer/CMakeLists.txt b/tests/auto/render/opengl/renderer/CMakeLists.txt
index 209b10fa2..eda345eb9 100644
--- a/tests/auto/render/opengl/renderer/CMakeLists.txt
+++ b/tests/auto/render/opengl/renderer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderer.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/renderqueue/CMakeLists.txt b/tests/auto/render/opengl/renderqueue/CMakeLists.txt
index a2c5cb688..98f1d72ba 100644
--- a/tests/auto/render/opengl/renderqueue/CMakeLists.txt
+++ b/tests/auto/render/opengl/renderqueue/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderqueue.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/renderviewbuilder/CMakeLists.txt b/tests/auto/render/opengl/renderviewbuilder/CMakeLists.txt
index 1cfec3785..9ba46359d 100644
--- a/tests/auto/render/opengl/renderviewbuilder/CMakeLists.txt
+++ b/tests/auto/render/opengl/renderviewbuilder/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderviewbuilder.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/renderviews/CMakeLists.txt b/tests/auto/render/opengl/renderviews/CMakeLists.txt
index e3c0b0f58..4433c5f3c 100644
--- a/tests/auto/render/opengl/renderviews/CMakeLists.txt
+++ b/tests/auto/render/opengl/renderviews/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderviews.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/renderviewutils/CMakeLists.txt b/tests/auto/render/opengl/renderviewutils/CMakeLists.txt
index 771e49e10..7f4db90cc 100644
--- a/tests/auto/render/opengl/renderviewutils/CMakeLists.txt
+++ b/tests/auto/render/opengl/renderviewutils/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderviewutils.pro.
#####################################################################
diff --git a/tests/auto/render/opengl/textures/CMakeLists.txt b/tests/auto/render/opengl/textures/CMakeLists.txt
index ce74fcfac..00ee8a456 100644
--- a/tests/auto/render/opengl/textures/CMakeLists.txt
+++ b/tests/auto/render/opengl/textures/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from textures.pro.
#####################################################################
diff --git a/tests/auto/render/parameter/CMakeLists.txt b/tests/auto/render/parameter/CMakeLists.txt
index a3e197e5f..bf89a9005 100644
--- a/tests/auto/render/parameter/CMakeLists.txt
+++ b/tests/auto/render/parameter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from parameter.pro.
#####################################################################
diff --git a/tests/auto/render/pickboundingvolumejob/CMakeLists.txt b/tests/auto/render/pickboundingvolumejob/CMakeLists.txt
index 4e3404870..2ba685f97 100644
--- a/tests/auto/render/pickboundingvolumejob/CMakeLists.txt
+++ b/tests/auto/render/pickboundingvolumejob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from pickboundingvolumejob.pro.
#####################################################################
diff --git a/tests/auto/render/picking/CMakeLists.txt b/tests/auto/render/picking/CMakeLists.txt
index 662532c34..3a36ce52c 100644
--- a/tests/auto/render/picking/CMakeLists.txt
+++ b/tests/auto/render/picking/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from picking.pro.
#####################################################################
diff --git a/tests/auto/render/proximityfilter/CMakeLists.txt b/tests/auto/render/proximityfilter/CMakeLists.txt
index 5e52d4643..6ae749edb 100644
--- a/tests/auto/render/proximityfilter/CMakeLists.txt
+++ b/tests/auto/render/proximityfilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from proximityfilter.pro.
#####################################################################
diff --git a/tests/auto/render/proximityfiltering/CMakeLists.txt b/tests/auto/render/proximityfiltering/CMakeLists.txt
index 81d2f0a93..871e8b3da 100644
--- a/tests/auto/render/proximityfiltering/CMakeLists.txt
+++ b/tests/auto/render/proximityfiltering/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from proximityfiltering.pro.
#####################################################################
diff --git a/tests/auto/render/qabstractlight/CMakeLists.txt b/tests/auto/render/qabstractlight/CMakeLists.txt
index 46f498dc5..5b739cec5 100644
--- a/tests/auto/render/qabstractlight/CMakeLists.txt
+++ b/tests/auto/render/qabstractlight/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstractlight.pro.
#####################################################################
diff --git a/tests/auto/render/qabstracttexture/CMakeLists.txt b/tests/auto/render/qabstracttexture/CMakeLists.txt
index c6b67b60b..f60e2701d 100644
--- a/tests/auto/render/qabstracttexture/CMakeLists.txt
+++ b/tests/auto/render/qabstracttexture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstracttexture.pro.
#####################################################################
diff --git a/tests/auto/render/qabstracttextureimage/CMakeLists.txt b/tests/auto/render/qabstracttextureimage/CMakeLists.txt
index 99b7fc264..854352b12 100644
--- a/tests/auto/render/qabstracttextureimage/CMakeLists.txt
+++ b/tests/auto/render/qabstracttextureimage/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qabstracttextureimage.pro.
#####################################################################
diff --git a/tests/auto/render/qattribute/CMakeLists.txt b/tests/auto/render/qattribute/CMakeLists.txt
index cc12ac7a3..f1529c1d0 100644
--- a/tests/auto/render/qattribute/CMakeLists.txt
+++ b/tests/auto/render/qattribute/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qattribute.pro.
#####################################################################
diff --git a/tests/auto/render/qblitframebuffer/CMakeLists.txt b/tests/auto/render/qblitframebuffer/CMakeLists.txt
index 488d7aeb8..83d16903c 100644
--- a/tests/auto/render/qblitframebuffer/CMakeLists.txt
+++ b/tests/auto/render/qblitframebuffer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qblitframebuffer.pro.
#####################################################################
diff --git a/tests/auto/render/qboundingvolumedebug/CMakeLists.txt b/tests/auto/render/qboundingvolumedebug/CMakeLists.txt
index aff6c3853..fa68e620b 100644
--- a/tests/auto/render/qboundingvolumedebug/CMakeLists.txt
+++ b/tests/auto/render/qboundingvolumedebug/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qboundingvolumedebug.pro.
#####################################################################
diff --git a/tests/auto/render/qbuffer/CMakeLists.txt b/tests/auto/render/qbuffer/CMakeLists.txt
index b4a808daf..e299c9e8c 100644
--- a/tests/auto/render/qbuffer/CMakeLists.txt
+++ b/tests/auto/render/qbuffer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qbuffer.pro.
# special case skip regeneration
diff --git a/tests/auto/render/qcamera/CMakeLists.txt b/tests/auto/render/qcamera/CMakeLists.txt
index d9513feb3..f98f5bed8 100644
--- a/tests/auto/render/qcamera/CMakeLists.txt
+++ b/tests/auto/render/qcamera/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcamera.pro.
#####################################################################
diff --git a/tests/auto/render/qcameralens/CMakeLists.txt b/tests/auto/render/qcameralens/CMakeLists.txt
index 8fb669bfb..b63bf97c5 100644
--- a/tests/auto/render/qcameralens/CMakeLists.txt
+++ b/tests/auto/render/qcameralens/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcameralens.pro.
#####################################################################
diff --git a/tests/auto/render/qcameraselector/CMakeLists.txt b/tests/auto/render/qcameraselector/CMakeLists.txt
index d62f3f650..f93f9f25e 100644
--- a/tests/auto/render/qcameraselector/CMakeLists.txt
+++ b/tests/auto/render/qcameraselector/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcameraselector.pro.
#####################################################################
diff --git a/tests/auto/render/qclearbuffers/CMakeLists.txt b/tests/auto/render/qclearbuffers/CMakeLists.txt
index 19e6b7af7..b6ea15cf7 100644
--- a/tests/auto/render/qclearbuffers/CMakeLists.txt
+++ b/tests/auto/render/qclearbuffers/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qclearbuffers.pro.
#####################################################################
diff --git a/tests/auto/render/qcomputecommand/CMakeLists.txt b/tests/auto/render/qcomputecommand/CMakeLists.txt
index 262ba4b3e..8a3a7d695 100644
--- a/tests/auto/render/qcomputecommand/CMakeLists.txt
+++ b/tests/auto/render/qcomputecommand/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qcomputecommand.pro.
#####################################################################
diff --git a/tests/auto/render/qdispatchcompute/CMakeLists.txt b/tests/auto/render/qdispatchcompute/CMakeLists.txt
index a7a16da4a..36f236201 100644
--- a/tests/auto/render/qdispatchcompute/CMakeLists.txt
+++ b/tests/auto/render/qdispatchcompute/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qdispatchcompute.pro.
#####################################################################
diff --git a/tests/auto/render/qeffect/CMakeLists.txt b/tests/auto/render/qeffect/CMakeLists.txt
index efbb84525..fd4349899 100644
--- a/tests/auto/render/qeffect/CMakeLists.txt
+++ b/tests/auto/render/qeffect/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qeffect.pro.
#####################################################################
diff --git a/tests/auto/render/qenvironmentlight/CMakeLists.txt b/tests/auto/render/qenvironmentlight/CMakeLists.txt
index 768ce5b6f..309697faf 100644
--- a/tests/auto/render/qenvironmentlight/CMakeLists.txt
+++ b/tests/auto/render/qenvironmentlight/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qenvironmentlight.pro.
#####################################################################
diff --git a/tests/auto/render/qfilterkey/CMakeLists.txt b/tests/auto/render/qfilterkey/CMakeLists.txt
index 8d762138f..f4f631442 100644
--- a/tests/auto/render/qfilterkey/CMakeLists.txt
+++ b/tests/auto/render/qfilterkey/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qfilterkey.pro.
#####################################################################
diff --git a/tests/auto/render/qframegraphnode/CMakeLists.txt b/tests/auto/render/qframegraphnode/CMakeLists.txt
index d7847bd53..4b2aea3a0 100644
--- a/tests/auto/render/qframegraphnode/CMakeLists.txt
+++ b/tests/auto/render/qframegraphnode/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qframegraphnode.pro.
#####################################################################
diff --git a/tests/auto/render/qgeometry/CMakeLists.txt b/tests/auto/render/qgeometry/CMakeLists.txt
index 47163666d..64e0a4d57 100644
--- a/tests/auto/render/qgeometry/CMakeLists.txt
+++ b/tests/auto/render/qgeometry/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qgeometry.pro.
#####################################################################
diff --git a/tests/auto/render/qgeometryrenderer/CMakeLists.txt b/tests/auto/render/qgeometryrenderer/CMakeLists.txt
index 64337c36a..7e90d3e10 100644
--- a/tests/auto/render/qgeometryrenderer/CMakeLists.txt
+++ b/tests/auto/render/qgeometryrenderer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qgeometryrenderer.pro.
#####################################################################
diff --git a/tests/auto/render/qgraphicsapifilter/CMakeLists.txt b/tests/auto/render/qgraphicsapifilter/CMakeLists.txt
index 6f3c056ae..6d483d531 100644
--- a/tests/auto/render/qgraphicsapifilter/CMakeLists.txt
+++ b/tests/auto/render/qgraphicsapifilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qgraphicsapifilter.pro.
#####################################################################
diff --git a/tests/auto/render/qlayerfilter/CMakeLists.txt b/tests/auto/render/qlayerfilter/CMakeLists.txt
index 0776acc50..14d1e3fed 100644
--- a/tests/auto/render/qlayerfilter/CMakeLists.txt
+++ b/tests/auto/render/qlayerfilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qlayerfilter.pro.
#####################################################################
diff --git a/tests/auto/render/qlevelofdetail/CMakeLists.txt b/tests/auto/render/qlevelofdetail/CMakeLists.txt
index d376a4805..3ae6d71f2 100644
--- a/tests/auto/render/qlevelofdetail/CMakeLists.txt
+++ b/tests/auto/render/qlevelofdetail/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qlevelofdetail.pro.
#####################################################################
diff --git a/tests/auto/render/qmaterial/CMakeLists.txt b/tests/auto/render/qmaterial/CMakeLists.txt
index 109f03a74..efd9ce9ad 100644
--- a/tests/auto/render/qmaterial/CMakeLists.txt
+++ b/tests/auto/render/qmaterial/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmaterial.pro.
#####################################################################
diff --git a/tests/auto/render/qmemorybarrier/CMakeLists.txt b/tests/auto/render/qmemorybarrier/CMakeLists.txt
index 4091853c4..d0ed77d69 100644
--- a/tests/auto/render/qmemorybarrier/CMakeLists.txt
+++ b/tests/auto/render/qmemorybarrier/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmemorybarrier.pro.
#####################################################################
diff --git a/tests/auto/render/qmesh/CMakeLists.txt b/tests/auto/render/qmesh/CMakeLists.txt
index 11a98192a..992c52860 100644
--- a/tests/auto/render/qmesh/CMakeLists.txt
+++ b/tests/auto/render/qmesh/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qmesh.pro.
#####################################################################
diff --git a/tests/auto/render/qobjectpicker/CMakeLists.txt b/tests/auto/render/qobjectpicker/CMakeLists.txt
index 4ec7deed1..79d43b0fe 100644
--- a/tests/auto/render/qobjectpicker/CMakeLists.txt
+++ b/tests/auto/render/qobjectpicker/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qobjectpicker.pro.
#####################################################################
diff --git a/tests/auto/render/qparameter/CMakeLists.txt b/tests/auto/render/qparameter/CMakeLists.txt
index 6bfd7ded5..c22effc44 100644
--- a/tests/auto/render/qparameter/CMakeLists.txt
+++ b/tests/auto/render/qparameter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qparameter.pro.
#####################################################################
diff --git a/tests/auto/render/qproximityfilter/CMakeLists.txt b/tests/auto/render/qproximityfilter/CMakeLists.txt
index e5caa85f7..20209ac16 100644
--- a/tests/auto/render/qproximityfilter/CMakeLists.txt
+++ b/tests/auto/render/qproximityfilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qproximityfilter.pro.
#####################################################################
diff --git a/tests/auto/render/qray3d/CMakeLists.txt b/tests/auto/render/qray3d/CMakeLists.txt
index 073608c9b..7273b16c1 100644
--- a/tests/auto/render/qray3d/CMakeLists.txt
+++ b/tests/auto/render/qray3d/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qray3d.pro.
#####################################################################
diff --git a/tests/auto/render/qraycaster/CMakeLists.txt b/tests/auto/render/qraycaster/CMakeLists.txt
index 98590e7de..f54626c93 100644
--- a/tests/auto/render/qraycaster/CMakeLists.txt
+++ b/tests/auto/render/qraycaster/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qraycaster.pro.
#####################################################################
diff --git a/tests/auto/render/qrendercapture/CMakeLists.txt b/tests/auto/render/qrendercapture/CMakeLists.txt
index 30e22310c..7cdf756dd 100644
--- a/tests/auto/render/qrendercapture/CMakeLists.txt
+++ b/tests/auto/render/qrendercapture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendercapture.pro.
#####################################################################
diff --git a/tests/auto/render/qrenderpass/CMakeLists.txt b/tests/auto/render/qrenderpass/CMakeLists.txt
index b562daed8..b6471dc82 100644
--- a/tests/auto/render/qrenderpass/CMakeLists.txt
+++ b/tests/auto/render/qrenderpass/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrenderpass.pro.
#####################################################################
diff --git a/tests/auto/render/qrenderpassfilter/CMakeLists.txt b/tests/auto/render/qrenderpassfilter/CMakeLists.txt
index 9711d9e79..0489d2071 100644
--- a/tests/auto/render/qrenderpassfilter/CMakeLists.txt
+++ b/tests/auto/render/qrenderpassfilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrenderpassfilter.pro.
#####################################################################
diff --git a/tests/auto/render/qrendersettings/CMakeLists.txt b/tests/auto/render/qrendersettings/CMakeLists.txt
index 1cc0673f1..633a02c83 100644
--- a/tests/auto/render/qrendersettings/CMakeLists.txt
+++ b/tests/auto/render/qrendersettings/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendersettings.pro.
#####################################################################
diff --git a/tests/auto/render/qrenderstate/CMakeLists.txt b/tests/auto/render/qrenderstate/CMakeLists.txt
index 5b71e872c..51ead6d28 100644
--- a/tests/auto/render/qrenderstate/CMakeLists.txt
+++ b/tests/auto/render/qrenderstate/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrenderstate.pro.
#####################################################################
diff --git a/tests/auto/render/qrenderstateset/CMakeLists.txt b/tests/auto/render/qrenderstateset/CMakeLists.txt
index 359bef913..ab444f5d9 100644
--- a/tests/auto/render/qrenderstateset/CMakeLists.txt
+++ b/tests/auto/render/qrenderstateset/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrenderstateset.pro.
#####################################################################
diff --git a/tests/auto/render/qrendersurfaceselector/CMakeLists.txt b/tests/auto/render/qrendersurfaceselector/CMakeLists.txt
index a6f438089..aec5ef428 100644
--- a/tests/auto/render/qrendersurfaceselector/CMakeLists.txt
+++ b/tests/auto/render/qrendersurfaceselector/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendersurfaceselector.pro.
#####################################################################
diff --git a/tests/auto/render/qrendertarget/CMakeLists.txt b/tests/auto/render/qrendertarget/CMakeLists.txt
index cec7db335..5e1390657 100644
--- a/tests/auto/render/qrendertarget/CMakeLists.txt
+++ b/tests/auto/render/qrendertarget/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendertarget.pro.
#####################################################################
diff --git a/tests/auto/render/qrendertargetoutput/CMakeLists.txt b/tests/auto/render/qrendertargetoutput/CMakeLists.txt
index 1c8763c0e..ae33017fd 100644
--- a/tests/auto/render/qrendertargetoutput/CMakeLists.txt
+++ b/tests/auto/render/qrendertargetoutput/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendertargetoutput.pro.
#####################################################################
diff --git a/tests/auto/render/qrendertargetselector/CMakeLists.txt b/tests/auto/render/qrendertargetselector/CMakeLists.txt
index d4145d667..9e46b990a 100644
--- a/tests/auto/render/qrendertargetselector/CMakeLists.txt
+++ b/tests/auto/render/qrendertargetselector/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qrendertargetselector.pro.
#####################################################################
diff --git a/tests/auto/render/qscene2d/CMakeLists.txt b/tests/auto/render/qscene2d/CMakeLists.txt
index ff585b314..3190aae91 100644
--- a/tests/auto/render/qscene2d/CMakeLists.txt
+++ b/tests/auto/render/qscene2d/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qscene2d.pro.
#####################################################################
diff --git a/tests/auto/render/qsceneloader/CMakeLists.txt b/tests/auto/render/qsceneloader/CMakeLists.txt
index 0b447eb19..2181aad1a 100644
--- a/tests/auto/render/qsceneloader/CMakeLists.txt
+++ b/tests/auto/render/qsceneloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qsceneloader.pro.
#####################################################################
diff --git a/tests/auto/render/qscreenraycaster/CMakeLists.txt b/tests/auto/render/qscreenraycaster/CMakeLists.txt
index 4f63bddff..12b1ab604 100644
--- a/tests/auto/render/qscreenraycaster/CMakeLists.txt
+++ b/tests/auto/render/qscreenraycaster/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qscreenraycaster.pro.
#####################################################################
diff --git a/tests/auto/render/qsetfence/CMakeLists.txt b/tests/auto/render/qsetfence/CMakeLists.txt
index 07f5b593d..14e4fa76b 100644
--- a/tests/auto/render/qsetfence/CMakeLists.txt
+++ b/tests/auto/render/qsetfence/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qsetfence.pro.
#####################################################################
diff --git a/tests/auto/render/qshaderimage/CMakeLists.txt b/tests/auto/render/qshaderimage/CMakeLists.txt
index 88efbf38d..410a8f766 100644
--- a/tests/auto/render/qshaderimage/CMakeLists.txt
+++ b/tests/auto/render/qshaderimage/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshaderimage.pro.
#####################################################################
diff --git a/tests/auto/render/qshaderprogram/CMakeLists.txt b/tests/auto/render/qshaderprogram/CMakeLists.txt
index 670f76235..0ac3da3f3 100644
--- a/tests/auto/render/qshaderprogram/CMakeLists.txt
+++ b/tests/auto/render/qshaderprogram/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshaderprogram.pro.
#####################################################################
diff --git a/tests/auto/render/qshaderprogrambuilder/CMakeLists.txt b/tests/auto/render/qshaderprogrambuilder/CMakeLists.txt
index 816cada5a..b2109b60e 100644
--- a/tests/auto/render/qshaderprogrambuilder/CMakeLists.txt
+++ b/tests/auto/render/qshaderprogrambuilder/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshaderprogrambuilder.pro.
#####################################################################
diff --git a/tests/auto/render/qsharedgltexture/CMakeLists.txt b/tests/auto/render/qsharedgltexture/CMakeLists.txt
index 758725b24..22b559b94 100644
--- a/tests/auto/render/qsharedgltexture/CMakeLists.txt
+++ b/tests/auto/render/qsharedgltexture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qsharedgltexture.pro.
#####################################################################
diff --git a/tests/auto/render/qsortpolicy/CMakeLists.txt b/tests/auto/render/qsortpolicy/CMakeLists.txt
index 27fcda50e..b2974a17c 100644
--- a/tests/auto/render/qsortpolicy/CMakeLists.txt
+++ b/tests/auto/render/qsortpolicy/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qsortpolicy.pro.
#####################################################################
diff --git a/tests/auto/render/qtechnique/CMakeLists.txt b/tests/auto/render/qtechnique/CMakeLists.txt
index 3334ed098..86fe5972a 100644
--- a/tests/auto/render/qtechnique/CMakeLists.txt
+++ b/tests/auto/render/qtechnique/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtechnique.pro.
#####################################################################
diff --git a/tests/auto/render/qtechniquefilter/CMakeLists.txt b/tests/auto/render/qtechniquefilter/CMakeLists.txt
index 21679659e..800df22a0 100644
--- a/tests/auto/render/qtechniquefilter/CMakeLists.txt
+++ b/tests/auto/render/qtechniquefilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtechniquefilter.pro.
#####################################################################
diff --git a/tests/auto/render/qtexturedataupdate/CMakeLists.txt b/tests/auto/render/qtexturedataupdate/CMakeLists.txt
index 3a083208e..bbce9f41d 100644
--- a/tests/auto/render/qtexturedataupdate/CMakeLists.txt
+++ b/tests/auto/render/qtexturedataupdate/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtexturedataupdate.pro.
#####################################################################
diff --git a/tests/auto/render/qtextureimage/CMakeLists.txt b/tests/auto/render/qtextureimage/CMakeLists.txt
index 7769fe076..3c140a33b 100644
--- a/tests/auto/render/qtextureimage/CMakeLists.txt
+++ b/tests/auto/render/qtextureimage/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtextureimage.pro.
#####################################################################
diff --git a/tests/auto/render/qtextureimagedata/CMakeLists.txt b/tests/auto/render/qtextureimagedata/CMakeLists.txt
index 3f0be8b45..d1765e8b5 100644
--- a/tests/auto/render/qtextureimagedata/CMakeLists.txt
+++ b/tests/auto/render/qtextureimagedata/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtextureimagedata.pro.
#####################################################################
diff --git a/tests/auto/render/qtextureloader/CMakeLists.txt b/tests/auto/render/qtextureloader/CMakeLists.txt
index d8f3eaf9d..be23421de 100644
--- a/tests/auto/render/qtextureloader/CMakeLists.txt
+++ b/tests/auto/render/qtextureloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtextureloader.pro.
#####################################################################
diff --git a/tests/auto/render/qviewport/CMakeLists.txt b/tests/auto/render/qviewport/CMakeLists.txt
index 527ee817a..7ec3fd903 100644
--- a/tests/auto/render/qviewport/CMakeLists.txt
+++ b/tests/auto/render/qviewport/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qviewport.pro.
#####################################################################
diff --git a/tests/auto/render/qwaitfence/CMakeLists.txt b/tests/auto/render/qwaitfence/CMakeLists.txt
index 001388b92..5eac6b1ab 100644
--- a/tests/auto/render/qwaitfence/CMakeLists.txt
+++ b/tests/auto/render/qwaitfence/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qwaitfence.pro.
#####################################################################
diff --git a/tests/auto/render/raycaster/CMakeLists.txt b/tests/auto/render/raycaster/CMakeLists.txt
index 7a955c9b0..740c2aafe 100644
--- a/tests/auto/render/raycaster/CMakeLists.txt
+++ b/tests/auto/render/raycaster/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raycaster.pro.
#####################################################################
diff --git a/tests/auto/render/raycasting/CMakeLists.txt b/tests/auto/render/raycasting/CMakeLists.txt
index 20a39de93..acb929386 100644
--- a/tests/auto/render/raycasting/CMakeLists.txt
+++ b/tests/auto/render/raycasting/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raycasting.pro.
#####################################################################
diff --git a/tests/auto/render/raycastingjob/CMakeLists.txt b/tests/auto/render/raycastingjob/CMakeLists.txt
index 39a32da1f..850464aff 100644
--- a/tests/auto/render/raycastingjob/CMakeLists.txt
+++ b/tests/auto/render/raycastingjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raycastingjob.pro.
#####################################################################
diff --git a/tests/auto/render/rendercapture/CMakeLists.txt b/tests/auto/render/rendercapture/CMakeLists.txt
index 51c7dcb27..cc09535f0 100644
--- a/tests/auto/render/rendercapture/CMakeLists.txt
+++ b/tests/auto/render/rendercapture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendercapture.pro.
#####################################################################
diff --git a/tests/auto/render/renderpass/CMakeLists.txt b/tests/auto/render/renderpass/CMakeLists.txt
index 29bc40065..3e28c3f4c 100644
--- a/tests/auto/render/renderpass/CMakeLists.txt
+++ b/tests/auto/render/renderpass/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from renderpass.pro.
#####################################################################
diff --git a/tests/auto/render/rendertarget/CMakeLists.txt b/tests/auto/render/rendertarget/CMakeLists.txt
index a714058dd..1e03b1015 100644
--- a/tests/auto/render/rendertarget/CMakeLists.txt
+++ b/tests/auto/render/rendertarget/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendertarget.pro.
#####################################################################
diff --git a/tests/auto/render/rhi/CMakeLists.txt b/tests/auto/render/rhi/CMakeLists.txt
index 5c3043bbe..61a3c5500 100644
--- a/tests/auto/render/rhi/CMakeLists.txt
+++ b/tests/auto/render/rhi/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rhi.pro.
if (NOT QT_BUILD_STANDALONE_TESTS)
diff --git a/tests/auto/render/rhi/rhi_graphicspipelinemanager/CMakeLists.txt b/tests/auto/render/rhi/rhi_graphicspipelinemanager/CMakeLists.txt
index a421a40b0..c62ae5331 100644
--- a/tests/auto/render/rhi/rhi_graphicspipelinemanager/CMakeLists.txt
+++ b/tests/auto/render/rhi/rhi_graphicspipelinemanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rhi_graphicspipelinemanager.pro.
#####################################################################
diff --git a/tests/auto/render/rhi/rhi_rendercommands/CMakeLists.txt b/tests/auto/render/rhi/rhi_rendercommands/CMakeLists.txt
index 1b5581f86..788bcaa6f 100644
--- a/tests/auto/render/rhi/rhi_rendercommands/CMakeLists.txt
+++ b/tests/auto/render/rhi/rhi_rendercommands/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rhi_rendercommands.pro.
#####################################################################
diff --git a/tests/auto/render/rhi/rhi_renderviews/CMakeLists.txt b/tests/auto/render/rhi/rhi_renderviews/CMakeLists.txt
index 58945c04c..8c8e5926c 100644
--- a/tests/auto/render/rhi/rhi_renderviews/CMakeLists.txt
+++ b/tests/auto/render/rhi/rhi_renderviews/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rhi_renderviews.pro.
#####################################################################
diff --git a/tests/auto/render/scene2d/CMakeLists.txt b/tests/auto/render/scene2d/CMakeLists.txt
index db8d99280..205c14b43 100644
--- a/tests/auto/render/scene2d/CMakeLists.txt
+++ b/tests/auto/render/scene2d/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from scene2d.pro.
#####################################################################
diff --git a/tests/auto/render/sceneloader/CMakeLists.txt b/tests/auto/render/sceneloader/CMakeLists.txt
index d93682014..eb990f623 100644
--- a/tests/auto/render/sceneloader/CMakeLists.txt
+++ b/tests/auto/render/sceneloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from sceneloader.pro.
#####################################################################
diff --git a/tests/auto/render/segmentvisitor/CMakeLists.txt b/tests/auto/render/segmentvisitor/CMakeLists.txt
index 5d8cb224e..ea4152716 100644
--- a/tests/auto/render/segmentvisitor/CMakeLists.txt
+++ b/tests/auto/render/segmentvisitor/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from segmentvisitor.pro.
#####################################################################
diff --git a/tests/auto/render/setfence/CMakeLists.txt b/tests/auto/render/setfence/CMakeLists.txt
index 013d6b5b0..deab693cf 100644
--- a/tests/auto/render/setfence/CMakeLists.txt
+++ b/tests/auto/render/setfence/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from setfence.pro.
#####################################################################
diff --git a/tests/auto/render/shader/CMakeLists.txt b/tests/auto/render/shader/CMakeLists.txt
index 7b103142f..10cb17637 100644
--- a/tests/auto/render/shader/CMakeLists.txt
+++ b/tests/auto/render/shader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shader.pro.
#####################################################################
diff --git a/tests/auto/render/shaderbuilder/CMakeLists.txt b/tests/auto/render/shaderbuilder/CMakeLists.txt
index bcdf36f06..42c2f3389 100644
--- a/tests/auto/render/shaderbuilder/CMakeLists.txt
+++ b/tests/auto/render/shaderbuilder/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shaderbuilder.pro.
#####################################################################
diff --git a/tests/auto/render/shadergraph/CMakeLists.txt b/tests/auto/render/shadergraph/CMakeLists.txt
index 36789d1ec..25c216371 100644
--- a/tests/auto/render/shadergraph/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shadergraph.pro.
if(QT_FEATURE_private_tests)
diff --git a/tests/auto/render/shadergraph/qshadergenerator/CMakeLists.txt b/tests/auto/render/shadergraph/qshadergenerator/CMakeLists.txt
index b3c003f74..d7edb5ced 100644
--- a/tests/auto/render/shadergraph/qshadergenerator/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/qshadergenerator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshadergenerator.pro.
#####################################################################
diff --git a/tests/auto/render/shadergraph/qshadergraph/CMakeLists.txt b/tests/auto/render/shadergraph/qshadergraph/CMakeLists.txt
index 31bf69fca..dbe1f00fa 100644
--- a/tests/auto/render/shadergraph/qshadergraph/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/qshadergraph/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshadergraph.pro.
#####################################################################
diff --git a/tests/auto/render/shadergraph/qshadergraphloader/CMakeLists.txt b/tests/auto/render/shadergraph/qshadergraphloader/CMakeLists.txt
index 138194b67..412b650c8 100644
--- a/tests/auto/render/shadergraph/qshadergraphloader/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/qshadergraphloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshadergraphloader.pro.
#####################################################################
diff --git a/tests/auto/render/shadergraph/qshadernodes/CMakeLists.txt b/tests/auto/render/shadergraph/qshadernodes/CMakeLists.txt
index f08e1f113..d64d9e226 100644
--- a/tests/auto/render/shadergraph/qshadernodes/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/qshadernodes/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshadernodes.pro.
#####################################################################
diff --git a/tests/auto/render/shadergraph/qshadernodesloader/CMakeLists.txt b/tests/auto/render/shadergraph/qshadernodesloader/CMakeLists.txt
index 821af44ae..fc76a3de3 100644
--- a/tests/auto/render/shadergraph/qshadernodesloader/CMakeLists.txt
+++ b/tests/auto/render/shadergraph/qshadernodesloader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qshadernodesloader.pro.
#####################################################################
diff --git a/tests/auto/render/shaderimage/CMakeLists.txt b/tests/auto/render/shaderimage/CMakeLists.txt
index afb63106b..da29aef50 100644
--- a/tests/auto/render/shaderimage/CMakeLists.txt
+++ b/tests/auto/render/shaderimage/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shaderimage.pro.
#####################################################################
diff --git a/tests/auto/render/skeleton/CMakeLists.txt b/tests/auto/render/skeleton/CMakeLists.txt
index 3ef0b74aa..f570cc735 100644
--- a/tests/auto/render/skeleton/CMakeLists.txt
+++ b/tests/auto/render/skeleton/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from skeleton.pro.
#####################################################################
diff --git a/tests/auto/render/sortpolicy/CMakeLists.txt b/tests/auto/render/sortpolicy/CMakeLists.txt
index edbc5b916..7392808c3 100644
--- a/tests/auto/render/sortpolicy/CMakeLists.txt
+++ b/tests/auto/render/sortpolicy/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from sortpolicy.pro.
#####################################################################
diff --git a/tests/auto/render/technique/CMakeLists.txt b/tests/auto/render/technique/CMakeLists.txt
index 364d98410..79c317ab0 100644
--- a/tests/auto/render/technique/CMakeLists.txt
+++ b/tests/auto/render/technique/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from technique.pro.
#####################################################################
diff --git a/tests/auto/render/texture/CMakeLists.txt b/tests/auto/render/texture/CMakeLists.txt
index b21103132..9efa0482c 100644
--- a/tests/auto/render/texture/CMakeLists.txt
+++ b/tests/auto/render/texture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from texture.pro.
#####################################################################
diff --git a/tests/auto/render/transform/CMakeLists.txt b/tests/auto/render/transform/CMakeLists.txt
index 35ac69af6..4610f0d8c 100644
--- a/tests/auto/render/transform/CMakeLists.txt
+++ b/tests/auto/render/transform/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from transform.pro.
#####################################################################
diff --git a/tests/auto/render/triangleboundingvolume/CMakeLists.txt b/tests/auto/render/triangleboundingvolume/CMakeLists.txt
index 210f7ba12..0171e8afc 100644
--- a/tests/auto/render/triangleboundingvolume/CMakeLists.txt
+++ b/tests/auto/render/triangleboundingvolume/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from triangleboundingvolume.pro.
#####################################################################
diff --git a/tests/auto/render/trianglevisitor/CMakeLists.txt b/tests/auto/render/trianglevisitor/CMakeLists.txt
index 6a5064154..c193039ac 100644
--- a/tests/auto/render/trianglevisitor/CMakeLists.txt
+++ b/tests/auto/render/trianglevisitor/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from trianglevisitor.pro.
#####################################################################
diff --git a/tests/auto/render/uniform/CMakeLists.txt b/tests/auto/render/uniform/CMakeLists.txt
index 327acef24..e86c18d10 100644
--- a/tests/auto/render/uniform/CMakeLists.txt
+++ b/tests/auto/render/uniform/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from uniform.pro.
#####################################################################
diff --git a/tests/auto/render/updateshaderdatatransformjob/CMakeLists.txt b/tests/auto/render/updateshaderdatatransformjob/CMakeLists.txt
index fc964838c..73f8dc1ac 100644
--- a/tests/auto/render/updateshaderdatatransformjob/CMakeLists.txt
+++ b/tests/auto/render/updateshaderdatatransformjob/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from updateshaderdatatransformjob.pro.
#####################################################################
diff --git a/tests/auto/render/vsyncframeadvanceservice/CMakeLists.txt b/tests/auto/render/vsyncframeadvanceservice/CMakeLists.txt
index 3a3a58ffd..1839db6e8 100644
--- a/tests/auto/render/vsyncframeadvanceservice/CMakeLists.txt
+++ b/tests/auto/render/vsyncframeadvanceservice/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from vsyncframeadvanceservice.pro.
#####################################################################
diff --git a/tests/auto/render/waitfence/CMakeLists.txt b/tests/auto/render/waitfence/CMakeLists.txt
index a2e12be66..78ac84ec5 100644
--- a/tests/auto/render/waitfence/CMakeLists.txt
+++ b/tests/auto/render/waitfence/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from waitfence.pro.
#####################################################################
diff --git a/tests/benchmarks/CMakeLists.txt b/tests/benchmarks/CMakeLists.txt
index 462a84943..c31e2d04d 100644
--- a/tests/benchmarks/CMakeLists.txt
+++ b/tests/benchmarks/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from benchmarks.pro.
if(NOT QT_FEATURE_qt3d_extras)
diff --git a/tests/benchmarks/Qt3DBench/CMakeLists.txt b/tests/benchmarks/Qt3DBench/CMakeLists.txt
index f0b27a4a3..a50c3e1e2 100644
--- a/tests/benchmarks/Qt3DBench/CMakeLists.txt
+++ b/tests/benchmarks/Qt3DBench/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qt3dbench-qml.pro.
#####################################################################
diff --git a/tests/benchmarks/core/CMakeLists.txt b/tests/benchmarks/core/CMakeLists.txt
index f200e108e..2224b844b 100644
--- a/tests/benchmarks/core/CMakeLists.txt
+++ b/tests/benchmarks/core/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from core.pro.
add_subdirectory(qresourcesmanager)
diff --git a/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt
index 3816002e9..6de200d3b 100644
--- a/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt
+++ b/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qresourcesmanager.pro.
add_subdirectory(arraypolicy)
diff --git a/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt
index d76f52999..1e13eda3f 100644
--- a/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt
+++ b/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from arraypolicy.pro.
#####################################################################
diff --git a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt
index 2e8e3f9d9..c7aa0343b 100644
--- a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt
+++ b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qresourcesmanager.pro.
#####################################################################
diff --git a/tests/benchmarks/render/CMakeLists.txt b/tests/benchmarks/render/CMakeLists.txt
index 8491c0381..3f56c6934 100644
--- a/tests/benchmarks/render/CMakeLists.txt
+++ b/tests/benchmarks/render/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from render.pro.
if(QT_FEATURE_private_tests)
diff --git a/tests/benchmarks/render/jobs/CMakeLists.txt b/tests/benchmarks/render/jobs/CMakeLists.txt
index 9dd7edc04..49ee70f68 100644
--- a/tests/benchmarks/render/jobs/CMakeLists.txt
+++ b/tests/benchmarks/render/jobs/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from jobs.pro.
#####################################################################
diff --git a/tests/benchmarks/render/layerfiltering/CMakeLists.txt b/tests/benchmarks/render/layerfiltering/CMakeLists.txt
index 2c768b03a..c56572811 100644
--- a/tests/benchmarks/render/layerfiltering/CMakeLists.txt
+++ b/tests/benchmarks/render/layerfiltering/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from layerfiltering.pro.
#####################################################################
diff --git a/tests/benchmarks/render/materialparametergathering/CMakeLists.txt b/tests/benchmarks/render/materialparametergathering/CMakeLists.txt
index c63258d2f..af63cd932 100644
--- a/tests/benchmarks/render/materialparametergathering/CMakeLists.txt
+++ b/tests/benchmarks/render/materialparametergathering/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from materialparametergathering.pro.
#####################################################################
diff --git a/tests/benchmarks/render/opengl/CMakeLists.txt b/tests/benchmarks/render/opengl/CMakeLists.txt
index b7e54edc2..9c92b39fc 100644
--- a/tests/benchmarks/render/opengl/CMakeLists.txt
+++ b/tests/benchmarks/render/opengl/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from opengl.pro.
add_subdirectory(shaderparameterpack)
diff --git a/tests/benchmarks/render/opengl/shaderparameterpack/CMakeLists.txt b/tests/benchmarks/render/opengl/shaderparameterpack/CMakeLists.txt
index 6950c0398..c79117d4f 100644
--- a/tests/benchmarks/render/opengl/shaderparameterpack/CMakeLists.txt
+++ b/tests/benchmarks/render/opengl/shaderparameterpack/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shaderparameterpack.pro.
#####################################################################
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index 71e4587f0..ea71a35d3 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from manual.pro.
if(NOT QT_FEATURE_qt3d_extras)
diff --git a/tests/manual/additional-attributes-qml/CMakeLists.txt b/tests/manual/additional-attributes-qml/CMakeLists.txt
index 4a06f318f..bb04fa443 100644
--- a/tests/manual/additional-attributes-qml/CMakeLists.txt
+++ b/tests/manual/additional-attributes-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from additional-attributes-qml.pro.
#####################################################################
diff --git a/tests/manual/anim-viewer/CMakeLists.txt b/tests/manual/anim-viewer/CMakeLists.txt
index 9245078fd..4824d9bd2 100644
--- a/tests/manual/anim-viewer/CMakeLists.txt
+++ b/tests/manual/anim-viewer/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from anim-viewer.pro.
#####################################################################
diff --git a/tests/manual/animation-keyframe-blendtree/CMakeLists.txt b/tests/manual/animation-keyframe-blendtree/CMakeLists.txt
index a55b8722d..998cdd670 100644
--- a/tests/manual/animation-keyframe-blendtree/CMakeLists.txt
+++ b/tests/manual/animation-keyframe-blendtree/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animation-keyframe-blendtree.pro.
#####################################################################
diff --git a/tests/manual/animation-keyframe-programmatic/CMakeLists.txt b/tests/manual/animation-keyframe-programmatic/CMakeLists.txt
index 4db418c85..b02e9c00c 100644
--- a/tests/manual/animation-keyframe-programmatic/CMakeLists.txt
+++ b/tests/manual/animation-keyframe-programmatic/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animation-keyframe-programmatic.pro.
#####################################################################
diff --git a/tests/manual/animation-keyframe-simple/CMakeLists.txt b/tests/manual/animation-keyframe-simple/CMakeLists.txt
index 0da25c50d..e54fb059a 100644
--- a/tests/manual/animation-keyframe-simple/CMakeLists.txt
+++ b/tests/manual/animation-keyframe-simple/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from animation-keyframe-simple.pro.
#####################################################################
diff --git a/tests/manual/assimp-cpp/CMakeLists.txt b/tests/manual/assimp-cpp/CMakeLists.txt
index 26ec5eb49..78650e461 100644
--- a/tests/manual/assimp-cpp/CMakeLists.txt
+++ b/tests/manual/assimp-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from assimp-cpp.pro.
#####################################################################
diff --git a/tests/manual/assimp/CMakeLists.txt b/tests/manual/assimp/CMakeLists.txt
index 9af0d646d..a72e9a76a 100644
--- a/tests/manual/assimp/CMakeLists.txt
+++ b/tests/manual/assimp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from assimp.pro.
#####################################################################
diff --git a/tests/manual/bigmodel-qml/CMakeLists.txt b/tests/manual/bigmodel-qml/CMakeLists.txt
index 1a7feaa39..0946417f4 100644
--- a/tests/manual/bigmodel-qml/CMakeLists.txt
+++ b/tests/manual/bigmodel-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from bigmodel-qml.pro.
#####################################################################
diff --git a/tests/manual/bigscene-cpp/CMakeLists.txt b/tests/manual/bigscene-cpp/CMakeLists.txt
index 679379cfa..62a5b6634 100644
--- a/tests/manual/bigscene-cpp/CMakeLists.txt
+++ b/tests/manual/bigscene-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from bigscene-cpp.pro.
#####################################################################
diff --git a/tests/manual/bigscene-instanced-qml/CMakeLists.txt b/tests/manual/bigscene-instanced-qml/CMakeLists.txt
index 735d9fc40..68da098aa 100644
--- a/tests/manual/bigscene-instanced-qml/CMakeLists.txt
+++ b/tests/manual/bigscene-instanced-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from bigscene-instanced-qml.pro.
#####################################################################
diff --git a/tests/manual/blitframebuffer-qml/CMakeLists.txt b/tests/manual/blitframebuffer-qml/CMakeLists.txt
index 283c05a88..f64c21235 100644
--- a/tests/manual/blitframebuffer-qml/CMakeLists.txt
+++ b/tests/manual/blitframebuffer-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from blitframebuffer-qml.pro.
#####################################################################
diff --git a/tests/manual/boundingvolumes/CMakeLists.txt b/tests/manual/boundingvolumes/CMakeLists.txt
index 3b4dd1345..49b4c5306 100644
--- a/tests/manual/boundingvolumes/CMakeLists.txt
+++ b/tests/manual/boundingvolumes/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from boundingvolumes.pro.
#####################################################################
diff --git a/tests/manual/buffercapture-qml/CMakeLists.txt b/tests/manual/buffercapture-qml/CMakeLists.txt
index f1f5657fe..b54a67b9e 100644
--- a/tests/manual/buffercapture-qml/CMakeLists.txt
+++ b/tests/manual/buffercapture-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from buffercapture-qml.pro.
#####################################################################
diff --git a/tests/manual/clip-planes-qml/CMakeLists.txt b/tests/manual/clip-planes-qml/CMakeLists.txt
index 891d81ed3..91279f17a 100644
--- a/tests/manual/clip-planes-qml/CMakeLists.txt
+++ b/tests/manual/clip-planes-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from clip-planes-qml.pro.
#####################################################################
diff --git a/tests/manual/component-changes/CMakeLists.txt b/tests/manual/component-changes/CMakeLists.txt
index d78409f5f..e820a4e3e 100644
--- a/tests/manual/component-changes/CMakeLists.txt
+++ b/tests/manual/component-changes/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from component-changes.pro.
#####################################################################
diff --git a/tests/manual/compressed_textures/CMakeLists.txt b/tests/manual/compressed_textures/CMakeLists.txt
index 0ca2a55d6..949094cab 100644
--- a/tests/manual/compressed_textures/CMakeLists.txt
+++ b/tests/manual/compressed_textures/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from compressed_textures.pro.
#####################################################################
diff --git a/tests/manual/compute-manual/CMakeLists.txt b/tests/manual/compute-manual/CMakeLists.txt
index 9e28d8e49..f61e83f97 100644
--- a/tests/manual/compute-manual/CMakeLists.txt
+++ b/tests/manual/compute-manual/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from compute-manual.pro.
#####################################################################
diff --git a/tests/manual/custom-mesh-cpp-indirect/CMakeLists.txt b/tests/manual/custom-mesh-cpp-indirect/CMakeLists.txt
index 628dd0239..7746b4b25 100644
--- a/tests/manual/custom-mesh-cpp-indirect/CMakeLists.txt
+++ b/tests/manual/custom-mesh-cpp-indirect/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from custom-mesh-cpp-indirect.pro.
#####################################################################
diff --git a/tests/manual/custom-mesh-cpp/CMakeLists.txt b/tests/manual/custom-mesh-cpp/CMakeLists.txt
index 656ab8a55..3128cf34a 100644
--- a/tests/manual/custom-mesh-cpp/CMakeLists.txt
+++ b/tests/manual/custom-mesh-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from custom-mesh-cpp.pro.
#####################################################################
diff --git a/tests/manual/custom-mesh-qml/CMakeLists.txt b/tests/manual/custom-mesh-qml/CMakeLists.txt
index 3dedc4d6e..b16da906b 100644
--- a/tests/manual/custom-mesh-qml/CMakeLists.txt
+++ b/tests/manual/custom-mesh-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from custom-mesh-qml.pro.
#####################################################################
diff --git a/tests/manual/custom-mesh-update-data-cpp/CMakeLists.txt b/tests/manual/custom-mesh-update-data-cpp/CMakeLists.txt
index 162863f35..1b8ba3749 100644
--- a/tests/manual/custom-mesh-update-data-cpp/CMakeLists.txt
+++ b/tests/manual/custom-mesh-update-data-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from custom-mesh-update-data-cpp.pro.
#####################################################################
diff --git a/tests/manual/custom-mesh-update-data-qml/CMakeLists.txt b/tests/manual/custom-mesh-update-data-qml/CMakeLists.txt
index 72ff89ba3..aba82f59d 100644
--- a/tests/manual/custom-mesh-update-data-qml/CMakeLists.txt
+++ b/tests/manual/custom-mesh-update-data-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from custom-mesh-update-data-qml.pro.
#####################################################################
diff --git a/tests/manual/cylinder-cpp/CMakeLists.txt b/tests/manual/cylinder-cpp/CMakeLists.txt
index 543f1e9ce..7c4438d74 100644
--- a/tests/manual/cylinder-cpp/CMakeLists.txt
+++ b/tests/manual/cylinder-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from cylinder-cpp.pro.
#####################################################################
diff --git a/tests/manual/cylinder-parent-test/CMakeLists.txt b/tests/manual/cylinder-parent-test/CMakeLists.txt
index 9081bf0f1..1523da08f 100644
--- a/tests/manual/cylinder-parent-test/CMakeLists.txt
+++ b/tests/manual/cylinder-parent-test/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from cylinder-parent-test.pro.
#####################################################################
diff --git a/tests/manual/cylinder-qml/CMakeLists.txt b/tests/manual/cylinder-qml/CMakeLists.txt
index fa0498cb8..6acc4a3a4 100644
--- a/tests/manual/cylinder-qml/CMakeLists.txt
+++ b/tests/manual/cylinder-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from cylinder-qml.pro.
#####################################################################
diff --git a/tests/manual/deferred-renderer-cpp/CMakeLists.txt b/tests/manual/deferred-renderer-cpp/CMakeLists.txt
index ea5b34426..f83aca684 100644
--- a/tests/manual/deferred-renderer-cpp/CMakeLists.txt
+++ b/tests/manual/deferred-renderer-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from deferred-renderer-cpp.pro.
#####################################################################
diff --git a/tests/manual/deferred-renderer-qml/CMakeLists.txt b/tests/manual/deferred-renderer-qml/CMakeLists.txt
index a5832f336..111d72377 100644
--- a/tests/manual/deferred-renderer-qml/CMakeLists.txt
+++ b/tests/manual/deferred-renderer-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from deferred-renderer-qml.pro.
#####################################################################
diff --git a/tests/manual/distancefieldtext/CMakeLists.txt b/tests/manual/distancefieldtext/CMakeLists.txt
index 69a6927a6..e2a41e90f 100644
--- a/tests/manual/distancefieldtext/CMakeLists.txt
+++ b/tests/manual/distancefieldtext/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from distancefieldtext.pro.
#####################################################################
diff --git a/tests/manual/downloading/CMakeLists.txt b/tests/manual/downloading/CMakeLists.txt
index 3523b119f..fee3bdeeb 100644
--- a/tests/manual/downloading/CMakeLists.txt
+++ b/tests/manual/downloading/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from downloading.pro.
#####################################################################
diff --git a/tests/manual/dragging/CMakeLists.txt b/tests/manual/dragging/CMakeLists.txt
index 078abe292..2c5f5337b 100644
--- a/tests/manual/dragging/CMakeLists.txt
+++ b/tests/manual/dragging/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from dragging.pro.
#####################################################################
diff --git a/tests/manual/dynamic-model-loader-qml/CMakeLists.txt b/tests/manual/dynamic-model-loader-qml/CMakeLists.txt
index fe8f6717c..ee07e5c6c 100644
--- a/tests/manual/dynamic-model-loader-qml/CMakeLists.txt
+++ b/tests/manual/dynamic-model-loader-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from dynamic-model-loader-qml.pro.
#####################################################################
diff --git a/tests/manual/dynamicscene-cpp/CMakeLists.txt b/tests/manual/dynamicscene-cpp/CMakeLists.txt
index 04c714e66..6d3f1c16f 100644
--- a/tests/manual/dynamicscene-cpp/CMakeLists.txt
+++ b/tests/manual/dynamicscene-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from dynamicscene-cpp.pro.
#####################################################################
diff --git a/tests/manual/enabled-qml/CMakeLists.txt b/tests/manual/enabled-qml/CMakeLists.txt
index 2636ad0eb..8cf2fa2a0 100644
--- a/tests/manual/enabled-qml/CMakeLists.txt
+++ b/tests/manual/enabled-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from enabled-qml.pro.
#####################################################################
diff --git a/tests/manual/gltf/CMakeLists.txt b/tests/manual/gltf/CMakeLists.txt
index 935b112ca..2dfeb22ac 100644
--- a/tests/manual/gltf/CMakeLists.txt
+++ b/tests/manual/gltf/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from gltf.pro.
#####################################################################
diff --git a/tests/manual/gooch-qml/CMakeLists.txt b/tests/manual/gooch-qml/CMakeLists.txt
index e865d5e0d..da5500726 100644
--- a/tests/manual/gooch-qml/CMakeLists.txt
+++ b/tests/manual/gooch-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from gooch-qml.pro.
#####################################################################
diff --git a/tests/manual/keyboardinput-qml/CMakeLists.txt b/tests/manual/keyboardinput-qml/CMakeLists.txt
index c22458cd4..0cdfdf92f 100644
--- a/tests/manual/keyboardinput-qml/CMakeLists.txt
+++ b/tests/manual/keyboardinput-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from keyboardinput-qml.pro.
#####################################################################
diff --git a/tests/manual/layerfilter-qml/CMakeLists.txt b/tests/manual/layerfilter-qml/CMakeLists.txt
index 078876eea..c62e19dfd 100644
--- a/tests/manual/layerfilter-qml/CMakeLists.txt
+++ b/tests/manual/layerfilter-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from layerfilter-qml.pro.
#####################################################################
diff --git a/tests/manual/loader-qml/CMakeLists.txt b/tests/manual/loader-qml/CMakeLists.txt
index 7d1acdf07..fd0b583b4 100644
--- a/tests/manual/loader-qml/CMakeLists.txt
+++ b/tests/manual/loader-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from loader-qml.pro.
#####################################################################
diff --git a/tests/manual/lod/CMakeLists.txt b/tests/manual/lod/CMakeLists.txt
index b3a703c41..e0ce02547 100644
--- a/tests/manual/lod/CMakeLists.txt
+++ b/tests/manual/lod/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from lod.pro.
#####################################################################
diff --git a/tests/manual/manual-renderloop/CMakeLists.txt b/tests/manual/manual-renderloop/CMakeLists.txt
index d0d777939..7099ac519 100644
--- a/tests/manual/manual-renderloop/CMakeLists.txt
+++ b/tests/manual/manual-renderloop/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from manual-renderloop.pro.
#####################################################################
diff --git a/tests/manual/mesh-morphing/CMakeLists.txt b/tests/manual/mesh-morphing/CMakeLists.txt
index 7e330da3e..4fe8fa3b8 100644
--- a/tests/manual/mesh-morphing/CMakeLists.txt
+++ b/tests/manual/mesh-morphing/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from mesh-morphing.pro.
#####################################################################
diff --git a/tests/manual/mouseinput-qml/CMakeLists.txt b/tests/manual/mouseinput-qml/CMakeLists.txt
index 09a3efe57..7ecc3ff32 100644
--- a/tests/manual/mouseinput-qml/CMakeLists.txt
+++ b/tests/manual/mouseinput-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from mouseinput-qml.pro.
#####################################################################
diff --git a/tests/manual/multiplewindows-qml/CMakeLists.txt b/tests/manual/multiplewindows-qml/CMakeLists.txt
index 0dd2e817d..457bc5cfe 100644
--- a/tests/manual/multiplewindows-qml/CMakeLists.txt
+++ b/tests/manual/multiplewindows-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from multiplewindows-qml.pro.
#####################################################################
diff --git a/tests/manual/paintedtexture-cpp/CMakeLists.txt b/tests/manual/paintedtexture-cpp/CMakeLists.txt
index 5f3fd422b..3ada712b9 100644
--- a/tests/manual/paintedtexture-cpp/CMakeLists.txt
+++ b/tests/manual/paintedtexture-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from paintedtexture-cpp.pro.
#####################################################################
diff --git a/tests/manual/picking-qml/CMakeLists.txt b/tests/manual/picking-qml/CMakeLists.txt
index f30d249a5..01d4379dd 100644
--- a/tests/manual/picking-qml/CMakeLists.txt
+++ b/tests/manual/picking-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from picking-qml.pro.
#####################################################################
diff --git a/tests/manual/plasma/CMakeLists.txt b/tests/manual/plasma/CMakeLists.txt
index 4aed660b5..fa23366a1 100644
--- a/tests/manual/plasma/CMakeLists.txt
+++ b/tests/manual/plasma/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from plasma.pro.
#####################################################################
diff --git a/tests/manual/pointlinesize/CMakeLists.txt b/tests/manual/pointlinesize/CMakeLists.txt
index 0c81e2a28..d2bb25df4 100644
--- a/tests/manual/pointlinesize/CMakeLists.txt
+++ b/tests/manual/pointlinesize/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from pointlinesize.pro.
#####################################################################
diff --git a/tests/manual/proximityfilter/CMakeLists.txt b/tests/manual/proximityfilter/CMakeLists.txt
index f2b9fdf5c..50b7c2fdd 100644
--- a/tests/manual/proximityfilter/CMakeLists.txt
+++ b/tests/manual/proximityfilter/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from proximityfilter.pro.
#####################################################################
diff --git a/tests/manual/qtbug-72236/CMakeLists.txt b/tests/manual/qtbug-72236/CMakeLists.txt
index 4df83ad3d..71abc63e6 100644
--- a/tests/manual/qtbug-72236/CMakeLists.txt
+++ b/tests/manual/qtbug-72236/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtbug-72236.pro.
#####################################################################
diff --git a/tests/manual/qtbug-76766/CMakeLists.txt b/tests/manual/qtbug-76766/CMakeLists.txt
index 9910e8db9..1bedbb068 100644
--- a/tests/manual/qtbug-76766/CMakeLists.txt
+++ b/tests/manual/qtbug-76766/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtbug-76766.pro.
#####################################################################
diff --git a/tests/manual/quickwidget-switch/CMakeLists.txt b/tests/manual/quickwidget-switch/CMakeLists.txt
index 2d55dbbc5..0d6a474e6 100644
--- a/tests/manual/quickwidget-switch/CMakeLists.txt
+++ b/tests/manual/quickwidget-switch/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from quickwidget-switch.pro.
#####################################################################
diff --git a/tests/manual/quickwindow-switch/CMakeLists.txt b/tests/manual/quickwindow-switch/CMakeLists.txt
index d6cf9c999..1fa8583db 100644
--- a/tests/manual/quickwindow-switch/CMakeLists.txt
+++ b/tests/manual/quickwindow-switch/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from quickwindow-switch.pro.
#####################################################################
diff --git a/tests/manual/raster-cpp/CMakeLists.txt b/tests/manual/raster-cpp/CMakeLists.txt
index d83abd1c7..55da849e3 100644
--- a/tests/manual/raster-cpp/CMakeLists.txt
+++ b/tests/manual/raster-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raster-cpp.pro.
#####################################################################
diff --git a/tests/manual/raster-qml/CMakeLists.txt b/tests/manual/raster-qml/CMakeLists.txt
index 8faf17b36..1a64f4f0e 100644
--- a/tests/manual/raster-qml/CMakeLists.txt
+++ b/tests/manual/raster-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raster-qml.pro.
#####################################################################
diff --git a/tests/manual/raycasting-qml/CMakeLists.txt b/tests/manual/raycasting-qml/CMakeLists.txt
index 2ebceb50e..2fe30e10c 100644
--- a/tests/manual/raycasting-qml/CMakeLists.txt
+++ b/tests/manual/raycasting-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from raycasting-qml.pro.
#####################################################################
diff --git a/tests/manual/render-qml-to-texture-qml/CMakeLists.txt b/tests/manual/render-qml-to-texture-qml/CMakeLists.txt
index 1e801381c..cd64b283f 100644
--- a/tests/manual/render-qml-to-texture-qml/CMakeLists.txt
+++ b/tests/manual/render-qml-to-texture-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from render-qml-to-texture-qml.pro.
#####################################################################
diff --git a/tests/manual/render-qml-to-texture/CMakeLists.txt b/tests/manual/render-qml-to-texture/CMakeLists.txt
index 6037d6c6d..742f9d7ca 100644
--- a/tests/manual/render-qml-to-texture/CMakeLists.txt
+++ b/tests/manual/render-qml-to-texture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from render-qml-to-texture.pro.
#####################################################################
diff --git a/tests/manual/rendercapture-cpp/CMakeLists.txt b/tests/manual/rendercapture-cpp/CMakeLists.txt
index e9f7ecce6..3ebe98077 100644
--- a/tests/manual/rendercapture-cpp/CMakeLists.txt
+++ b/tests/manual/rendercapture-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendercapture-cpp.pro.
#####################################################################
diff --git a/tests/manual/rendercapture-qml-fbo/CMakeLists.txt b/tests/manual/rendercapture-qml-fbo/CMakeLists.txt
index 49d6c5149..502ccedb4 100644
--- a/tests/manual/rendercapture-qml-fbo/CMakeLists.txt
+++ b/tests/manual/rendercapture-qml-fbo/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendercapture-qml-fbo.pro.
#####################################################################
diff --git a/tests/manual/rendercapture-qml/CMakeLists.txt b/tests/manual/rendercapture-qml/CMakeLists.txt
index 870612b50..87b75b33d 100644
--- a/tests/manual/rendercapture-qml/CMakeLists.txt
+++ b/tests/manual/rendercapture-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendercapture-qml.pro.
#####################################################################
diff --git a/tests/manual/rendertarget-cpp/CMakeLists.txt b/tests/manual/rendertarget-cpp/CMakeLists.txt
index 072f66f96..57ce2d9d1 100644
--- a/tests/manual/rendertarget-cpp/CMakeLists.txt
+++ b/tests/manual/rendertarget-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rendertarget-cpp.pro.
#####################################################################
diff --git a/tests/manual/rhi/simple-rhi-cpp/CMakeLists.txt b/tests/manual/rhi/simple-rhi-cpp/CMakeLists.txt
index da80fbee9..a289a35df 100644
--- a/tests/manual/rhi/simple-rhi-cpp/CMakeLists.txt
+++ b/tests/manual/rhi/simple-rhi-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from simple-rhi-cpp.pro.
#####################################################################
diff --git a/tests/manual/rhi/ubo/CMakeLists.txt b/tests/manual/rhi/ubo/CMakeLists.txt
index 5c3144a99..8d8a3cd8f 100644
--- a/tests/manual/rhi/ubo/CMakeLists.txt
+++ b/tests/manual/rhi/ubo/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
#####################################################################
## ubo Binary:
#####################################################################
diff --git a/tests/manual/rigged-simple/CMakeLists.txt b/tests/manual/rigged-simple/CMakeLists.txt
index 9c51fc0c4..461b763bc 100644
--- a/tests/manual/rigged-simple/CMakeLists.txt
+++ b/tests/manual/rigged-simple/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from rigged-simple.pro.
#####################################################################
diff --git a/tests/manual/scene3d-in-sync/CMakeLists.txt b/tests/manual/scene3d-in-sync/CMakeLists.txt
index cf2b45e5f..7f536513c 100644
--- a/tests/manual/scene3d-in-sync/CMakeLists.txt
+++ b/tests/manual/scene3d-in-sync/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from scene3d-in-sync.pro.
#####################################################################
diff --git a/tests/manual/scene3d-loader/CMakeLists.txt b/tests/manual/scene3d-loader/CMakeLists.txt
index 9d010d5d3..5430e88b1 100644
--- a/tests/manual/scene3d-loader/CMakeLists.txt
+++ b/tests/manual/scene3d-loader/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from scene3d-loader.pro.
#####################################################################
diff --git a/tests/manual/scene3d-visibility/CMakeLists.txt b/tests/manual/scene3d-visibility/CMakeLists.txt
index 535d12fa8..c9de8aeb5 100644
--- a/tests/manual/scene3d-visibility/CMakeLists.txt
+++ b/tests/manual/scene3d-visibility/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from scene3d-visibility.pro.
#####################################################################
diff --git a/tests/manual/shader-image-qml/CMakeLists.txt b/tests/manual/shader-image-qml/CMakeLists.txt
index 324654a59..1aee84fa9 100644
--- a/tests/manual/shader-image-qml/CMakeLists.txt
+++ b/tests/manual/shader-image-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shader-image-qml.pro.
#####################################################################
diff --git a/tests/manual/shared_texture_image/CMakeLists.txt b/tests/manual/shared_texture_image/CMakeLists.txt
index c4e6c601e..ddb148f55 100644
--- a/tests/manual/shared_texture_image/CMakeLists.txt
+++ b/tests/manual/shared_texture_image/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from shared_texture_image.pro.
#####################################################################
diff --git a/tests/manual/sharedtexture/CMakeLists.txt b/tests/manual/sharedtexture/CMakeLists.txt
index a83847203..4159d2fe3 100644
--- a/tests/manual/sharedtexture/CMakeLists.txt
+++ b/tests/manual/sharedtexture/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from sharedtexture.pro.
#####################################################################
diff --git a/tests/manual/sharedtextureqml/CMakeLists.txt b/tests/manual/sharedtextureqml/CMakeLists.txt
index 2296f63e4..09d17d511 100644
--- a/tests/manual/sharedtextureqml/CMakeLists.txt
+++ b/tests/manual/sharedtextureqml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from sharedtextureqml.pro.
#####################################################################
diff --git a/tests/manual/simple-shaders-qml/CMakeLists.txt b/tests/manual/simple-shaders-qml/CMakeLists.txt
index 83a01d49a..91e6a5d1a 100644
--- a/tests/manual/simple-shaders-qml/CMakeLists.txt
+++ b/tests/manual/simple-shaders-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from simple-shaders-qml.pro.
#####################################################################
diff --git a/tests/manual/skinned-mesh/CMakeLists.txt b/tests/manual/skinned-mesh/CMakeLists.txt
index 7720edb02..bd3545516 100644
--- a/tests/manual/skinned-mesh/CMakeLists.txt
+++ b/tests/manual/skinned-mesh/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from skinned-mesh.pro.
#####################################################################
diff --git a/tests/manual/skybox/CMakeLists.txt b/tests/manual/skybox/CMakeLists.txt
index 28e311e42..b5f3f8cbc 100644
--- a/tests/manual/skybox/CMakeLists.txt
+++ b/tests/manual/skybox/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from skybox.pro.
#####################################################################
diff --git a/tests/manual/spritegrid/CMakeLists.txt b/tests/manual/spritegrid/CMakeLists.txt
index 1746a9319..0af8979fd 100644
--- a/tests/manual/spritegrid/CMakeLists.txt
+++ b/tests/manual/spritegrid/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from spritegrid.pro.
#####################################################################
diff --git a/tests/manual/subtree-enabler-qml/CMakeLists.txt b/tests/manual/subtree-enabler-qml/CMakeLists.txt
index f5d528af9..febde5e1f 100644
--- a/tests/manual/subtree-enabler-qml/CMakeLists.txt
+++ b/tests/manual/subtree-enabler-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from subtree-enabler-qml.pro.
#####################################################################
diff --git a/tests/manual/tessellation-modes/CMakeLists.txt b/tests/manual/tessellation-modes/CMakeLists.txt
index d55a778c3..a9bb43600 100644
--- a/tests/manual/tessellation-modes/CMakeLists.txt
+++ b/tests/manual/tessellation-modes/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from tessellation-modes.pro.
#####################################################################
diff --git a/tests/manual/texture-updates-cpp/CMakeLists.txt b/tests/manual/texture-updates-cpp/CMakeLists.txt
index 84471f969..6c66e8fb9 100644
--- a/tests/manual/texture-updates-cpp/CMakeLists.txt
+++ b/tests/manual/texture-updates-cpp/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from texture-updates-cpp.pro.
#####################################################################
diff --git a/tests/manual/texture_property_updates/CMakeLists.txt b/tests/manual/texture_property_updates/CMakeLists.txt
index dc3ccb3aa..fe8c16b02 100644
--- a/tests/manual/texture_property_updates/CMakeLists.txt
+++ b/tests/manual/texture_property_updates/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from texture_property_updates.pro.
#####################################################################
diff --git a/tests/manual/transforms-qml/CMakeLists.txt b/tests/manual/transforms-qml/CMakeLists.txt
index 7d60e722d..fc40f85c4 100644
--- a/tests/manual/transforms-qml/CMakeLists.txt
+++ b/tests/manual/transforms-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from transforms-qml.pro.
#####################################################################
diff --git a/tests/manual/transparency-qml-scene3d/CMakeLists.txt b/tests/manual/transparency-qml-scene3d/CMakeLists.txt
index b159330c5..f86fce830 100644
--- a/tests/manual/transparency-qml-scene3d/CMakeLists.txt
+++ b/tests/manual/transparency-qml-scene3d/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from transparency-qml-scene3d.pro.
#####################################################################
diff --git a/tests/manual/transparency-qml/CMakeLists.txt b/tests/manual/transparency-qml/CMakeLists.txt
index 0bf3e30ea..6c4b8fb05 100644
--- a/tests/manual/transparency-qml/CMakeLists.txt
+++ b/tests/manual/transparency-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from transparency-qml.pro.
#####################################################################
diff --git a/tests/manual/video-texture-qml/CMakeLists.txt b/tests/manual/video-texture-qml/CMakeLists.txt
index 113fca337..22aa2c541 100644
--- a/tests/manual/video-texture-qml/CMakeLists.txt
+++ b/tests/manual/video-texture-qml/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from video-texture-qml.pro.
#####################################################################