From 135b3993514467d3aff0267c5321602803ea0717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 15 Mar 2024 10:15:42 +0100 Subject: [PATCH] Correct license for tools files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/testserver/californium/californium.sh | 2 +- tests/testserver/freecoap/freecoap.sh | 2 +- 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