summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 11:04:03 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:27:43 +0200
commitf6ed5424fffedf79c34a1d0462a5d5ae040c8d34 (patch)
treeaafcd379c4d100ca0c3e191b4aac30610200b167 /examples/webview/minibrowser/CMakeLists.txt
parent600a034828d8a68ddc13db2e9bf75169f8352f28 (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: Iff8b50e402d070ba5fa2562fef50b7d7d3743cb4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/webview/minibrowser/CMakeLists.txt')
-rw-r--r--examples/webview/minibrowser/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webview/minibrowser/CMakeLists.txt b/examples/webview/minibrowser/CMakeLists.txt
index e9ef9bc..7334bf5 100644
--- a/examples/webview/minibrowser/CMakeLists.txt
+++ b/examples/webview/minibrowser/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(minibrowser LANGUAGES CXX)