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/tracepointgen/parser.cpp | |
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/tracepointgen/parser.cpp')
-rw-r--r-- | src/tools/tracepointgen/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tracepointgen/parser.cpp b/src/tools/tracepointgen/parser.cpp index 1d8d14617ea..ad94b9a4332 100644 --- a/src/tools/tracepointgen/parser.cpp +++ b/src/tools/tracepointgen/parser.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "tracepointgen.h" #include "parser.h" |