summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/imports/CMakeLists.txt3
-rw-r--r--src/imports/qmlwebsockets/CMakeLists.txt3
-rw-r--r--src/websockets/CMakeLists.txt3
4 files changed, 12 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0b457c8..b8b8247 100644
--- a/src/CMakeLists.txt
+++ b/src/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 src.pro.
add_subdirectory(websockets)
diff --git a/src/imports/CMakeLists.txt b/src/imports/CMakeLists.txt
index 5b40f9b..e2ca042 100644
--- a/src/imports/CMakeLists.txt
+++ b/src/imports/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 imports.pro.
add_subdirectory(qmlwebsockets)
diff --git a/src/imports/qmlwebsockets/CMakeLists.txt b/src/imports/qmlwebsockets/CMakeLists.txt
index 33daae8..32db627 100644
--- a/src/imports/qmlwebsockets/CMakeLists.txt
+++ b/src/imports/qmlwebsockets/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
+
qt_internal_add_qml_module(qmlwebsockets
URI "QtWebSockets"
VERSION "${PROJECT_VERSION}"
diff --git a/src/websockets/CMakeLists.txt b/src/websockets/CMakeLists.txt
index 5abad62..2c389bf 100644
--- a/src/websockets/CMakeLists.txt
+++ b/src/websockets/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 websockets.pro.
#####################################################################