diff options
author | Lucie Gérard <[email protected]> | 2024-02-01 16:28:33 +0100 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2024-02-07 12:15:09 +0000 |
commit | 20f7c54fdc76a3798ba431b88a0f9701253198c0 (patch) | |
tree | 59f7f6817d67e788980e47320d943893474202fe | |
parent | d2862a8f026bcce5a31aff08adc98013f8becf3f (diff) |
Change license of configure.bat file
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: I58689f832ed3a5c8475c9bd7e0205e2128fb7cc2
Reviewed-by: Kai Köhne <[email protected]>
-rw-r--r-- | configure.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat index 32fcdd86264..0c4c11d39fc 100644 --- a/configure.bat +++ b/configure.bat @@ -1,6 +1,6 @@ :: Copyright (C) 2016 The Qt Company Ltd. :: Copyright (C) 2016 Intel Corporation. -:: 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 setlocal ENABLEDELAYEDEXPANSION ENABLEEXTENSIONS |