diff options
| author | Kai Köhne <[email protected]> | 2023-01-04 08:52:22 +0100 |
|---|---|---|
| committer | Kai Köhne <[email protected]> | 2023-01-10 08:05:04 +0000 |
| commit | 4e9c1d126c6f09b8813bc2ebc6cc195ef8d2c01c (patch) | |
| tree | 3af15f8ed49a2fca408aeb3dcca726eaecc56f04 /scripts/build_plugin.py | |
| parent | aee7afd50ba8bd91b1191db6f81b1bd3d8a068e1 (diff) | |
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 <[email protected]>
Reviewed-by: <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'scripts/build_plugin.py')
| -rwxr-xr-x | scripts/build_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_plugin.py b/scripts/build_plugin.py index df06908c9d3..38d247d4d50 100755 --- a/scripts/build_plugin.py +++ b/scripts/build_plugin.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 |
