summaryrefslogtreecommitdiffstats
path: root/examples
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
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')
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/charts/CMakeLists.txt2
-rw-r--r--examples/charts/areachart/CMakeLists.txt2
-rw-r--r--examples/charts/audio/CMakeLists.txt2
-rw-r--r--examples/charts/barchart/CMakeLists.txt2
-rw-r--r--examples/charts/barmodelmapper/CMakeLists.txt2
-rw-r--r--examples/charts/boxplotchart/CMakeLists.txt2
-rw-r--r--examples/charts/callout/CMakeLists.txt2
-rw-r--r--examples/charts/candlestickchart/CMakeLists.txt2
-rw-r--r--examples/charts/chartinteractions/CMakeLists.txt2
-rw-r--r--examples/charts/chartthemes/CMakeLists.txt2
-rw-r--r--examples/charts/customchart/CMakeLists.txt2
-rw-r--r--examples/charts/datetimeaxis/CMakeLists.txt2
-rw-r--r--examples/charts/donutbreakdown/CMakeLists.txt2
-rw-r--r--examples/charts/donutchart/CMakeLists.txt2
-rw-r--r--examples/charts/dynamicspline/CMakeLists.txt2
-rw-r--r--examples/charts/horizontalbarchart/CMakeLists.txt2
-rw-r--r--examples/charts/horizontalpercentbarchart/CMakeLists.txt2
-rw-r--r--examples/charts/horizontalstackedbarchart/CMakeLists.txt2
-rw-r--r--examples/charts/legend/CMakeLists.txt2
-rw-r--r--examples/charts/legendmarkers/CMakeLists.txt2
-rw-r--r--examples/charts/lineandbar/CMakeLists.txt2
-rw-r--r--examples/charts/linechart/CMakeLists.txt2
-rw-r--r--examples/charts/logvalueaxis/CMakeLists.txt2
-rw-r--r--examples/charts/modeldata/CMakeLists.txt2
-rw-r--r--examples/charts/multiaxis/CMakeLists.txt2
-rw-r--r--examples/charts/nesteddonuts/CMakeLists.txt2
-rw-r--r--examples/charts/openglseries/CMakeLists.txt2
-rw-r--r--examples/charts/percentbarchart/CMakeLists.txt2
-rw-r--r--examples/charts/piechart/CMakeLists.txt2
-rw-r--r--examples/charts/piechartcustomization/CMakeLists.txt2
-rw-r--r--examples/charts/piechartdrilldown/CMakeLists.txt2
-rw-r--r--examples/charts/pointsselectionandmarkers/CMakeLists.txt2
-rw-r--r--examples/charts/polarchart/CMakeLists.txt2
-rw-r--r--examples/charts/qmlaxes/CMakeLists.txt2
-rw-r--r--examples/charts/qmlboxplot/CMakeLists.txt2
-rw-r--r--examples/charts/qmlcandlestick/CMakeLists.txt2
-rw-r--r--examples/charts/qmlchart/CMakeLists.txt2
-rw-r--r--examples/charts/qmlcustomizations/CMakeLists.txt2
-rw-r--r--examples/charts/qmlcustomlegend/CMakeLists.txt2
-rw-r--r--examples/charts/qmlf1legends/CMakeLists.txt2
-rw-r--r--examples/charts/qmloscilloscope/CMakeLists.txt2
-rw-r--r--examples/charts/qmlpiechart/CMakeLists.txt2
-rw-r--r--examples/charts/qmlpolarchart/CMakeLists.txt2
-rw-r--r--examples/charts/qmlweather/CMakeLists.txt2
-rw-r--r--examples/charts/scatterchart/CMakeLists.txt2
-rw-r--r--examples/charts/scatterinteractions/CMakeLists.txt2
-rw-r--r--examples/charts/selectedbar/CMakeLists.txt2
-rw-r--r--examples/charts/splinechart/CMakeLists.txt2
-rw-r--r--examples/charts/stackedbarchart/CMakeLists.txt2
-rw-r--r--examples/charts/stackedbarchartdrilldown/CMakeLists.txt2
-rw-r--r--examples/charts/temperaturerecords/CMakeLists.txt2
-rw-r--r--examples/charts/zoomlinechart/CMakeLists.txt2
53 files changed, 53 insertions, 53 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 73a27dad..433630ce 100644
--- a/examples/CMakeLists.txt
+++ b/examples/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
qt_examples_build_begin(EXTERNAL_BUILD)
diff --git a/examples/charts/CMakeLists.txt b/examples/charts/CMakeLists.txt
index 6603f98e..cc107889 100644
--- a/examples/charts/CMakeLists.txt
+++ b/examples/charts/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
if(QT_FEATURE_charts_area_chart)
qt_internal_add_example(areachart)
diff --git a/examples/charts/areachart/CMakeLists.txt b/examples/charts/areachart/CMakeLists.txt
index 77ed120d..0072acac 100644
--- a/examples/charts/areachart/CMakeLists.txt
+++ b/examples/charts/areachart/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(areachart LANGUAGES CXX)
diff --git a/examples/charts/audio/CMakeLists.txt b/examples/charts/audio/CMakeLists.txt
index 76d3cf8b..65e20282 100644
--- a/examples/charts/audio/CMakeLists.txt
+++ b/examples/charts/audio/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(audio LANGUAGES CXX)
diff --git a/examples/charts/barchart/CMakeLists.txt b/examples/charts/barchart/CMakeLists.txt
index a974bb7f..388ca2e0 100644
--- a/examples/charts/barchart/CMakeLists.txt
+++ b/examples/charts/barchart/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(barchart LANGUAGES CXX)
diff --git a/examples/charts/barmodelmapper/CMakeLists.txt b/examples/charts/barmodelmapper/CMakeLists.txt
index 27a158fb..21c8cf59 100644
--- a/examples/charts/barmodelmapper/CMakeLists.txt
+++ b/examples/charts/barmodelmapper/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(barmodelmapper LANGUAGES CXX)
diff --git a/examples/charts/boxplotchart/CMakeLists.txt b/examples/charts/boxplotchart/CMakeLists.txt
index 23204e2f..208d1ef1 100644
--- a/examples/charts/boxplotchart/CMakeLists.txt
+++ b/examples/charts/boxplotchart/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(boxplotchart LANGUAGES CXX)
diff --git a/examples/charts/callout/CMakeLists.txt b/examples/charts/callout/CMakeLists.txt
index 699ed5d9..fc47fbfe 100644
--- a/examples/charts/callout/CMakeLists.txt
+++ b/examples/charts/callout/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(callout LANGUAGES CXX)
diff --git a/examples/charts/candlestickchart/CMakeLists.txt b/examples/charts/candlestickchart/CMakeLists.txt
index d816a6cc..f74163b1 100644
--- a/examples/charts/candlestickchart/CMakeLists.txt
+++ b/examples/charts/candlestickchart/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(candlestickchart LANGUAGES CXX)
diff --git a/examples/charts/chartinteractions/CMakeLists.txt b/examples/charts/chartinteractions/CMakeLists.txt
index 0c4c7f26..65f1f518 100644
--- a/examples/charts/chartinteractions/CMakeLists.txt
+++ b/examples/charts/chartinteractions/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(chartinteractions LANGUAGES CXX)
diff --git a/examples/charts/chartthemes/CMakeLists.txt b/examples/charts/chartthemes/CMakeLists.txt
index c305d58b..56b6a542 100644
--- a/examples/charts/chartthemes/CMakeLists.txt
+++ b/examples/charts/chartthemes/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(chartthemes LANGUAGES CXX)
diff --git a/examples/charts/customchart/CMakeLists.txt b/examples/charts/customchart/CMakeLists.txt
index 7c1e7b9a..bf994270 100644
--- a/examples/charts/customchart/CMakeLists.txt
+++ b/examples/charts/customchart/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(customchart LANGUAGES CXX)
diff --git a/examples/charts/datetimeaxis/CMakeLists.txt b/examples/charts/datetimeaxis/CMakeLists.txt
index cfa7a625..a9943119 100644
--- a/examples/charts/datetimeaxis/CMakeLists.txt
+++ b/examples/charts/datetimeaxis/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(datetimeaxis LANGUAGES CXX)
diff --git a/examples/charts/donutbreakdown/CMakeLists.txt b/examples/charts/donutbreakdown/CMakeLists.txt
index cfe3ccfb..74e616d7 100644
--- a/examples/charts/donutbreakdown/CMakeLists.txt
+++ b/examples/charts/donutbreakdown/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(donutbreakdown LANGUAGES CXX)
diff --git a/examples/charts/donutchart/CMakeLists.txt b/examples/charts/donutchart/CMakeLists.txt
index 8f60e069..41aa70f1 100644
--- a/examples/charts/donutchart/CMakeLists.txt
+++ b/examples/charts/donutchart/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(donutchart LANGUAGES CXX)
diff --git a/examples/charts/dynamicspline/CMakeLists.txt b/examples/charts/dynamicspline/CMakeLists.txt
index 942b899f..19ac27c0 100644
--- a/examples/charts/dynamicspline/CMakeLists.txt
+++ b/examples/charts/dynamicspline/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(dynamicspline LANGUAGES CXX)
diff --git a/examples/charts/horizontalbarchart/CMakeLists.txt b/examples/charts/horizontalbarchart/CMakeLists.txt
index 0711161d..9a25f58c 100644
--- a/examples/charts/horizontalbarchart/CMakeLists.txt
+++ b/examples/charts/horizontalbarchart/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(horizontalbarchart LANGUAGES CXX)
diff --git a/examples/charts/horizontalpercentbarchart/CMakeLists.txt b/examples/charts/horizontalpercentbarchart/CMakeLists.txt
index f5b4a467..3f0063a9 100644
--- a/examples/charts/horizontalpercentbarchart/CMakeLists.txt
+++ b/examples/charts/horizontalpercentbarchart/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(horizontalpercentbarchart LANGUAGES CXX)
diff --git a/examples/charts/horizontalstackedbarchart/CMakeLists.txt b/examples/charts/horizontalstackedbarchart/CMakeLists.txt
index a02ebcc1..0b51114e 100644
--- a/examples/charts/horizontalstackedbarchart/CMakeLists.txt
+++ b/examples/charts/horizontalstackedbarchart/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(horizontalstackedbarchart LANGUAGES CXX)
diff --git a/examples/charts/legend/CMakeLists.txt b/examples/charts/legend/CMakeLists.txt
index 5b0cffba..3ede108a 100644
--- a/examples/charts/legend/CMakeLists.txt
+++ b/examples/charts/legend/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(legend LANGUAGES CXX)
diff --git a/examples/charts/legendmarkers/CMakeLists.txt b/examples/charts/legendmarkers/CMakeLists.txt
index e3c9e793..3ccc2f70 100644
--- a/examples/charts/legendmarkers/CMakeLists.txt
+++ b/examples/charts/legendmarkers/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(legendmarkers LANGUAGES CXX)
diff --git a/examples/charts/lineandbar/CMakeLists.txt b/examples/charts/lineandbar/CMakeLists.txt
index f65fc130..719f698d 100644
--- a/examples/charts/lineandbar/CMakeLists.txt
+++ b/examples/charts/lineandbar/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(lineandbar LANGUAGES CXX)
diff --git a/examples/charts/linechart/CMakeLists.txt b/examples/charts/linechart/CMakeLists.txt
index ca0a57cf..5b0d2c8e 100644
--- a/examples/charts/linechart/CMakeLists.txt
+++ b/examples/charts/linechart/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(linechart LANGUAGES CXX)
diff --git a/examples/charts/logvalueaxis/CMakeLists.txt b/examples/charts/logvalueaxis/CMakeLists.txt
index a7b8709b..f88d3f3e 100644
--- a/examples/charts/logvalueaxis/CMakeLists.txt
+++ b/examples/charts/logvalueaxis/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(logvalueaxis LANGUAGES CXX)
diff --git a/examples/charts/modeldata/CMakeLists.txt b/examples/charts/modeldata/CMakeLists.txt
index 806bf3c1..92bfc3ca 100644
--- a/examples/charts/modeldata/CMakeLists.txt
+++ b/examples/charts/modeldata/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(modeldata LANGUAGES CXX)
diff --git a/examples/charts/multiaxis/CMakeLists.txt b/examples/charts/multiaxis/CMakeLists.txt
index a6375592..d1171918 100644
--- a/examples/charts/multiaxis/CMakeLists.txt
+++ b/examples/charts/multiaxis/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(multiaxis LANGUAGES CXX)
diff --git a/examples/charts/nesteddonuts/CMakeLists.txt b/examples/charts/nesteddonuts/CMakeLists.txt
index eaa95238..b48b3ed9 100644
--- a/examples/charts/nesteddonuts/CMakeLists.txt
+++ b/examples/charts/nesteddonuts/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(nesteddonuts LANGUAGES CXX)
diff --git a/examples/charts/openglseries/CMakeLists.txt b/examples/charts/openglseries/CMakeLists.txt
index 9392f1e5..065bd1d9 100644
--- a/examples/charts/openglseries/CMakeLists.txt
+++ b/examples/charts/openglseries/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(openglseries LANGUAGES CXX)
diff --git a/examples/charts/percentbarchart/CMakeLists.txt b/examples/charts/percentbarchart/CMakeLists.txt
index 9feb2b34..7b03a601 100644
--- a/examples/charts/percentbarchart/CMakeLists.txt
+++ b/examples/charts/percentbarchart/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(percentbarchart LANGUAGES CXX)
diff --git a/examples/charts/piechart/CMakeLists.txt b/examples/charts/piechart/CMakeLists.txt
index 10f55a48..b8fb4f71 100644
--- a/examples/charts/piechart/CMakeLists.txt
+++ b/examples/charts/piechart/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(piechart LANGUAGES CXX)
diff --git a/examples/charts/piechartcustomization/CMakeLists.txt b/examples/charts/piechartcustomization/CMakeLists.txt
index 2a76055c..1b580da3 100644
--- a/examples/charts/piechartcustomization/CMakeLists.txt
+++ b/examples/charts/piechartcustomization/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(piechartcustomization LANGUAGES CXX)
diff --git a/examples/charts/piechartdrilldown/CMakeLists.txt b/examples/charts/piechartdrilldown/CMakeLists.txt
index a42ee9ea..d4f65b8e 100644
--- a/examples/charts/piechartdrilldown/CMakeLists.txt
+++ b/examples/charts/piechartdrilldown/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(piechartdrilldown LANGUAGES CXX)
diff --git a/examples/charts/pointsselectionandmarkers/CMakeLists.txt b/examples/charts/pointsselectionandmarkers/CMakeLists.txt
index 336ea6ac..6bef7063 100644
--- a/examples/charts/pointsselectionandmarkers/CMakeLists.txt
+++ b/examples/charts/pointsselectionandmarkers/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.14)
project(pointsselectionandmarkers LANGUAGES CXX)
diff --git a/examples/charts/polarchart/CMakeLists.txt b/examples/charts/polarchart/CMakeLists.txt
index fff8dacf..ae9c12c5 100644
--- a/examples/charts/polarchart/CMakeLists.txt
+++ b/examples/charts/polarchart/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(polarchart LANGUAGES CXX)
diff --git a/examples/charts/qmlaxes/CMakeLists.txt b/examples/charts/qmlaxes/CMakeLists.txt
index 5e5bcb1b..b5086600 100644
--- a/examples/charts/qmlaxes/CMakeLists.txt
+++ b/examples/charts/qmlaxes/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(qmlaxes LANGUAGES CXX)
diff --git a/examples/charts/qmlboxplot/CMakeLists.txt b/examples/charts/qmlboxplot/CMakeLists.txt
index eb182f95..7fda6ade 100644
--- a/examples/charts/qmlboxplot/CMakeLists.txt
+++ b/examples/charts/qmlboxplot/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(qmlboxplot LANGUAGES CXX)
diff --git a/examples/charts/qmlcandlestick/CMakeLists.txt b/examples/charts/qmlcandlestick/CMakeLists.txt
index 88e82d65..67138dac 100644
--- a/examples/charts/qmlcandlestick/CMakeLists.txt
+++ b/examples/charts/qmlcandlestick/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(qmlcandlestick LANGUAGES CXX)
diff --git a/examples/charts/qmlchart/CMakeLists.txt b/examples/charts/qmlchart/CMakeLists.txt
index c6148652..28b09475 100644
--- a/examples/charts/qmlchart/CMakeLists.txt
+++ b/examples/charts/qmlchart/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(qmlchart LANGUAGES CXX)
diff --git a/examples/charts/qmlcustomizations/CMakeLists.txt b/examples/charts/qmlcustomizations/CMakeLists.txt
index d00a18ef..ca78a4fb 100644
--- a/examples/charts/qmlcustomizations/CMakeLists.txt
+++ b/examples/charts/qmlcustomizations/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(qmlcustomizations LANGUAGES CXX)
diff --git a/examples/charts/qmlcustomlegend/CMakeLists.txt b/examples/charts/qmlcustomlegend/CMakeLists.txt
index 54ca2f46..2a6f9d9b 100644
--- a/examples/charts/qmlcustomlegend/CMakeLists.txt
+++ b/examples/charts/qmlcustomlegend/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(qmlcustomlegend LANGUAGES CXX)
diff --git a/examples/charts/qmlf1legends/CMakeLists.txt b/examples/charts/qmlf1legends/CMakeLists.txt
index 191801ee..454c86f0 100644
--- a/examples/charts/qmlf1legends/CMakeLists.txt
+++ b/examples/charts/qmlf1legends/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(qmlf1legends LANGUAGES CXX)
diff --git a/examples/charts/qmloscilloscope/CMakeLists.txt b/examples/charts/qmloscilloscope/CMakeLists.txt
index 955346b6..390f87c9 100644
--- a/examples/charts/qmloscilloscope/CMakeLists.txt
+++ b/examples/charts/qmloscilloscope/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(qmloscilloscope LANGUAGES CXX)
diff --git a/examples/charts/qmlpiechart/CMakeLists.txt b/examples/charts/qmlpiechart/CMakeLists.txt
index 26d21dd5..d9aebafe 100644
--- a/examples/charts/qmlpiechart/CMakeLists.txt
+++ b/examples/charts/qmlpiechart/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(qmlpiechart LANGUAGES CXX)
diff --git a/examples/charts/qmlpolarchart/CMakeLists.txt b/examples/charts/qmlpolarchart/CMakeLists.txt
index 4a2a5ecb..80866e66 100644
--- a/examples/charts/qmlpolarchart/CMakeLists.txt
+++ b/examples/charts/qmlpolarchart/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(qmlpolarchart LANGUAGES CXX)
diff --git a/examples/charts/qmlweather/CMakeLists.txt b/examples/charts/qmlweather/CMakeLists.txt
index a238150f..d503b0a9 100644
--- a/examples/charts/qmlweather/CMakeLists.txt
+++ b/examples/charts/qmlweather/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(qmlweather LANGUAGES CXX)
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)
diff --git a/examples/charts/scatterinteractions/CMakeLists.txt b/examples/charts/scatterinteractions/CMakeLists.txt
index e594d578..e6a94dee 100644
--- a/examples/charts/scatterinteractions/CMakeLists.txt
+++ b/examples/charts/scatterinteractions/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(scatterinteractions LANGUAGES CXX)
diff --git a/examples/charts/selectedbar/CMakeLists.txt b/examples/charts/selectedbar/CMakeLists.txt
index 9972c65b..3765baaa 100644
--- a/examples/charts/selectedbar/CMakeLists.txt
+++ b/examples/charts/selectedbar/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(selectedbar LANGUAGES CXX)
diff --git a/examples/charts/splinechart/CMakeLists.txt b/examples/charts/splinechart/CMakeLists.txt
index d90ab024..0b5d68fe 100644
--- a/examples/charts/splinechart/CMakeLists.txt
+++ b/examples/charts/splinechart/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(splinechart LANGUAGES CXX)
diff --git a/examples/charts/stackedbarchart/CMakeLists.txt b/examples/charts/stackedbarchart/CMakeLists.txt
index dcea3150..d5f2047b 100644
--- a/examples/charts/stackedbarchart/CMakeLists.txt
+++ b/examples/charts/stackedbarchart/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(stackedbarchart LANGUAGES CXX)
diff --git a/examples/charts/stackedbarchartdrilldown/CMakeLists.txt b/examples/charts/stackedbarchartdrilldown/CMakeLists.txt
index c2d2353d..f1404ee1 100644
--- a/examples/charts/stackedbarchartdrilldown/CMakeLists.txt
+++ b/examples/charts/stackedbarchartdrilldown/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(stackedbarchartdrilldown LANGUAGES CXX)
diff --git a/examples/charts/temperaturerecords/CMakeLists.txt b/examples/charts/temperaturerecords/CMakeLists.txt
index 373ae1e4..5085ce9f 100644
--- a/examples/charts/temperaturerecords/CMakeLists.txt
+++ b/examples/charts/temperaturerecords/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(temperaturerecords LANGUAGES CXX)
diff --git a/examples/charts/zoomlinechart/CMakeLists.txt b/examples/charts/zoomlinechart/CMakeLists.txt
index 8490452c..ed42e109 100644
--- a/examples/charts/zoomlinechart/CMakeLists.txt
+++ b/examples/charts/zoomlinechart/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(zoomlinechart LANGUAGES CXX)