aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:15:42 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 16:08:16 +0100
commit135b3993514467d3aff0267c5321602803ea0717 (patch)
tree73ad36891c8206ab7806bf02bfd8801a2ff3b785
parent14d5da88a1b085bd36b1e09941a7f33b56dfd8e0 (diff)
Correct 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: If7b3daf5cc2be069ab205bf10cdf653ab9d6c415 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rwxr-xr-xtests/testserver/californium/californium.sh2
-rwxr-xr-xtests/testserver/freecoap/freecoap.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testserver/californium/californium.sh b/tests/testserver/californium/californium.sh
index bbc9c61..0eee826 100755
--- a/tests/testserver/californium/californium.sh
+++ b/tests/testserver/californium/californium.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2019 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
set -ex
diff --git a/tests/testserver/freecoap/freecoap.sh b/tests/testserver/freecoap/freecoap.sh
index e30fdd0..4000c09 100755
--- a/tests/testserver/freecoap/freecoap.sh
+++ b/tests/testserver/freecoap/freecoap.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2019 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
set -ex