summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:01:52 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 16:46:40 +0000
commitea6ca23c7caba500a7fb23fb45b97c8767e470aa (patch)
treef54d4b6b6ab692de3c4c440d6a79391e9414b08c
parent64a7d228d7a323e53b9fe2744fc92a2db39f48ea (diff)
Change license for examples and snippets files
According to QUIP-18 [1], all examples and snippets files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: Ia4c46d9231533f4e706a76e61e4ece9a78c39ef2 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 902739a6cfd275c2ed97426e4fa89374c449add5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/charts/CMakeLists.txt2
-rw-r--r--examples/charts/audio/CMakeLists.txt2
-rw-r--r--examples/charts/chartsgallery/CMakeLists.txt2
-rw-r--r--examples/charts/openglseries/CMakeLists.txt2
-rw-r--r--examples/charts/qmlchartsgallery/CMakeLists.txt2
-rw-r--r--examples/charts/qmloscilloscope/CMakeLists.txt2
-rw-r--r--examples/charts/qmlweather/CMakeLists.txt2
-rw-r--r--examples/charts/zoomlinechart/CMakeLists.txt2
-rw-r--r--src/charts/doc/snippets/doc_src_qtcharts.cpp2
-rw-r--r--src/charts/doc/snippets/doc_src_qtcharts.pro2
11 files changed, 11 insertions, 11 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 433630ce..73a27dad 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_examples_build_begin(EXTERNAL_BUILD)
diff --git a/examples/charts/CMakeLists.txt b/examples/charts/CMakeLists.txt
index 94fe9ac1..64bd9f9f 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
if(QT_FEATURE_charts_area_chart
AND QT_FEATURE_charts_line_chart
diff --git a/examples/charts/audio/CMakeLists.txt b/examples/charts/audio/CMakeLists.txt
index 56ba657d..d77329b8 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(audio LANGUAGES CXX)
diff --git a/examples/charts/chartsgallery/CMakeLists.txt b/examples/charts/chartsgallery/CMakeLists.txt
index b4fd03d6..ce34f650 100644
--- a/examples/charts/chartsgallery/CMakeLists.txt
+++ b/examples/charts/chartsgallery/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(chartsgallery LANGUAGES CXX)
diff --git a/examples/charts/openglseries/CMakeLists.txt b/examples/charts/openglseries/CMakeLists.txt
index 4e3739fa..4ada327a 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(openglseries LANGUAGES CXX)
diff --git a/examples/charts/qmlchartsgallery/CMakeLists.txt b/examples/charts/qmlchartsgallery/CMakeLists.txt
index bf92b491..973d5254 100644
--- a/examples/charts/qmlchartsgallery/CMakeLists.txt
+++ b/examples/charts/qmlchartsgallery/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(qmlchartsgallery LANGUAGES CXX)
diff --git a/examples/charts/qmloscilloscope/CMakeLists.txt b/examples/charts/qmloscilloscope/CMakeLists.txt
index 1ff57dfa..b653ed86 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(qmloscilloscope LANGUAGES CXX)
diff --git a/examples/charts/qmlweather/CMakeLists.txt b/examples/charts/qmlweather/CMakeLists.txt
index ce17072f..4f113fe7 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(qmlweather LANGUAGES CXX)
diff --git a/examples/charts/zoomlinechart/CMakeLists.txt b/examples/charts/zoomlinechart/CMakeLists.txt
index d2b8ef11..3f972827 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: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(zoomlinechart LANGUAGES CXX)
diff --git a/src/charts/doc/snippets/doc_src_qtcharts.cpp b/src/charts/doc/snippets/doc_src_qtcharts.cpp
index 34c22d5d..264acd1f 100644
--- a/src/charts/doc/snippets/doc_src_qtcharts.cpp
+++ b/src/charts/doc/snippets/doc_src_qtcharts.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [0]
#include <QtCharts>
diff --git a/src/charts/doc/snippets/doc_src_qtcharts.pro b/src/charts/doc/snippets/doc_src_qtcharts.pro
index 7b82c5e8..503a2f15 100644
--- a/src/charts/doc/snippets/doc_src_qtcharts.pro
+++ b/src/charts/doc/snippets/doc_src_qtcharts.pro
@@ -1,5 +1,5 @@
# Copyright (C) 2016 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#! [0]
QT += charts