Skip to content

Commit 3f68ff4

Browse files
committed
Correct license for build system files
According to QUIP-18 [1], all build system files should be BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I2f13ceaa8eb68b7745cffc66651f892c1fbeeff2 Reviewed-by: Kai Köhne <[email protected]>
1 parent 4a173b8 commit 3f68ff4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2016 Olivier Goffart <[email protected]>
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
# This is the clang-format configuration style to be used by Qt,
55
# based on the rules from https://wiki.qt.io/Qt_Coding_Style and

src/host/config.tests/hostcompiler/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2018 The Qt Company Ltd.
2-
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
// SPDX-License-Identifier: BSD-3-Clause
33

44
#include <stdio.h>
55
int main()

tests/auto/core/getdomainandregistry/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
include(../../util/util.cmake)
55

tests/auto/widgets/qtbug_110287/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
qt_internal_add_test(tst_qtbug_110287
55
SOURCES

tests/manual/widgets/touchbrowser/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
55
cmake_minimum_required(VERSION 3.19)

tests/manual/widgets/webrtc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2023 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
55
cmake_minimum_required(VERSION 3.19)

0 commit comments

Comments
 (0)