aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/check-ts.pl
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-01-04 08:52:22 +0100
committerKai Köhne <kai.koehne@qt.io>2023-01-10 08:05:04 +0000
commit4e9c1d126c6f09b8813bc2ebc6cc195ef8d2c01c (patch)
tree3af15f8ed49a2fca408aeb3dcca726eaecc56f04 /share/qtcreator/translations/check-ts.pl
parentaee7afd50ba8bd91b1191db6f81b1bd3d8a068e1 (diff)
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 <lucie.gerard@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/translations/check-ts.pl')
-rw-r--r--share/qtcreator/translations/check-ts.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/translations/check-ts.pl b/share/qtcreator/translations/check-ts.pl
index c4d57b68bb..cddb825a80 100644
--- a/share/qtcreator/translations/check-ts.pl
+++ b/share/qtcreator/translations/check-ts.pl
@@ -1,7 +1,7 @@
#! /usr/bin/perl -w
# Copyright (C) 2016 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
use strict;