Correct wasm util file
License is set to that of the other files in the directory Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9922feb2a520a549ab9cc1d82a85417202ad83c3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
parent
8cd7a3d472
commit
f9136fd0db
@ -1,6 +1,6 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The Qt Company Ltd.
|
Copyright (C) 2022 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
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AbortedError,
|
AbortedError,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
import { RunnerStatus, TestStatus } from './batchedtestrunner.js';
|
import { RunnerStatus, TestStatus } from './batchedtestrunner.js';
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
import { RunnerStatus, TestStatus } from './batchedtestrunner.js'
|
import { RunnerStatus, TestStatus } from './batchedtestrunner.js'
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
// Exposes platform capabilities as static properties
|
// Exposes platform capabilities as static properties
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
import { BatchedTestRunner } from './batchedtestrunner.js'
|
import { BatchedTestRunner } from './batchedtestrunner.js'
|
||||||
import { EmrunAdapter, EmrunCommunication } from './emrunadapter.js'
|
import { EmrunAdapter, EmrunCommunication } from './emrunadapter.js'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 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
|
||||||
|
|
||||||
export function parseQuery() {
|
export function parseQuery() {
|
||||||
const trimmed = window.location.search.substring(1);
|
const trimmed = window.location.search.substring(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user