summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:51:29 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:43:09 +0200
commit93702a676d8585b21fedf236b57e0a7149e8134b (patch)
treed1f3bce3752b7ee16313a279be043d503592b6a4 /src
parent09d28f92d0b68ed4d37da593fcf47bb9df61ff01 (diff)
downloadqtwebsockets-93702a676d8585b21fedf236b57e0a7149e8134b.tar.gz
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I9ae1ecc59e30cadaa8aaef762c86126c58e32bf0 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.txt2
-rw-r--r--src/imports/CMakeLists.txt2
-rw-r--r--src/imports/qmlwebsockets/CMakeLists.txt2
-rw-r--r--src/websockets/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b8b8247..21b5bdb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
# Generated from src.pro.
diff --git a/src/imports/CMakeLists.txt b/src/imports/CMakeLists.txt
index e2ca042..be4dfc1 100644
--- a/src/imports/CMakeLists.txt
+++ b/src/imports/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
# Generated from imports.pro.
diff --git a/src/imports/qmlwebsockets/CMakeLists.txt b/src/imports/qmlwebsockets/CMakeLists.txt
index 32db627..b937fe1 100644
--- a/src/imports/qmlwebsockets/CMakeLists.txt
+++ b/src/imports/qmlwebsockets/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_qml_module(qmlwebsockets
URI "QtWebSockets"
diff --git a/src/websockets/CMakeLists.txt b/src/websockets/CMakeLists.txt
index 2c389bf..df6e2e0 100644
--- a/src/websockets/CMakeLists.txt
+++ b/src/websockets/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
# Generated from websockets.pro.