summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/gen-scion-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/3rdparty/gen-scion-tests.py')
-rwxr-xr-xtests/3rdparty/gen-scion-tests.py33
1 files changed, 21 insertions, 12 deletions
diff --git a/tests/3rdparty/gen-scion-tests.py b/tests/3rdparty/gen-scion-tests.py
index 40c66fa..91bd192 100755
--- a/tests/3rdparty/gen-scion-tests.py
+++ b/tests/3rdparty/gen-scion-tests.py
@@ -1,19 +1,28 @@
#!/usr/bin/python
-# Copyright (c) 2015 Digia Plc
-# For any questions to Digia, please use contact form at http://qt.digia.com/
+# Copyright (C) 2016 The Qt Company Ltd.
+# Contact: https://www.qt.io/licensing/
#
-# All Rights Reserved.
+# This file is part of the QtScxml module of the Qt Toolkit.
#
-# NOTICE: All information contained herein is, and remains
-# the property of Digia Plc and its suppliers,
-# if any. The intellectual and technical concepts contained
-# herein are proprietary to Digia Plc
-# and its suppliers and may be covered by Finnish and Foreign Patents,
-# patents in process, and are protected by trade secret or copyright law.
-# Dissemination of this information or reproduction of this material
-# is strictly forbidden unless prior written permission is obtained
-# from Digia Plc.
+# $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
from os.path import isfile, join, splitext