summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-04 15:30:58 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 16:31:16 +0000
commitef1ccf9d977d9198d5523ad2b2cb1678fb9f0556 (patch)
tree53b499f011fc01ef3ac808134873d0c46d6687db
parent3afcf16b8cde587ba41b6c2e835eaef6397f19ad (diff)
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 Task-number: QTBUG-121787 Change-Id: I70ac22ec6c8ec1e0917e2c24c91ec2046d3ca822 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 425c3bfa7adaa17702f27dba1f5116ba1a979e9b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--config.tests/bluez/main.cpp2
-rw-r--r--config.tests/bluez_le/main.cpp2
-rw-r--r--config.tests/linux_crypto_api/main.cpp2
-rw-r--r--config.tests/winrt_bt/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/config.tests/bluez/main.cpp b/config.tests/bluez/main.cpp
index 8a830f9e..f9da8ec9 100644
--- a/config.tests/bluez/main.cpp
+++ b/config.tests/bluez/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#include <bluetooth/bluetooth.h>
diff --git a/config.tests/bluez_le/main.cpp b/config.tests/bluez_le/main.cpp
index e1dd57d6..a180c76b 100644
--- a/config.tests/bluez_le/main.cpp
+++ b/config.tests/bluez_le/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>
diff --git a/config.tests/linux_crypto_api/main.cpp b/config.tests/linux_crypto_api/main.cpp
index 3da972f3..deeea051 100644
--- a/config.tests/linux_crypto_api/main.cpp
+++ b/config.tests/linux_crypto_api/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#include <linux/if_alg.h>
#include <sys/socket.h>
diff --git a/config.tests/winrt_bt/main.cpp b/config.tests/winrt_bt/main.cpp
index eb3636b4..e2e08d2e 100644
--- a/config.tests/winrt_bt/main.cpp
+++ b/config.tests/winrt_bt/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#include <wrl.h>
#include <windows.devices.enumeration.h>