summaryrefslogtreecommitdiffstats
path: root/examples/charts/scatterchart
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:06:10 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-24 01:37:18 +0200
commitbc9534b5f57e0c53b9db6f37dac13b2a24451aaa (patch)
treee9777c5258a0e215be81143095d308539b252f33 /examples/charts/scatterchart
parentee9011d8e370b5121d3e70a4495cee5ea855dda4 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I98da78de677349b0e4cdf8e8d988df7bb3990ddd Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/charts/scatterchart')
-rw-r--r--examples/charts/scatterchart/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/scatterchart/CMakeLists.txt b/examples/charts/scatterchart/CMakeLists.txt
index e97dea9b..70e2c5bf 100644
--- a/examples/charts/scatterchart/CMakeLists.txt
+++ b/examples/charts/scatterchart/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(scatterchart LANGUAGES CXX)