diff options
| author | Lucie Gérard <lucie.gerard@qt.io> | 2024-02-27 10:11:54 +0100 |
|---|---|---|
| committer | Lucie Gérard <lucie.gerard@qt.io> | 2024-03-05 12:59:21 +0100 |
| commit | 7b6289a0358274ec3c37cabd5b7d7212508a4e8a (patch) | |
| tree | e5700b4c14c6f5ec6eeaf8f321da400afd30659e /src/corelib/debug_script.py | |
| parent | 073185ad2e29e565bc9f804dc8c1d278121020d6 (diff) | |
Correct license for tools files
According to QUIP-18 [1], all tools file should be
LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
[1]: https://contribute.qt-project.org/quips/18
Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Icd5d5be2e04819617e68ff142924de1773bebbad
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/debug_script.py')
| -rw-r--r-- | src/corelib/debug_script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/debug_script.py b/src/corelib/debug_script.py index 94107402435..b4a58530dae 100644 --- a/src/corelib/debug_script.py +++ b/src/corelib/debug_script.py @@ -1,5 +1,5 @@ # Copyright (C) 2017 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 import os import sys |
