summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:35:36 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 08:32:07 +0100
commit87d6241b9927eabd9118ef20ace3553d48cab0cc (patch)
tree1d728124401f06336f3b9a1aea61dd007d4a17b8
parent4230324c2958059b3162bf08b9c3a571f369c27b (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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I42358fbbb1c9dafdce023d69616e47546e434769 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-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>