summaryrefslogtreecommitdiffstats
path: root/config.tests/arch
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-19 12:29:13 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-20 16:22:28 +0100
commitd478ca528511fcaa95491bcedaa259b2f6c5e727 (patch)
tree1e7d0e56e0a2a26cfdd53078bea32a23894157e2 /config.tests/arch
parent657e0ec3430a0da377fadaedd7da6e51e5b4c0ea (diff)
Correct license in config.test
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: I06880d91e4c6f8d7a92d249f3d216b2bc82fdeed Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'config.tests/arch')
-rw-r--r--config.tests/arch/arch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/arch/arch.cpp b/config.tests/arch/arch.cpp
index ffb6c787ff..44ec721432 100644
--- a/config.tests/arch/arch.cpp
+++ b/config.tests/arch/arch.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2016 The Qt Company Ltd.
// Copyright (C) 2016 Intel Corporation.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: BSD-3-Clause
#define QGLOBAL_H
#include "../../src/corelib/global/archdetect.cpp"