From 596341782c14c4985d7f13a6b1da7801f5d85cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Thu, 1 Feb 2024 16:28:33 +0100 Subject: [PATCH] Change license of configure.bat file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to QUIP-18 [1], all build system files should be BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I58689f832ed3a5c8475c9bd7e0205e2128fb7cc2 Reviewed-by: Kai Köhne (cherry picked from commit 20f7c54fdc76a3798ba431b88a0f9701253198c0) Reviewed-by: Qt Cherry-pick Bot --- configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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