diff options
author | Lucie Gérard <[email protected]> | 2024-05-02 12:05:02 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-05-08 13:09:40 +0200 |
commit | 251a632dc4241236c4d406d75e75d5a3fe81242e (patch) | |
tree | 2bd40ecadfb7f585497ec943c42d845281da5448 /tests/auto/wasm | |
parent | 00a04dddaf144106f9c1c278e18094e6ccc42fec (diff) |
Add copyright and licensing to .bat files missing them
Task-number: QTBUG-124453
Change-Id: I8bd48ab5d5b18197ef5bf9a46edf49da86374bee
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'tests/auto/wasm')
-rw-r--r-- | tests/auto/wasm/selenium/run.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/wasm/selenium/run.bat b/tests/auto/wasm/selenium/run.bat index 031e0b13ab4..56305c72c3e 100644 --- a/tests/auto/wasm/selenium/run.bat +++ b/tests/auto/wasm/selenium/run.bat @@ -1,3 +1,5 @@ +:: Copyright (C) 2024 The Qt Company Ltd. +:: SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 :: :: The highest version of python that can be used is 3.11 :: Download from here: https://www.python.org/downloads/release/python-3118/ |