aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/enumfromremovednamespace_test.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-09-23 10:51:18 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-09-23 13:53:54 +0000
commit7bd416bd959055bcc5889a868506e0ac1732df7c (patch)
treee439dcb6a17050511102f720debef018752ffac9 /tests/samplebinding/enumfromremovednamespace_test.py
parent924d766260d340a2f6a55ee46497edcee40a3702 (diff)
Updated license headers of the tests (Python)
Change-Id: I982d1d02a0abde50614b8c1e7979100d862455f4 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/samplebinding/enumfromremovednamespace_test.py')
-rw-r--r--tests/samplebinding/enumfromremovednamespace_test.py50
1 files changed, 27 insertions, 23 deletions
diff --git a/tests/samplebinding/enumfromremovednamespace_test.py b/tests/samplebinding/enumfromremovednamespace_test.py
index 2db12c750..820e21f7c 100644
--- a/tests/samplebinding/enumfromremovednamespace_test.py
+++ b/tests/samplebinding/enumfromremovednamespace_test.py
@@ -1,29 +1,33 @@
#!/usr/bin/env python
-
# -*- coding: utf-8 -*-
#
-# This file is part of the Shiboken Python Bindings Generator project.
-#
-# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
-#
-# Contact: PySide team <contact@pyside.org>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public License
-# version 2.1 as published by the Free Software Foundation. Please
-# review the following information to ensure the GNU Lesser General
-# Public License version 2.1 requirements will be met:
-# http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-# #
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-# 02110-1301 USA
+#############################################################################
+##
+## Copyright (C) 2016 The Qt Company Ltd.
+## Contact: https://www.qt.io/licensing/
+##
+## This file is part of the test suite of PySide2.
+##
+## $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$
+##
+#############################################################################
import unittest