summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/ctf.cpp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-02 16:19:27 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-07 13:15:09 +0100
commitfb226262e8b371372fdc66b832b9eab24741f70d (patch)
treef540c778499feec5b52e454485e77b196c622197 /src/tools/tracegen/ctf.cpp
parentf45dffa8b4e5a3ddc3473203e27ebdeebfde10da (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 <kai.koehne@qt.io>
Diffstat (limited to 'src/tools/tracegen/ctf.cpp')
-rw-r--r--src/tools/tracegen/ctf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tracegen/ctf.cpp b/src/tools/tracegen/ctf.cpp
index a99757cd6cd..95ffcf89cc9 100644
--- a/src/tools/tracegen/ctf.cpp
+++ b/src/tools/tracegen/ctf.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 "ctf.h"
#include "provider.h"