Skip to content

Commit

Permalink
Correct license
Browse files Browse the repository at this point in the history
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

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: I9a79fb04971b117515ed16b3978435ad8ef0e31f
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
lugerard committed Feb 20, 2024
1 parent 83bfd36 commit 08b8f9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mkspecs/features/data/dumpvcvars.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion mkspecs/features/data/mac/objc_namespace.sh
Original file line number Diff line number Diff line change
@@ -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,--"

Expand Down
2 changes: 1 addition & 1 deletion mkspecs/features/uikit/device_destinations.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkspecs/features/uikit/devices.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 08b8f9d

Please sign in to comment.