aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-28 12:35:44 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 08:24:25 +0100
commitaf28a39a4f2ae88960b7615f61baaf23917dfd61 (patch)
treeb0e5522db954a8405e87497a2a2507199d0e6fbf /config.tests
parentab31c01be0befb68263c49b17564571510c20c0c (diff)
Correct license for build system file
Assuming files in config.tests and 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.0 Task-number: QTBUG-121787 Change-Id: I7769ab962321f8f334882af61a08ed8fe6f6dc6a Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/hunspell/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/hunspell/main.cpp b/config.tests/hunspell/main.cpp
index 76f2cb3d..81ba797b 100644
--- a/config.tests/hunspell/main.cpp
+++ b/config.tests/hunspell/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// SPDX-License-Identifier: BSD-3-Clause
#include <hunspell/hunspell.h>