From f67888e8db388a460818c6be5eac9f9812592d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 16 Feb 2024 10:01:53 +0100 Subject: [PATCH] Correct license According to QUIP-18 [1], all build system files should be BSD-3-Clause. The files in this patch are part of the build system. [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I9a79fb04971b117515ed16b3978435ad8ef0e31f Reviewed-by: Joerg Bornemann (cherry picked from commit 08b8f9dd2f3e792a6fb43b7e065a7123dff74313) Reviewed-by: Qt Cherry-pick Bot --- mkspecs/features/data/dumpvcvars.bat | 2 +- mkspecs/features/data/mac/objc_namespace.sh | 2 +- mkspecs/features/uikit/device_destinations.sh | 2 +- mkspecs/features/uikit/devices.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mkspecs/features/data/dumpvcvars.bat b/mkspecs/features/data/dumpvcvars.bat index fe9dfad5858..1add6af1f42 100644 --- a/mkspecs/features/data/dumpvcvars.bat +++ b/mkspecs/features/data/dumpvcvars.bat @@ -1,5 +1,5 @@ :: Copyright (C) 2018 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 @echo off diff --git a/mkspecs/features/data/mac/objc_namespace.sh b/mkspecs/features/data/mac/objc_namespace.sh index abb173ef691..b4746cf13f8 100755 --- a/mkspecs/features/data/mac/objc_namespace.sh +++ b/mkspecs/features/data/mac/objc_namespace.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2017 The Qt Company Ltd. -# 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 script_argument_prefix="-Wobjc_namespace,--" diff --git a/mkspecs/features/uikit/device_destinations.sh b/mkspecs/features/uikit/device_destinations.sh index 2f291d41865..0668d4ec3eb 100755 --- a/mkspecs/features/uikit/device_destinations.sh +++ b/mkspecs/features/uikit/device_destinations.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2016 The Qt Company Ltd. -# 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 DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" scheme=$1 diff --git a/mkspecs/features/uikit/devices.py b/mkspecs/features/uikit/devices.py index 98498cde29d..bcae146cf9d 100755 --- a/mkspecs/features/uikit/devices.py +++ b/mkspecs/features/uikit/devices.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (C) 2017 The Qt Company Ltd. -# 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 from __future__ import print_function