aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/chatserver-cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:59:45 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:43:18 +0200
commitcb11923e53e417a28dbb87a9e2f164f15c01fec2 (patch)
treeff44e7f14ee61e57a746a18fb187199b186ba675 /examples/webchannel/chatserver-cpp/CMakeLists.txt
parentdfd28bb63508214e20a5b86eb0abb050614a5d89 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I99e928ef0cb271ef28692d0936230ecf0fd08392 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/webchannel/chatserver-cpp/CMakeLists.txt')
-rw-r--r--examples/webchannel/chatserver-cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/chatserver-cpp/CMakeLists.txt b/examples/webchannel/chatserver-cpp/CMakeLists.txt
index 53cfacf..aa4943f 100644
--- a/examples/webchannel/chatserver-cpp/CMakeLists.txt
+++ b/examples/webchannel/chatserver-cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(chatserver LANGUAGES CXX)