aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/CMakeLists.txt
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2023-02-15 14:29:25 +0100
committerFriedemann Kleint <[email protected]>2023-02-16 09:04:34 +0100
commit226603578fbe88c3a6bf25f48bae4feb6d22b9e6 (patch)
tree75db565399313fe173981e8bee5e7b7bd7d201ad /sources/pyside-tools/CMakeLists.txt
parent34618e17eaeea838ab4954a38aa855a3263fb62c (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. Task-number: QTBUG-105718 Task-number: QTBUG-88621 Change-Id: I98bd2e80f182d8bf7aef6b633f37a428e2dac69b Reviewed-by: Christian Tismer <[email protected]> Reviewed-by: Kai Köhne <[email protected]>
Diffstat (limited to 'sources/pyside-tools/CMakeLists.txt')
-rw-r--r--sources/pyside-tools/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside-tools/CMakeLists.txt b/sources/pyside-tools/CMakeLists.txt
index c7025c13d..8d23757cc 100644
--- a/sources/pyside-tools/CMakeLists.txt
+++ b/sources/pyside-tools/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2023 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
cmake_minimum_required(VERSION 3.18)
project(pyside-tools)