aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/map_test.py
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-09-03 11:30:40 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-09-03 11:30:40 -0300
commit8ddf82dda3e57fe6d72ed5dab9ebb650cef0765a (patch)
tree83af6a85dd9305c342fc820e5ca40e0ad5792ddf /tests/samplebinding/map_test.py
parent3bb03f3858c7da7e6aa5a841339a5d81d10a2d1b (diff)
added LGPL license plates to libsample unit tests
Diffstat (limited to 'tests/samplebinding/map_test.py')
-rwxr-xr-xtests/samplebinding/map_test.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/samplebinding/map_test.py b/tests/samplebinding/map_test.py
index d2ac4eaad..b97ea76ed 100755
--- a/tests/samplebinding/map_test.py
+++ b/tests/samplebinding/map_test.py
@@ -1,4 +1,30 @@
+'''
+This file is part of the Shiboken Python Bindings Generator project.
+
+Copyright (C) 2009 Nokia Corporation 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
+'''
+
#!/usr/bin/python
+# -*- coding: utf-8 -*-
'''Test cases for std::map container conversions'''