summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:35:36 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 08:48:11 +0000
commitdb0176f562d2643038fa612c4c409242891e3862 (patch)
tree4a2a65347d438a677bd086f28b722fccc6a4f0f3
parent4e96bbad3034b89bbab36919f67b5b4f3492d2a2 (diff)
Correct license for tools file
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 Task-number: QTBUG-121787 Change-Id: I42358fbbb1c9dafdce023d69616e47546e434769 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 87d6241b9927eabd9118ef20ace3553d48cab0cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/tools/sdpscanner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sdpscanner/main.cpp b/src/tools/sdpscanner/main.cpp
index 6d9965f1..4a7f7d27 100644
--- a/src/tools/sdpscanner/main.cpp
+++ b/src/tools/sdpscanner/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 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
#include <QtCore/QByteArray>
#include <QtCore/QDebug>