From 4e9c1d126c6f09b8813bc2ebc6cc195ef8d2c01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 4 Jan 2023 08:52:22 +0100 Subject: Replace GPL-3.0 with GPL-3.0-only GPL-3.0 is deprecated by SPDX. Change done by find . -type f -exec perl -pi -e 's/LicenseRef-Qt-Commercial OR GPL-3.0(?!-)/LicenseRef-Qt-Commercial OR GPL-3.0-only/g' {} \; Change-Id: If316a498e3f27d2030b86d4e7743b3237ce09939 Reviewed-by: Lucie Gerard Reviewed-by: Reviewed-by: Eike Ziller --- scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.py') diff --git a/scripts/build.py b/scripts/build.py index ee83021fb95..ae1b450f918 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (C) 2020 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0 +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 # import the print function which is used in python 3.x from __future__ import print_function -- cgit v1.2.3