aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 11:03:09 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-28 13:57:48 +0200
commit45268bd0ad5a6569adad2e529574d7bf536d0bff (patch)
treef17775771b4975e7b80716bc4582559f1b86faf3 /tests/samplebinding
parent4f4a3e6522d139b223060634ad3bbbb343f79564 (diff)
Replaced Nokia copyrights in header
Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/__del___test.py2
-rw-r--r--tests/samplebinding/abstract_test.py2
-rw-r--r--tests/samplebinding/addedfunction_test.py2
-rw-r--r--tests/samplebinding/argumentmodifications_test.py2
-rw-r--r--tests/samplebinding/bug_554_test.py2
-rw-r--r--tests/samplebinding/bug_704_test.py2
-rw-r--r--tests/samplebinding/bytearray_test.py2
-rw-r--r--tests/samplebinding/child_return_test.py2
-rw-r--r--tests/samplebinding/class_fields_test.py2
-rw-r--r--tests/samplebinding/collector_test.py2
-rw-r--r--tests/samplebinding/complex_test.py2
-rw-r--r--tests/samplebinding/conversion_operator_test.py2
-rw-r--r--tests/samplebinding/copy_test.py2
-rw-r--r--tests/samplebinding/ctorconvrule_test.py2
-rw-r--r--tests/samplebinding/cyclic_test.py2
-rw-r--r--tests/samplebinding/date_test.py2
-rw-r--r--tests/samplebinding/decisor_test.py2
-rw-r--r--tests/samplebinding/deprecated_test.py2
-rw-r--r--tests/samplebinding/derived_test.py2
-rw-r--r--tests/samplebinding/duck_punching_test.py2
-rw-r--r--tests/samplebinding/echo_test.py2
-rw-r--r--tests/samplebinding/enum_test.py2
-rw-r--r--tests/samplebinding/enumfromremovednamespace_test.py2
-rw-r--r--tests/samplebinding/handleholder_test.py2
-rw-r--r--tests/samplebinding/hashabletype_test.py2
-rw-r--r--tests/samplebinding/implicitconv_numerical_test.py2
-rw-r--r--tests/samplebinding/implicitconv_test.py2
-rwxr-xr-xtests/samplebinding/inheritanceandscope_test.py2
-rw-r--r--tests/samplebinding/injectcode_test.py2
-rw-r--r--tests/samplebinding/innerclass_test.py2
-rw-r--r--tests/samplebinding/intlist_test.py2
-rw-r--r--tests/samplebinding/invalid_virtual_return_test.py2
-rw-r--r--tests/samplebinding/keep_reference_test.py2
-rw-r--r--tests/samplebinding/list_test.py2
-rw-r--r--tests/samplebinding/map_test.py2
-rw-r--r--tests/samplebinding/mi_virtual_methods_test.py2
-rw-r--r--tests/samplebinding/mixed_mi_test.py2
-rw-r--r--tests/samplebinding/modelindex_test.py2
-rw-r--r--tests/samplebinding/modelview_test.py2
-rw-r--r--tests/samplebinding/modifications_test.py2
-rw-r--r--tests/samplebinding/modified_constructor_test.py2
-rw-r--r--tests/samplebinding/modifiedvirtualmethods_test.py2
-rw-r--r--tests/samplebinding/multi_cpp_inheritance_test.py2
-rw-r--r--tests/samplebinding/multiple_derived_test.py2
-rw-r--r--tests/samplebinding/namespace_test.py2
-rw-r--r--tests/samplebinding/nondefaultctor_test.py2
-rw-r--r--tests/samplebinding/nonzero_test.py2
-rw-r--r--tests/samplebinding/numericaltypedef_test.py2
-rw-r--r--tests/samplebinding/objecttype_test.py2
-rwxr-xr-xtests/samplebinding/objecttype_with_named_args_test.py2
-rw-r--r--tests/samplebinding/objecttypelayout_test.py2
-rw-r--r--tests/samplebinding/objecttypeoperators_test.py2
-rw-r--r--tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py2
-rw-r--r--tests/samplebinding/oddbool_test.py2
-rw-r--r--tests/samplebinding/oldstyleclass_as_number_test.py2
-rw-r--r--tests/samplebinding/onlycopyclass_test.py2
-rw-r--r--tests/samplebinding/overflow_test.py2
-rw-r--r--tests/samplebinding/overload_sorting_test.py2
-rw-r--r--tests/samplebinding/overload_test.py2
-rw-r--r--tests/samplebinding/overloadwithdefault_test.py2
-rw-r--r--tests/samplebinding/ownership_argument_invalidation_test.py2
-rw-r--r--tests/samplebinding/ownership_delete_child_in_cpp_test.py2
-rw-r--r--tests/samplebinding/ownership_delete_child_in_python_test.py2
-rw-r--r--tests/samplebinding/ownership_delete_parent_test.py2
-rw-r--r--tests/samplebinding/ownership_invalidate_after_use_test.py2
-rw-r--r--tests/samplebinding/ownership_invalidate_child_test.py2
-rw-r--r--tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py2
-rw-r--r--tests/samplebinding/ownership_invalidate_parent_test.py2
-rw-r--r--tests/samplebinding/ownership_reparenting_test.py2
-rw-r--r--tests/samplebinding/ownership_transference_test.py2
-rw-r--r--tests/samplebinding/pair_test.py2
-rw-r--r--tests/samplebinding/pen_test.py2
-rw-r--r--tests/samplebinding/point_test.py2
-rw-r--r--tests/samplebinding/pointerholder_test.py2
-rw-r--r--tests/samplebinding/pointf_test.py2
-rw-r--r--tests/samplebinding/primitivereferenceargument_test.py2
-rw-r--r--tests/samplebinding/privatector_test.py2
-rw-r--r--tests/samplebinding/privatedtor_test.py2
-rw-r--r--tests/samplebinding/protected_test.py2
-rw-r--r--tests/samplebinding/pstrlist_test.py2
-rw-r--r--tests/samplebinding/pystr_test.py2
-rw-r--r--tests/samplebinding/receive_null_cstring_test.py2
-rw-r--r--tests/samplebinding/reference_test.py2
-rw-r--r--tests/samplebinding/referencetopointer_test.py2
-rw-r--r--tests/samplebinding/return_null_test.py2
-rw-r--r--tests/samplebinding/richcompare_test.py2
-rw-r--r--tests/samplebinding/sample_test.py2
-rw-r--r--tests/samplebinding/simplefile_test.py2
-rw-r--r--tests/samplebinding/size_test.py2
-rw-r--r--tests/samplebinding/static_nonstatic_methods_test.py2
-rw-r--r--tests/samplebinding/str_test.py2
-rw-r--r--tests/samplebinding/strlist_test.py2
-rw-r--r--tests/samplebinding/templateinheritingclass_test.py2
-rw-r--r--tests/samplebinding/time_test.py2
-rw-r--r--tests/samplebinding/typeconverters_test.py2
-rw-r--r--tests/samplebinding/typedealloc_test.py2
-rw-r--r--tests/samplebinding/typedtordoublefree_test.py2
-rw-r--r--tests/samplebinding/unsafe_parent_test.py2
-rw-r--r--tests/samplebinding/useraddedctor_test.py2
-rw-r--r--tests/samplebinding/virtualdtor_test.py2
-rw-r--r--tests/samplebinding/virtualmethods_test.py2
-rw-r--r--tests/samplebinding/visibilitychange_test.py2
-rw-r--r--tests/samplebinding/voidholder_test.py2
-rw-r--r--tests/samplebinding/weakref_test.py2
-rw-r--r--tests/samplebinding/writableclassdict_test.py2
105 files changed, 105 insertions, 105 deletions
diff --git a/tests/samplebinding/__del___test.py b/tests/samplebinding/__del___test.py
index 79263d604..e19caebfd 100644
--- a/tests/samplebinding/__del___test.py
+++ b/tests/samplebinding/__del___test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/abstract_test.py b/tests/samplebinding/abstract_test.py
index 6c2f43f41..c0957a18d 100644
--- a/tests/samplebinding/abstract_test.py
+++ b/tests/samplebinding/abstract_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/addedfunction_test.py b/tests/samplebinding/addedfunction_test.py
index 7e8db06af..9c2a0324c 100644
--- a/tests/samplebinding/addedfunction_test.py
+++ b/tests/samplebinding/addedfunction_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/argumentmodifications_test.py b/tests/samplebinding/argumentmodifications_test.py
index 8cf5c4d9f..3ff93939a 100644
--- a/tests/samplebinding/argumentmodifications_test.py
+++ b/tests/samplebinding/argumentmodifications_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/bug_554_test.py b/tests/samplebinding/bug_554_test.py
index 16d9a9c00..45ec868bc 100644
--- a/tests/samplebinding/bug_554_test.py
+++ b/tests/samplebinding/bug_554_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/bug_704_test.py b/tests/samplebinding/bug_704_test.py
index 214c0dda5..320509936 100644
--- a/tests/samplebinding/bug_704_test.py
+++ b/tests/samplebinding/bug_704_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/bytearray_test.py b/tests/samplebinding/bytearray_test.py
index 1fedbf402..0afd4f7f7 100644
--- a/tests/samplebinding/bytearray_test.py
+++ b/tests/samplebinding/bytearray_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/child_return_test.py b/tests/samplebinding/child_return_test.py
index 4fde7f5c6..3f419598e 100644
--- a/tests/samplebinding/child_return_test.py
+++ b/tests/samplebinding/child_return_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/class_fields_test.py b/tests/samplebinding/class_fields_test.py
index bee4cca87..7ebb0d2d1 100644
--- a/tests/samplebinding/class_fields_test.py
+++ b/tests/samplebinding/class_fields_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/collector_test.py b/tests/samplebinding/collector_test.py
index 69cf2a147..28f8cf534 100644
--- a/tests/samplebinding/collector_test.py
+++ b/tests/samplebinding/collector_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009,2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/complex_test.py b/tests/samplebinding/complex_test.py
index c12f063f3..7d158bab4 100644
--- a/tests/samplebinding/complex_test.py
+++ b/tests/samplebinding/complex_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/conversion_operator_test.py b/tests/samplebinding/conversion_operator_test.py
index 9c7ac47ba..47f1090d0 100644
--- a/tests/samplebinding/conversion_operator_test.py
+++ b/tests/samplebinding/conversion_operator_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/copy_test.py b/tests/samplebinding/copy_test.py
index e347182af..4da84dc53 100644
--- a/tests/samplebinding/copy_test.py
+++ b/tests/samplebinding/copy_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ctorconvrule_test.py b/tests/samplebinding/ctorconvrule_test.py
index 7d8747f47..f3d09cd18 100644
--- a/tests/samplebinding/ctorconvrule_test.py
+++ b/tests/samplebinding/ctorconvrule_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/cyclic_test.py b/tests/samplebinding/cyclic_test.py
index bf265267d..e3f9c295e 100644
--- a/tests/samplebinding/cyclic_test.py
+++ b/tests/samplebinding/cyclic_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/date_test.py b/tests/samplebinding/date_test.py
index 830e8c052..df81fe347 100644
--- a/tests/samplebinding/date_test.py
+++ b/tests/samplebinding/date_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/decisor_test.py b/tests/samplebinding/decisor_test.py
index cb442cd96..2dfc32c94 100644
--- a/tests/samplebinding/decisor_test.py
+++ b/tests/samplebinding/decisor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/deprecated_test.py b/tests/samplebinding/deprecated_test.py
index e9fc50587..7d343b9dd 100644
--- a/tests/samplebinding/deprecated_test.py
+++ b/tests/samplebinding/deprecated_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/derived_test.py b/tests/samplebinding/derived_test.py
index 4c96c5056..68cf27c26 100644
--- a/tests/samplebinding/derived_test.py
+++ b/tests/samplebinding/derived_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/duck_punching_test.py b/tests/samplebinding/duck_punching_test.py
index aa266da9d..1d70233a6 100644
--- a/tests/samplebinding/duck_punching_test.py
+++ b/tests/samplebinding/duck_punching_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/echo_test.py b/tests/samplebinding/echo_test.py
index 80e3fea62..8484c019f 100644
--- a/tests/samplebinding/echo_test.py
+++ b/tests/samplebinding/echo_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/enum_test.py b/tests/samplebinding/enum_test.py
index c577aaed7..81f4c5932 100644
--- a/tests/samplebinding/enum_test.py
+++ b/tests/samplebinding/enum_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/enumfromremovednamespace_test.py b/tests/samplebinding/enumfromremovednamespace_test.py
index 4fd295823..2db12c750 100644
--- a/tests/samplebinding/enumfromremovednamespace_test.py
+++ b/tests/samplebinding/enumfromremovednamespace_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/handleholder_test.py b/tests/samplebinding/handleholder_test.py
index a7a64bdbd..a33843f57 100644
--- a/tests/samplebinding/handleholder_test.py
+++ b/tests/samplebinding/handleholder_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010-2012 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/hashabletype_test.py b/tests/samplebinding/hashabletype_test.py
index 84f937dc1..30c507329 100644
--- a/tests/samplebinding/hashabletype_test.py
+++ b/tests/samplebinding/hashabletype_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/implicitconv_numerical_test.py b/tests/samplebinding/implicitconv_numerical_test.py
index c5c082ccb..8e1a18b66 100644
--- a/tests/samplebinding/implicitconv_numerical_test.py
+++ b/tests/samplebinding/implicitconv_numerical_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/implicitconv_test.py b/tests/samplebinding/implicitconv_test.py
index 0cba7b847..10835c850 100644
--- a/tests/samplebinding/implicitconv_test.py
+++ b/tests/samplebinding/implicitconv_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/inheritanceandscope_test.py b/tests/samplebinding/inheritanceandscope_test.py
index cd4ca6d90..520b25df7 100755
--- a/tests/samplebinding/inheritanceandscope_test.py
+++ b/tests/samplebinding/inheritanceandscope_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/injectcode_test.py b/tests/samplebinding/injectcode_test.py
index 52585ec81..4873f9f7a 100644
--- a/tests/samplebinding/injectcode_test.py
+++ b/tests/samplebinding/injectcode_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/innerclass_test.py b/tests/samplebinding/innerclass_test.py
index 05b9607bd..07432440f 100644
--- a/tests/samplebinding/innerclass_test.py
+++ b/tests/samplebinding/innerclass_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/intlist_test.py b/tests/samplebinding/intlist_test.py
index 3a9755052..e0b8b2390 100644
--- a/tests/samplebinding/intlist_test.py
+++ b/tests/samplebinding/intlist_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/invalid_virtual_return_test.py b/tests/samplebinding/invalid_virtual_return_test.py
index ff6c85d3c..7f5e1058d 100644
--- a/tests/samplebinding/invalid_virtual_return_test.py
+++ b/tests/samplebinding/invalid_virtual_return_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/keep_reference_test.py b/tests/samplebinding/keep_reference_test.py
index fd99a23ca..3479b7350 100644
--- a/tests/samplebinding/keep_reference_test.py
+++ b/tests/samplebinding/keep_reference_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/list_test.py b/tests/samplebinding/list_test.py
index 0db059432..8556fd48d 100644
--- a/tests/samplebinding/list_test.py
+++ b/tests/samplebinding/list_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/map_test.py b/tests/samplebinding/map_test.py
index 8623907ee..448ccd377 100644
--- a/tests/samplebinding/map_test.py
+++ b/tests/samplebinding/map_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/mi_virtual_methods_test.py b/tests/samplebinding/mi_virtual_methods_test.py
index 41c43b3f1..108328e4e 100644
--- a/tests/samplebinding/mi_virtual_methods_test.py
+++ b/tests/samplebinding/mi_virtual_methods_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/mixed_mi_test.py b/tests/samplebinding/mixed_mi_test.py
index ad551ebe8..0e8523baf 100644
--- a/tests/samplebinding/mixed_mi_test.py
+++ b/tests/samplebinding/mixed_mi_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/modelindex_test.py b/tests/samplebinding/modelindex_test.py
index 31503b97d..554099c02 100644
--- a/tests/samplebinding/modelindex_test.py
+++ b/tests/samplebinding/modelindex_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/modelview_test.py b/tests/samplebinding/modelview_test.py
index 7b9bfe7b7..5b9e93737 100644
--- a/tests/samplebinding/modelview_test.py
+++ b/tests/samplebinding/modelview_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/modifications_test.py b/tests/samplebinding/modifications_test.py
index a18bd7a18..8133c514a 100644
--- a/tests/samplebinding/modifications_test.py
+++ b/tests/samplebinding/modifications_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/modified_constructor_test.py b/tests/samplebinding/modified_constructor_test.py
index 80612bd84..267a46176 100644
--- a/tests/samplebinding/modified_constructor_test.py
+++ b/tests/samplebinding/modified_constructor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/modifiedvirtualmethods_test.py b/tests/samplebinding/modifiedvirtualmethods_test.py
index 8580fedd5..fcf089a43 100644
--- a/tests/samplebinding/modifiedvirtualmethods_test.py
+++ b/tests/samplebinding/modifiedvirtualmethods_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/multi_cpp_inheritance_test.py b/tests/samplebinding/multi_cpp_inheritance_test.py
index 79f28c199..013b9916f 100644
--- a/tests/samplebinding/multi_cpp_inheritance_test.py
+++ b/tests/samplebinding/multi_cpp_inheritance_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/multiple_derived_test.py b/tests/samplebinding/multiple_derived_test.py
index 5601bf06b..c83d9b6ae 100644
--- a/tests/samplebinding/multiple_derived_test.py
+++ b/tests/samplebinding/multiple_derived_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/namespace_test.py b/tests/samplebinding/namespace_test.py
index efee9d5fa..4f45fb820 100644
--- a/tests/samplebinding/namespace_test.py
+++ b/tests/samplebinding/namespace_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/nondefaultctor_test.py b/tests/samplebinding/nondefaultctor_test.py
index d3757cb56..49dc5fea6 100644
--- a/tests/samplebinding/nondefaultctor_test.py
+++ b/tests/samplebinding/nondefaultctor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/nonzero_test.py b/tests/samplebinding/nonzero_test.py
index eb319f030..3d71e6488 100644
--- a/tests/samplebinding/nonzero_test.py
+++ b/tests/samplebinding/nonzero_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/numericaltypedef_test.py b/tests/samplebinding/numericaltypedef_test.py
index c896609b4..2923b4ccb 100644
--- a/tests/samplebinding/numericaltypedef_test.py
+++ b/tests/samplebinding/numericaltypedef_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/objecttype_test.py b/tests/samplebinding/objecttype_test.py
index 2448a7f68..d83e9b084 100644
--- a/tests/samplebinding/objecttype_test.py
+++ b/tests/samplebinding/objecttype_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/objecttype_with_named_args_test.py b/tests/samplebinding/objecttype_with_named_args_test.py
index 287bd199c..682600343 100755
--- a/tests/samplebinding/objecttype_with_named_args_test.py
+++ b/tests/samplebinding/objecttype_with_named_args_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/objecttypelayout_test.py b/tests/samplebinding/objecttypelayout_test.py
index 1e14e5a4a..3cc669fc1 100644
--- a/tests/samplebinding/objecttypelayout_test.py
+++ b/tests/samplebinding/objecttypelayout_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/objecttypeoperators_test.py b/tests/samplebinding/objecttypeoperators_test.py
index 71e5a5d40..ca608ceb7 100644
--- a/tests/samplebinding/objecttypeoperators_test.py
+++ b/tests/samplebinding/objecttypeoperators_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py b/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py
index 5a48a5d2a..b8c424d0d 100644
--- a/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py
+++ b/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/oddbool_test.py b/tests/samplebinding/oddbool_test.py
index 12b7a5a49..7a675d7fa 100644
--- a/tests/samplebinding/oddbool_test.py
+++ b/tests/samplebinding/oddbool_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/oldstyleclass_as_number_test.py b/tests/samplebinding/oldstyleclass_as_number_test.py
index 4045bac8d..dc63e4d76 100644
--- a/tests/samplebinding/oldstyleclass_as_number_test.py
+++ b/tests/samplebinding/oldstyleclass_as_number_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/onlycopyclass_test.py b/tests/samplebinding/onlycopyclass_test.py
index eeeb201c7..3a2827102 100644
--- a/tests/samplebinding/onlycopyclass_test.py
+++ b/tests/samplebinding/onlycopyclass_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/overflow_test.py b/tests/samplebinding/overflow_test.py
index ea2dd371d..5020872ea 100644
--- a/tests/samplebinding/overflow_test.py
+++ b/tests/samplebinding/overflow_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/overload_sorting_test.py b/tests/samplebinding/overload_sorting_test.py
index 0cb86642a..af14a61b9 100644
--- a/tests/samplebinding/overload_sorting_test.py
+++ b/tests/samplebinding/overload_sorting_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/overload_test.py b/tests/samplebinding/overload_test.py
index 3c3fa2751..94cc3ae27 100644
--- a/tests/samplebinding/overload_test.py
+++ b/tests/samplebinding/overload_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/overloadwithdefault_test.py b/tests/samplebinding/overloadwithdefault_test.py
index 5c418d8b9..c50c5b6bd 100644
--- a/tests/samplebinding/overloadwithdefault_test.py
+++ b/tests/samplebinding/overloadwithdefault_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_argument_invalidation_test.py b/tests/samplebinding/ownership_argument_invalidation_test.py
index 8a6aac79c..d11d2a4ab 100644
--- a/tests/samplebinding/ownership_argument_invalidation_test.py
+++ b/tests/samplebinding/ownership_argument_invalidation_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_delete_child_in_cpp_test.py b/tests/samplebinding/ownership_delete_child_in_cpp_test.py
index 4ae62340f..e260cf158 100644
--- a/tests/samplebinding/ownership_delete_child_in_cpp_test.py
+++ b/tests/samplebinding/ownership_delete_child_in_cpp_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_delete_child_in_python_test.py b/tests/samplebinding/ownership_delete_child_in_python_test.py
index 9aa1f9aba..86d30ec07 100644
--- a/tests/samplebinding/ownership_delete_child_in_python_test.py
+++ b/tests/samplebinding/ownership_delete_child_in_python_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_delete_parent_test.py b/tests/samplebinding/ownership_delete_parent_test.py
index cef829952..93dd0eca0 100644
--- a/tests/samplebinding/ownership_delete_parent_test.py
+++ b/tests/samplebinding/ownership_delete_parent_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_invalidate_after_use_test.py b/tests/samplebinding/ownership_invalidate_after_use_test.py
index 194c7e77e..f9e272a06 100644
--- a/tests/samplebinding/ownership_invalidate_after_use_test.py
+++ b/tests/samplebinding/ownership_invalidate_after_use_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_invalidate_child_test.py b/tests/samplebinding/ownership_invalidate_child_test.py
index 763c5a897..06c8aa9e3 100644
--- a/tests/samplebinding/ownership_invalidate_child_test.py
+++ b/tests/samplebinding/ownership_invalidate_child_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py b/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
index 4970694d1..214f90338 100644
--- a/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
+++ b/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_invalidate_parent_test.py b/tests/samplebinding/ownership_invalidate_parent_test.py
index 509bfcf4d..dae41b077 100644
--- a/tests/samplebinding/ownership_invalidate_parent_test.py
+++ b/tests/samplebinding/ownership_invalidate_parent_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_reparenting_test.py b/tests/samplebinding/ownership_reparenting_test.py
index 395ce393a..1b521ac06 100644
--- a/tests/samplebinding/ownership_reparenting_test.py
+++ b/tests/samplebinding/ownership_reparenting_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/ownership_transference_test.py b/tests/samplebinding/ownership_transference_test.py
index 5097d1e0f..bd9f4f31f 100644
--- a/tests/samplebinding/ownership_transference_test.py
+++ b/tests/samplebinding/ownership_transference_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pair_test.py b/tests/samplebinding/pair_test.py
index 77e8b3698..7b25cac0d 100644
--- a/tests/samplebinding/pair_test.py
+++ b/tests/samplebinding/pair_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pen_test.py b/tests/samplebinding/pen_test.py
index 52e79e2d1..d5af91c08 100644
--- a/tests/samplebinding/pen_test.py
+++ b/tests/samplebinding/pen_test.py
@@ -4,7 +4,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/point_test.py b/tests/samplebinding/point_test.py
index 4c015171f..91f352235 100644
--- a/tests/samplebinding/point_test.py
+++ b/tests/samplebinding/point_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pointerholder_test.py b/tests/samplebinding/pointerholder_test.py
index 23d901efd..2dc06c9da 100644
--- a/tests/samplebinding/pointerholder_test.py
+++ b/tests/samplebinding/pointerholder_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pointf_test.py b/tests/samplebinding/pointf_test.py
index 5cb84800a..9e66f1265 100644
--- a/tests/samplebinding/pointf_test.py
+++ b/tests/samplebinding/pointf_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/primitivereferenceargument_test.py b/tests/samplebinding/primitivereferenceargument_test.py
index 58299fea5..19531f659 100644
--- a/tests/samplebinding/primitivereferenceargument_test.py
+++ b/tests/samplebinding/primitivereferenceargument_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/privatector_test.py b/tests/samplebinding/privatector_test.py
index ea713670f..58996f8df 100644
--- a/tests/samplebinding/privatector_test.py
+++ b/tests/samplebinding/privatector_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/privatedtor_test.py b/tests/samplebinding/privatedtor_test.py
index e0b8ef347..3101ebf17 100644
--- a/tests/samplebinding/privatedtor_test.py
+++ b/tests/samplebinding/privatedtor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/protected_test.py b/tests/samplebinding/protected_test.py
index 83922d5d1..9057e4308 100644
--- a/tests/samplebinding/protected_test.py
+++ b/tests/samplebinding/protected_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pstrlist_test.py b/tests/samplebinding/pstrlist_test.py
index c78bb4af3..f3525b863 100644
--- a/tests/samplebinding/pstrlist_test.py
+++ b/tests/samplebinding/pstrlist_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/pystr_test.py b/tests/samplebinding/pystr_test.py
index e078c722f..adb611374 100644
--- a/tests/samplebinding/pystr_test.py
+++ b/tests/samplebinding/pystr_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/receive_null_cstring_test.py b/tests/samplebinding/receive_null_cstring_test.py
index 978433fda..f8d3fc2c7 100644
--- a/tests/samplebinding/receive_null_cstring_test.py
+++ b/tests/samplebinding/receive_null_cstring_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/reference_test.py b/tests/samplebinding/reference_test.py
index abff658c4..db2373b96 100644
--- a/tests/samplebinding/reference_test.py
+++ b/tests/samplebinding/reference_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/referencetopointer_test.py b/tests/samplebinding/referencetopointer_test.py
index 2f213b0d4..5a09d721d 100644
--- a/tests/samplebinding/referencetopointer_test.py
+++ b/tests/samplebinding/referencetopointer_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/return_null_test.py b/tests/samplebinding/return_null_test.py
index 46c13e89d..e409bbb66 100644
--- a/tests/samplebinding/return_null_test.py
+++ b/tests/samplebinding/return_null_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/richcompare_test.py b/tests/samplebinding/richcompare_test.py
index dfd20a378..29821683c 100644
--- a/tests/samplebinding/richcompare_test.py
+++ b/tests/samplebinding/richcompare_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/sample_test.py b/tests/samplebinding/sample_test.py
index cc11dd552..998977d6f 100644
--- a/tests/samplebinding/sample_test.py
+++ b/tests/samplebinding/sample_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/simplefile_test.py b/tests/samplebinding/simplefile_test.py
index 52e7952df..366e26020 100644
--- a/tests/samplebinding/simplefile_test.py
+++ b/tests/samplebinding/simplefile_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/size_test.py b/tests/samplebinding/size_test.py
index e85cb766c..1e0b63710 100644
--- a/tests/samplebinding/size_test.py
+++ b/tests/samplebinding/size_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/static_nonstatic_methods_test.py b/tests/samplebinding/static_nonstatic_methods_test.py
index 69ea41bdf..991d54f6f 100644
--- a/tests/samplebinding/static_nonstatic_methods_test.py
+++ b/tests/samplebinding/static_nonstatic_methods_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/str_test.py b/tests/samplebinding/str_test.py
index edc9779c9..0c8b175ab 100644
--- a/tests/samplebinding/str_test.py
+++ b/tests/samplebinding/str_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/strlist_test.py b/tests/samplebinding/strlist_test.py
index 0d1a747d4..bdc15a989 100644
--- a/tests/samplebinding/strlist_test.py
+++ b/tests/samplebinding/strlist_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/templateinheritingclass_test.py b/tests/samplebinding/templateinheritingclass_test.py
index d3741642f..a6fefc091 100644
--- a/tests/samplebinding/templateinheritingclass_test.py
+++ b/tests/samplebinding/templateinheritingclass_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/time_test.py b/tests/samplebinding/time_test.py
index d1ffc268e..80697206d 100644
--- a/tests/samplebinding/time_test.py
+++ b/tests/samplebinding/time_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/typeconverters_test.py b/tests/samplebinding/typeconverters_test.py
index 6b40573eb..cc11ff755 100644
--- a/tests/samplebinding/typeconverters_test.py
+++ b/tests/samplebinding/typeconverters_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/typedealloc_test.py b/tests/samplebinding/typedealloc_test.py
index c9f6d4998..ad728755c 100644
--- a/tests/samplebinding/typedealloc_test.py
+++ b/tests/samplebinding/typedealloc_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/typedtordoublefree_test.py b/tests/samplebinding/typedtordoublefree_test.py
index ada1077a4..3c0d8fc94 100644
--- a/tests/samplebinding/typedtordoublefree_test.py
+++ b/tests/samplebinding/typedtordoublefree_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/unsafe_parent_test.py b/tests/samplebinding/unsafe_parent_test.py
index cb0e43262..993ead87e 100644
--- a/tests/samplebinding/unsafe_parent_test.py
+++ b/tests/samplebinding/unsafe_parent_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/useraddedctor_test.py b/tests/samplebinding/useraddedctor_test.py
index 90ac6531c..722b8c17c 100644
--- a/tests/samplebinding/useraddedctor_test.py
+++ b/tests/samplebinding/useraddedctor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/virtualdtor_test.py b/tests/samplebinding/virtualdtor_test.py
index 877634fe9..ad236ce90 100644
--- a/tests/samplebinding/virtualdtor_test.py
+++ b/tests/samplebinding/virtualdtor_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/virtualmethods_test.py b/tests/samplebinding/virtualmethods_test.py
index 376ab8495..f03fe8393 100644
--- a/tests/samplebinding/virtualmethods_test.py
+++ b/tests/samplebinding/virtualmethods_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/visibilitychange_test.py b/tests/samplebinding/visibilitychange_test.py
index 4aa3ccd9d..2d1a0cc68 100644
--- a/tests/samplebinding/visibilitychange_test.py
+++ b/tests/samplebinding/visibilitychange_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/voidholder_test.py b/tests/samplebinding/voidholder_test.py
index a350bfeef..b8f168499 100644
--- a/tests/samplebinding/voidholder_test.py
+++ b/tests/samplebinding/voidholder_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/weakref_test.py b/tests/samplebinding/weakref_test.py
index a4ea9e66e..32701177c 100644
--- a/tests/samplebinding/weakref_test.py
+++ b/tests/samplebinding/weakref_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#
diff --git a/tests/samplebinding/writableclassdict_test.py b/tests/samplebinding/writableclassdict_test.py
index a162b304a..b9acbcf27 100644
--- a/tests/samplebinding/writableclassdict_test.py
+++ b/tests/samplebinding/writableclassdict_test.py
@@ -3,7 +3,7 @@
#
# This file is part of the Shiboken Python Bindings Generator project.
#
-# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
#
# Contact: PySide team <contact@pyside.org>
#