aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/threading/workerscript/workerscript.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/threading/workerscript/workerscript.mjs')
-rw-r--r--tests/manual/threading/workerscript/workerscript.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/threading/workerscript/workerscript.mjs b/tests/manual/threading/workerscript/workerscript.mjs
index 560c304b47..cecce85896 100644
--- a/tests/manual/threading/workerscript/workerscript.mjs
+++ b/tests/manual/threading/workerscript/workerscript.mjs
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
//Will be initialized when WorkerScript{} is instantiated
var cache = new Array(64);