summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-01-09 15:26:29 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-11 19:13:19 +0000
commit86b27f612ae288e83e1b8ca6830856d2cc132188 (patch)
tree1988faaab2fb23c00f2a60b56adc9f398d4b9faf
parent00451a5c2e96148d84d171083b023e4431d6eff2 (diff)
Update 3rd party directories to SPDX-License-Ref
Task-number: QTBUG-120262 Change-Id: I0b93aba35c3d8c7bf0068bb893ce5c377d7bfae8 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit e7ca24b7b6618b7b63f72f4fb9170b7d85a80b7b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 68eb478496f58a2f1fb515ad4a65aaeb31ea97f8)
-rwxr-xr-xtests/3rdparty/gen-scion-tests.py26
1 files changed, 1 insertions, 25 deletions
diff --git a/tests/3rdparty/gen-scion-tests.py b/tests/3rdparty/gen-scion-tests.py
index 91bd192..4e1eb38 100755
--- a/tests/3rdparty/gen-scion-tests.py
+++ b/tests/3rdparty/gen-scion-tests.py
@@ -1,30 +1,6 @@
#!/usr/bin/python
-
# Copyright (C) 2016 The Qt Company Ltd.
-# Contact: https://www.qt.io/licensing/
-#
-# This file is part of the QtScxml module of the Qt Toolkit.
-#
-# $QT_BEGIN_LICENSE:GPL-EXCEPT$
-# Commercial License Usage
-# Licensees holding valid commercial Qt licenses may use this file in
-# accordance with the commercial license agreement provided with the
-# Software or, alternatively, in accordance with the terms contained in
-# a written agreement between you and The Qt Company. For licensing terms
-# and conditions see https://www.qt.io/terms-conditions. For further
-# information use the contact form at https://www.qt.io/contact-us.
-#
-# GNU General Public License Usage
-# Alternatively, this file may be used under the terms of the GNU
-# General Public License version 3 as published by the Free Software
-# Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-# included in the packaging of this file. Please review the following
-# information to ensure the GNU General Public License requirements will
-# be met: https://www.gnu.org/licenses/gpl-3.0.html.
-#
-# $QT_END_LICENSE$
-
-from os import walk
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
from os.path import isfile, join, splitext
f = open("scion.qrc", "w")