summaryrefslogtreecommitdiffstats
path: root/tests/manual/network
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/network')
-rwxr-xr-xtests/manual/network/ssl/client-auth/certs/generate.sh2
-rw-r--r--tests/manual/network/ssl/client-auth/tst_manual_ssl_client_auth.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/network/ssl/client-auth/certs/generate.sh b/tests/manual/network/ssl/client-auth/certs/generate.sh
index 5dbe3b3712..b85823201e 100755
--- a/tests/manual/network/ssl/client-auth/certs/generate.sh
+++ b/tests/manual/network/ssl/client-auth/certs/generate.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
# Requires mkcert and openssl
diff --git a/tests/manual/network/ssl/client-auth/tst_manual_ssl_client_auth.cpp b/tests/manual/network/ssl/client-auth/tst_manual_ssl_client_auth.cpp
index 4d4aaca7e3..7730105f36 100644
--- a/tests/manual/network/ssl/client-auth/tst_manual_ssl_client_auth.cpp
+++ b/tests/manual/network/ssl/client-auth/tst_manual_ssl_client_auth.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtCore/qcoreapplication.h>