Correct license for example files
According to QUIP-18 [1], all example files should be LicenseRef-Qt-Commercial OR BSD-3-Clause Example takes precedence over build system [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.8 Task-number: QTBUG-121787 Change-Id: Ia60be3cc375a3a16af7e6ea7755a61cfe6e1573b Reviewed-by: MohammadHossein Qanbari <mohammad.qanbari@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
31443dec1b
commit
746ee15415
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 2024 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(SpreadsheetsExample VERSION 1.0 LANGUAGES CXX)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 2024 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(Spreadsheets LANGUAGES CXX)
|
||||
|
|
Loading…
Reference in New Issue