summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-04 13:06:12 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 15:50:58 +0200
commit5d582987a14d6a0ca6707e1c99f076ebd973036e (patch)
tree866c39afcc7d2d0c7d858ec7cf64a97ba20d4636
parent55b73fba71df9b91446de66217e46f121441b25f (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: Ia7e7a25d1570ad2af423ca558bc6c4915a1d1869 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--config.tests/alsa/alsatest.cpp2
-rw-r--r--config.tests/avfoundation/main.mm2
-rw-r--r--config.tests/evr/main.cpp2
-rw-r--r--config.tests/gpu_vivante/main.cpp2
-rw-r--r--config.tests/gstreamer/main.cpp2
-rw-r--r--config.tests/gstreamer_appsrc/main.cpp2
-rw-r--r--config.tests/gstreamer_photography/main.cpp2
-rw-r--r--config.tests/linux_v4l/main.cpp2
-rw-r--r--config.tests/mmrenderer/mmrenderertest.cpp2
-rw-r--r--config.tests/pulseaudio/pulseaudio.cpp2
-rw-r--r--config.tests/wmf/main.cpp2
-rw-r--r--config.tests/wmsdk/main.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/config.tests/alsa/alsatest.cpp b/config.tests/alsa/alsatest.cpp
index cd744df54..f57ff2a0e 100644
--- a/config.tests/alsa/alsatest.cpp
+++ b/config.tests/alsa/alsatest.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 <alsa/asoundlib.h>
#if SND_LIB_VERSION < 0x1000a // 1.0.10
diff --git a/config.tests/avfoundation/main.mm b/config.tests/avfoundation/main.mm
index c15ced3c4..850c95487 100644
--- a/config.tests/avfoundation/main.mm
+++ b/config.tests/avfoundation/main.mm
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
diff --git a/config.tests/evr/main.cpp b/config.tests/evr/main.cpp
index 4ffde6cec..eb72c5968 100644
--- a/config.tests/evr/main.cpp
+++ b/config.tests/evr/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 <evr.h>
diff --git a/config.tests/gpu_vivante/main.cpp b/config.tests/gpu_vivante/main.cpp
index 2d735c202..4786cf54d 100644
--- a/config.tests/gpu_vivante/main.cpp
+++ b/config.tests/gpu_vivante/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 <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
diff --git a/config.tests/gstreamer/main.cpp b/config.tests/gstreamer/main.cpp
index 445bb1894..5b29e8a48 100644
--- a/config.tests/gstreamer/main.cpp
+++ b/config.tests/gstreamer/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
#define GST_USE_UNSTABLE_API
diff --git a/config.tests/gstreamer_appsrc/main.cpp b/config.tests/gstreamer_appsrc/main.cpp
index f8da0a48e..c50de3936 100644
--- a/config.tests/gstreamer_appsrc/main.cpp
+++ b/config.tests/gstreamer_appsrc/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
#define GST_USE_UNSTABLE_API
diff --git a/config.tests/gstreamer_photography/main.cpp b/config.tests/gstreamer_photography/main.cpp
index add336fae..1ca0dbb74 100644
--- a/config.tests/gstreamer_photography/main.cpp
+++ b/config.tests/gstreamer_photography/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
#define GST_USE_UNSTABLE_API
diff --git a/config.tests/linux_v4l/main.cpp b/config.tests/linux_v4l/main.cpp
index 27296639f..0c468d59d 100644
--- a/config.tests/linux_v4l/main.cpp
+++ b/config.tests/linux_v4l/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
-// 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/videodev2.h>
diff --git a/config.tests/mmrenderer/mmrenderertest.cpp b/config.tests/mmrenderer/mmrenderertest.cpp
index 86e6c5d7d..949bc4aca 100644
--- a/config.tests/mmrenderer/mmrenderertest.cpp
+++ b/config.tests/mmrenderer/mmrenderertest.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 BlackBerry Limited. All rights reserved.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: BSD-3-Clause
#include <mm/renderer.h>
diff --git a/config.tests/pulseaudio/pulseaudio.cpp b/config.tests/pulseaudio/pulseaudio.cpp
index 8585abbdb..f5392119d 100644
--- a/config.tests/pulseaudio/pulseaudio.cpp
+++ b/config.tests/pulseaudio/pulseaudio.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 <pulse/pulseaudio.h>
#include <pulse/glib-mainloop.h>
diff --git a/config.tests/wmf/main.cpp b/config.tests/wmf/main.cpp
index dfbeb852d..edd71aeca 100644
--- a/config.tests/wmf/main.cpp
+++ b/config.tests/wmf/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 <mfapi.h>
#include <mfidl.h>
diff --git a/config.tests/wmsdk/main.cpp b/config.tests/wmsdk/main.cpp
index ac8657c1a..24300ee30 100644
--- a/config.tests/wmsdk/main.cpp
+++ b/config.tests/wmsdk/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 <wmsdk.h>