From 238affae87161b04dc2abef9c6acd77e57da0c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 5 Jul 2022 15:14:26 +0200 Subject: Add license headers to cmake files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Ifbf0be4c6f03259f9d084bbef4cf44fa60bf3fde Reviewed-by: Jörg Bornemann --- tests/CMakeLists.txt | 3 +++ tests/auto/CMakeLists.txt | 3 +++ tests/auto/dds/CMakeLists.txt | 3 +++ tests/auto/heif/CMakeLists.txt | 3 +++ tests/auto/icns/CMakeLists.txt | 3 +++ tests/auto/jp2/CMakeLists.txt | 3 +++ tests/auto/mng/CMakeLists.txt | 3 +++ tests/auto/tga/CMakeLists.txt | 3 +++ tests/auto/tiff/CMakeLists.txt | 3 +++ tests/auto/wbmp/CMakeLists.txt | 3 +++ tests/auto/webp/CMakeLists.txt | 3 +++ tests/benchmarks/CMakeLists.txt | 3 +++ tests/benchmarks/mng/CMakeLists.txt | 3 +++ tests/benchmarks/tiff/CMakeLists.txt | 3 +++ 14 files changed, 42 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2214137..c2b9f9f 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 b671097..1056169 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. add_subdirectory(tga) diff --git a/tests/auto/dds/CMakeLists.txt b/tests/auto/dds/CMakeLists.txt index 4fc23f5..7700f55 100644 --- a/tests/auto/dds/CMakeLists.txt +++ b/tests/auto/dds/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from dds.pro. ##################################################################### diff --git a/tests/auto/heif/CMakeLists.txt b/tests/auto/heif/CMakeLists.txt index d415cd4..c5dd2b3 100644 --- a/tests/auto/heif/CMakeLists.txt +++ b/tests/auto/heif/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from heif.pro. ##################################################################### diff --git a/tests/auto/icns/CMakeLists.txt b/tests/auto/icns/CMakeLists.txt index 7cd74c7..6455176 100644 --- a/tests/auto/icns/CMakeLists.txt +++ b/tests/auto/icns/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from icns.pro. ##################################################################### diff --git a/tests/auto/jp2/CMakeLists.txt b/tests/auto/jp2/CMakeLists.txt index 7391051..70a0a12 100644 --- a/tests/auto/jp2/CMakeLists.txt +++ b/tests/auto/jp2/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from jp2.pro. ##################################################################### diff --git a/tests/auto/mng/CMakeLists.txt b/tests/auto/mng/CMakeLists.txt index 23119f5..99105bc 100644 --- a/tests/auto/mng/CMakeLists.txt +++ b/tests/auto/mng/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from mng.pro. ##################################################################### diff --git a/tests/auto/tga/CMakeLists.txt b/tests/auto/tga/CMakeLists.txt index bc85d7f..0186c5e 100644 --- a/tests/auto/tga/CMakeLists.txt +++ b/tests/auto/tga/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from tga.pro. ##################################################################### diff --git a/tests/auto/tiff/CMakeLists.txt b/tests/auto/tiff/CMakeLists.txt index 3484620..410d142 100644 --- a/tests/auto/tiff/CMakeLists.txt +++ b/tests/auto/tiff/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from tiff.pro. ##################################################################### diff --git a/tests/auto/wbmp/CMakeLists.txt b/tests/auto/wbmp/CMakeLists.txt index 24efffe..d4f4e2b 100644 --- a/tests/auto/wbmp/CMakeLists.txt +++ b/tests/auto/wbmp/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from wbmp.pro. ##################################################################### diff --git a/tests/auto/webp/CMakeLists.txt b/tests/auto/webp/CMakeLists.txt index fd83edb..ab63a61 100644 --- a/tests/auto/webp/CMakeLists.txt +++ b/tests/auto/webp/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from webp.pro. ##################################################################### diff --git a/tests/benchmarks/CMakeLists.txt b/tests/benchmarks/CMakeLists.txt index d6508bf..eb7e8ee 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(QT_FEATURE_system_zlib) diff --git a/tests/benchmarks/mng/CMakeLists.txt b/tests/benchmarks/mng/CMakeLists.txt index ddee9d4..df4620f 100644 --- a/tests/benchmarks/mng/CMakeLists.txt +++ b/tests/benchmarks/mng/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from mng.pro. ##################################################################### diff --git a/tests/benchmarks/tiff/CMakeLists.txt b/tests/benchmarks/tiff/CMakeLists.txt index 70dd081..93983df 100644 --- a/tests/benchmarks/tiff/CMakeLists.txt +++ b/tests/benchmarks/tiff/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (C) 2022 The Qt Company Ltd. +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + # Generated from tiff.pro. ##################################################################### -- cgit v1.2.3