summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-04 15:30:58 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 16:26:23 +0200
commit425c3bfa7adaa17702f27dba1f5116ba1a979e9b (patch)
treec0003ec4a014a877936e20ac3307428673458a49
parent54374164430a02fb4aeb0e923db0e308da804fae (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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I70ac22ec6c8ec1e0917e2c24c91ec2046d3ca822 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-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>