aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 13:10:50 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:22:02 +0200
commit32dead24fb982075aa03ec761bdbaeb4573cb3f1 (patch)
tree7359bc43adf6a716a88a53d8f211be749985f2a4
parentb564cf60c92fad2835cebbd2e2d8567b7f64a86d (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: I6d4f495b99b5ec3446fa28c24639523e0647c6eb Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--CMakeLists.txt3
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/timeline/CMakeLists.txt3
-rw-r--r--tests/CMakeLists.txt3
-rw-r--r--tests/auto/CMakeLists.txt3
-rw-r--r--tests/auto/qtquicktimeline/CMakeLists.txt3
6 files changed, 18 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d19da9..1dad574 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtquicktimeline.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9ee65c0..6fd7538 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from src.pro.
add_subdirectory(timeline)
diff --git a/src/timeline/CMakeLists.txt b/src/timeline/CMakeLists.txt
index b748f02..16415c0 100644
--- a/src/timeline/CMakeLists.txt
+++ b/src/timeline/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
qt_internal_add_qml_module(QuickTimeline
URI "QtQuick.Timeline"
VERSION "${PROJECT_VERSION}"
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 58344a0..081c904 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(qtquicktimeline)
diff --git a/tests/auto/qtquicktimeline/CMakeLists.txt b/tests/auto/qtquicktimeline/CMakeLists.txt
index b47a345..f2d0de0 100644
--- a/tests/auto/qtquicktimeline/CMakeLists.txt
+++ b/tests/auto/qtquicktimeline/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Generated from qtquicktimeline.pro.
#####################################################################