summaryrefslogtreecommitdiffstats
path: root/examples/tutorials
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 10:37:40 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 10:01:38 +0200
commitd490baa159cd1b7d70b021961ca680fff67944d0 (patch)
treeb6fc415228543c01d53da9020d5dd7dea10845da /examples/tutorials
parent05f0d701bb8c49205c113ff21bf9eb101dd85bbf (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: Iec124e0bceb4335370674a222970cd9c1b90763f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/tutorials')
-rw-r--r--examples/tutorials/alarms/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/alarms/CMakeLists.txt b/examples/tutorials/alarms/CMakeLists.txt
index 3fd5d243a..246b82399 100644
--- a/examples/tutorials/alarms/CMakeLists.txt
+++ b/examples/tutorials/alarms/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(alarms LANGUAGES CXX)