summaryrefslogtreecommitdiff
path: root/tests/system/shared/editor_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/editor_utils.py')
-rw-r--r--tests/system/shared/editor_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py
index 57a60fd6a9..bab704d131 100644
--- a/tests/system/shared/editor_utils.py
+++ b/tests/system/shared/editor_utils.py
@@ -1,5 +1,5 @@
# Copyright (C) 2016 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ 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
def jumpToFirstLine(editor):
home = "<Home>" if platform.system() == 'Darwin' else "<Ctrl+Home>"