diff options
| author | Lucie Gérard <lucie.gerard@qt.io> | 2024-04-23 09:59:33 +0200 |
|---|---|---|
| committer | Lucie Gérard <lucie.gerard@qt.io> | 2024-05-16 11:30:07 +0200 |
| commit | 68dad37f9eff690fcd2b37bbaf8797f7886e57aa (patch) | |
| tree | 0f299268b251f33aa22a60ebbd98ee4bc617337b /src | |
| parent | e0e0f722b86db7b99185ccd669dd5456623e7e69 (diff) | |
Correct license for examples files
According to QUIP-18 [1], all examples file should be
LicenseRef-Qt-Commercial OR BSD-3-Clause
[1]: https://contribute.qt-project.org/quips/18
Task-number: QTBUG-121787
Change-Id: I63f70069e32114713ba58ce0eb96365a534e09c5
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src')
6 files changed, 6 insertions, 6 deletions
diff --git a/src/qmltest/doc/snippets/testApp/CMakeLists.txt b/src/qmltest/doc/snippets/testApp/CMakeLists.txt index 71eb6bebb7..cdf7b9555e 100644 --- a/src/qmltest/doc/snippets/testApp/CMakeLists.txt +++ b/src/qmltest/doc/snippets/testApp/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.20) diff --git a/src/qmltest/doc/snippets/testApp/MyModule/CMakeLists.txt b/src/qmltest/doc/snippets/testApp/MyModule/CMakeLists.txt index dbbbbd45b0..4d293c27d8 100644 --- a/src/qmltest/doc/snippets/testApp/MyModule/CMakeLists.txt +++ b/src/qmltest/doc/snippets/testApp/MyModule/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.20) diff --git a/src/qmltest/doc/snippets/testApp/tests/CMakeLists.txt b/src/qmltest/doc/snippets/testApp/tests/CMakeLists.txt index 3255a919f2..5533403bdc 100644 --- a/src/qmltest/doc/snippets/testApp/tests/CMakeLists.txt +++ b/src/qmltest/doc/snippets/testApp/tests/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.2) diff --git a/src/qmltest/doc/snippets/testApp/tests/main.cpp b/src/qmltest/doc/snippets/testApp/tests/main.cpp index d9f1cd68ed..cf68ddb5de 100644 --- a/src/qmltest/doc/snippets/testApp/tests/main.cpp +++ b/src/qmltest/doc/snippets/testApp/tests/main.cpp @@ -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 //! [main] #include <QtQuickTest/quicktest.h> diff --git a/src/qmltest/doc/snippets/testApp/tests/setup.cpp b/src/qmltest/doc/snippets/testApp/tests/setup.cpp index 92ef206e26..4ecac48d35 100644 --- a/src/qmltest/doc/snippets/testApp/tests/setup.cpp +++ b/src/qmltest/doc/snippets/testApp/tests/setup.cpp @@ -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 //! [setup] #include "setup.h" diff --git a/src/qmltest/doc/snippets/testApp/tests/setup.h b/src/qmltest/doc/snippets/testApp/tests/setup.h index b6c5248667..ea6a699f2f 100644 --- a/src/qmltest/doc/snippets/testApp/tests/setup.h +++ b/src/qmltest/doc/snippets/testApp/tests/setup.h @@ -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 //! [setup] #ifndef SETUP_H |
