summaryrefslogtreecommitdiffstats
path: root/cmake/QtModuleToolsConfig.cmake.in
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-20 09:45:50 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-05 12:59:21 +0100
commitbf1e76408e07ac175ee467c5095e88209d9a6ba8 (patch)
tree8651472fdb50a2e93dee5b690b2a7d3d8295f583 /cmake/QtModuleToolsConfig.cmake.in
parentaacc31815d40c8f5dbdd998536fb1fcd5f632221 (diff)
Change license for .in files
According to QUIP-18 [1], all build system files should be BSD-3-Clause. The files in this patch are part of the build system. [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: Ibc6a60a9b009fab0c953e8e3269533c121e4511e Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'cmake/QtModuleToolsConfig.cmake.in')
-rw-r--r--cmake/QtModuleToolsConfig.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtModuleToolsConfig.cmake.in b/cmake/QtModuleToolsConfig.cmake.in
index 4d852dc98e..ec447aa55b 100644
--- a/cmake/QtModuleToolsConfig.cmake.in
+++ b/cmake/QtModuleToolsConfig.cmake.in
@@ -1,3 +1,6 @@
+# Copyright (C) 2024 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
@PACKAGE_INIT@
cmake_minimum_required(VERSION @min_new_policy_version@...@max_new_policy_version@)