diff options
author | Lucie Gérard <[email protected]> | 2024-02-02 16:19:27 +0100 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-02-07 13:15:09 +0100 |
commit | fb226262e8b371372fdc66b832b9eab24741f70d (patch) | |
tree | f540c778499feec5b52e454485e77b196c622197 /src/tools/tracegen/helpers.h | |
parent | f45dffa8b4e5a3ddc3473203e27ebdeebfde10da (diff) |
Change 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: I89e08859871d29a9cf8c7a56b30b07b2c2f34b42
Reviewed-by: Kai Köhne <[email protected]>
Diffstat (limited to 'src/tools/tracegen/helpers.h')
-rw-r--r-- | src/tools/tracegen/helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tracegen/helpers.h b/src/tools/tracegen/helpers.h index 45156b43610..ea6db016a6c 100644 --- a/src/tools/tracegen/helpers.h +++ b/src/tools/tracegen/helpers.h @@ -1,5 +1,5 @@ // Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected], author Rafael Roquetto <[email protected]> -// 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 #ifndef HELPERS_H #define HELPERS_H |