summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 15:25:06 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:26:48 +0200
commit7da8ea8a58ed652fe7ca18c6f802f28f39f191a9 (patch)
tree1d72021327c50cce6311d0d088cb29fb5214e818 /CMakeLists.txt
parent63864735ae73784d2feea9a4c6d63092fe8052e7 (diff)
downloadqtwebsockets-7da8ea8a58ed652fe7ca18c6f802f28f39f191a9.tar.gz
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: I65958aab98f3b821ad8154b3d0d09504c9c7537b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1253f27..b1585e7 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 qtwebsockets.pro.
cmake_minimum_required(VERSION 3.16)