diff options
author | Friedemann Kleint <[email protected]> | 2023-02-15 14:29:25 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2023-02-16 09:04:34 +0100 |
commit | 226603578fbe88c3a6bf25f48bae4feb6d22b9e6 (patch) | |
tree | 75db565399313fe173981e8bee5e7b7bd7d201ad /examples/samplebinding/CMakeLists.txt | |
parent | 34618e17eaeea838ab4954a38aa855a3263fb62c (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 'examples/samplebinding/CMakeLists.txt')
-rw-r--r-- | examples/samplebinding/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/samplebinding/CMakeLists.txt b/examples/samplebinding/CMakeLists.txt index 896b3610c..e7d23db7d 100644 --- a/examples/samplebinding/CMakeLists.txt +++ b/examples/samplebinding/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) cmake_policy(VERSION 3.18) |