summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-02 14:36:10 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-04 09:56:42 +0100
commitff1039c217fb1ae03b701557a5a50c2112555991 (patch)
treee86ae594e1ab098ce7ef4c9e85077589365f6d79 /tests/auto/wasm
parentf07d8309d6c61397677703cfa195927aee0cd50e (diff)
Change license for tests files
According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
Diffstat (limited to 'tests/auto/wasm')
-rw-r--r--tests/auto/wasm/tst_fetchapi.cpp2
-rw-r--r--tests/auto/wasm/tst_localfileapi.cpp2
-rw-r--r--tests/auto/wasm/tst_qwasmkeytranslator.cpp2
-rw-r--r--tests/auto/wasm/tst_qwasmwindowstack.cpp2
-rw-r--r--tests/auto/wasm/tst_qwasmwindowtreenode.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/wasm/tst_fetchapi.cpp b/tests/auto/wasm/tst_fetchapi.cpp
index 7bbb8104d7..d8d9a7971a 100644
--- a/tests/auto/wasm/tst_fetchapi.cpp
+++ b/tests/auto/wasm/tst_fetchapi.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2023 The Qt Company Ltd.
// Copyright (C) 2016 Intel Corporation.
-// 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 <QTest>
#include <QEventLoop>
diff --git a/tests/auto/wasm/tst_localfileapi.cpp b/tests/auto/wasm/tst_localfileapi.cpp
index 95bdbcffb2..47e8c06e1e 100644
--- a/tests/auto/wasm/tst_localfileapi.cpp
+++ b/tests/auto/wasm/tst_localfileapi.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2022 The Qt Company Ltd.
// Copyright (C) 2016 Intel Corporation.
-// 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 <QtGui/private/qlocalfileapi_p.h>
#include <QTest>
diff --git a/tests/auto/wasm/tst_qwasmkeytranslator.cpp b/tests/auto/wasm/tst_qwasmkeytranslator.cpp
index 71a9164bbe..9d08827c16 100644
--- a/tests/auto/wasm/tst_qwasmkeytranslator.cpp
+++ b/tests/auto/wasm/tst_qwasmkeytranslator.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 "../../../src/plugins/platforms/wasm/qwasmkeytranslator.h"
diff --git a/tests/auto/wasm/tst_qwasmwindowstack.cpp b/tests/auto/wasm/tst_qwasmwindowstack.cpp
index 1ae07d5b39..fb2c7c7d56 100644
--- a/tests/auto/wasm/tst_qwasmwindowstack.cpp
+++ b/tests/auto/wasm/tst_qwasmwindowstack.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 "../../../src/plugins/platforms/wasm/qwasmwindowstack.h"
#include <QtGui/QWindow>
diff --git a/tests/auto/wasm/tst_qwasmwindowtreenode.cpp b/tests/auto/wasm/tst_qwasmwindowtreenode.cpp
index 2fd2ab2e66..8151d4d8c3 100644
--- a/tests/auto/wasm/tst_qwasmwindowtreenode.cpp
+++ b/tests/auto/wasm/tst_qwasmwindowtreenode.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 "../../../src/plugins/platforms/wasm/qwasmwindowtreenode.h"
#include <QtGui/QWindow>