From 35fbb6561028a59702b12d6ff5e7cf310202ed0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Thu, 1 Feb 2024 14:18:25 +0100 Subject: [PATCH] Change configure license 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: I88e3640b32e6b4bd83c49c14df6aecd7c824aef7 Reviewed-by: Joerg Bornemann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a8a50660321..6d7704a9dd5 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh # 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 #------------------------------------------------------------------------------- # script initialization