diff options
Diffstat (limited to 'src/tools/tracepointgen')
-rw-r--r-- | src/tools/tracepointgen/parser.cpp | 2 | ||||
-rw-r--r-- | src/tools/tracepointgen/parser.h | 2 | ||||
-rw-r--r-- | src/tools/tracepointgen/tracepointgen.cpp | 2 | ||||
-rw-r--r-- | src/tools/tracepointgen/tracepointgen.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/tracepointgen/parser.cpp b/src/tools/tracepointgen/parser.cpp index 108f1d6bb9c..1d8d14617ea 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 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include "tracepointgen.h" #include "parser.h" diff --git a/src/tools/tracepointgen/parser.h b/src/tools/tracepointgen/parser.h index da8dadffb2d..1978e3aa6af 100644 --- a/src/tools/tracepointgen/parser.h +++ b/src/tools/tracepointgen/parser.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef PARSER_H #define PARSER_H diff --git a/src/tools/tracepointgen/tracepointgen.cpp b/src/tools/tracepointgen/tracepointgen.cpp index e9902fe069e..873b9cbfcab 100644 --- a/src/tools/tracepointgen/tracepointgen.cpp +++ b/src/tools/tracepointgen/tracepointgen.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include <qstring.h> #include <qstringlist.h> diff --git a/src/tools/tracepointgen/tracepointgen.h b/src/tools/tracepointgen/tracepointgen.h index 2a2647e8d4b..fe332ed03d5 100644 --- a/src/tools/tracepointgen/tracepointgen.h +++ b/src/tools/tracepointgen/tracepointgen.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef TRACEPOINTGEN_H #define TRACEPOINTGEN_H |