aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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
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')
-rw-r--r--tests/libminimal/libminimalmacros.h2
-rw-r--r--tests/libminimal/listuser.cpp2
-rw-r--r--tests/libminimal/listuser.h2
-rw-r--r--tests/libminimal/minbool.h2
-rw-r--r--tests/libminimal/obj.cpp2
-rw-r--r--tests/libminimal/obj.h2
-rw-r--r--tests/libminimal/val.h2
-rw-r--r--tests/libother/extendsnoimplicitconversion.h2
-rw-r--r--tests/libother/libothermacros.h2
-rw-r--r--tests/libother/number.cpp2
-rw-r--r--tests/libother/number.h2
-rw-r--r--tests/libother/otherderived.cpp2
-rw-r--r--tests/libother/otherderived.h2
-rw-r--r--tests/libother/othermultiplederived.cpp2
-rw-r--r--tests/libother/othermultiplederived.h2
-rw-r--r--tests/libother/otherobjecttype.cpp2
-rw-r--r--tests/libother/otherobjecttype.h2
-rw-r--r--tests/libsample/abstract.cpp2
-rw-r--r--tests/libsample/abstract.h2
-rw-r--r--tests/libsample/blackbox.cpp2
-rw-r--r--tests/libsample/blackbox.h2
-rw-r--r--tests/libsample/bucket.cpp2
-rw-r--r--tests/libsample/bucket.h2
-rw-r--r--tests/libsample/bytearray.cpp2
-rw-r--r--tests/libsample/bytearray.h2
-rw-r--r--tests/libsample/collector.cpp2
-rw-r--r--tests/libsample/collector.h2
-rw-r--r--tests/libsample/complex.cpp2
-rw-r--r--tests/libsample/complex.h2
-rw-r--r--tests/libsample/ctorconvrule.h2
-rw-r--r--tests/libsample/derived.cpp2
-rw-r--r--tests/libsample/derived.h2
-rw-r--r--tests/libsample/echo.cpp2
-rw-r--r--tests/libsample/echo.h2
-rw-r--r--tests/libsample/expression.cpp2
-rw-r--r--tests/libsample/expression.h2
-rw-r--r--tests/libsample/filter.cpp2
-rw-r--r--tests/libsample/filter.h2
-rw-r--r--tests/libsample/functions.cpp2
-rw-r--r--tests/libsample/functions.h2
-rw-r--r--tests/libsample/handle.cpp2
-rw-r--r--tests/libsample/handle.h2
-rw-r--r--tests/libsample/implicitconv.cpp2
-rw-r--r--tests/libsample/implicitconv.h2
-rw-r--r--tests/libsample/injectcode.cpp2
-rw-r--r--tests/libsample/injectcode.h2
-rw-r--r--tests/libsample/libsamplemacros.h2
-rw-r--r--tests/libsample/list.h2
-rw-r--r--tests/libsample/listuser.cpp2
-rw-r--r--tests/libsample/listuser.h2
-rw-r--r--tests/libsample/main.cpp2
-rw-r--r--tests/libsample/mapuser.cpp2
-rw-r--r--tests/libsample/mapuser.h2
-rw-r--r--tests/libsample/modelindex.h2
-rw-r--r--tests/libsample/modifications.cpp2
-rw-r--r--tests/libsample/modifications.h2
-rw-r--r--tests/libsample/modified_constructor.cpp2
-rw-r--r--tests/libsample/modified_constructor.h2
-rw-r--r--tests/libsample/multiple_derived.cpp2
-rw-r--r--tests/libsample/multiple_derived.h2
-rw-r--r--tests/libsample/noimplicitconversion.h2
-rw-r--r--tests/libsample/nondefaultctor.h2
-rw-r--r--tests/libsample/null.h2
-rw-r--r--tests/libsample/objectmodel.cpp2
-rw-r--r--tests/libsample/objectmodel.h2
-rw-r--r--tests/libsample/objecttype.cpp2
-rw-r--r--tests/libsample/objecttype.h2
-rw-r--r--tests/libsample/objecttypebyvalue.h2
-rw-r--r--tests/libsample/objecttypeholder.cpp2
-rw-r--r--tests/libsample/objecttypeholder.h2
-rw-r--r--tests/libsample/objecttypelayout.cpp2
-rw-r--r--tests/libsample/objecttypelayout.h2
-rw-r--r--tests/libsample/objecttypeoperators.cpp2
-rw-r--r--tests/libsample/objecttypeoperators.h2
-rw-r--r--tests/libsample/objectview.cpp2
-rw-r--r--tests/libsample/objectview.h2
-rw-r--r--tests/libsample/oddbool.h2
-rw-r--r--tests/libsample/onlycopy.cpp2
-rw-r--r--tests/libsample/onlycopy.h2
-rw-r--r--tests/libsample/overload.cpp2
-rw-r--r--tests/libsample/overload.h2
-rw-r--r--tests/libsample/overloadsort.cpp2
-rw-r--r--tests/libsample/overloadsort.h2
-rw-r--r--tests/libsample/pairuser.cpp2
-rw-r--r--tests/libsample/pairuser.h2
-rw-r--r--tests/libsample/pen.cpp2
-rw-r--r--tests/libsample/pen.h2
-rw-r--r--tests/libsample/photon.cpp2
-rw-r--r--tests/libsample/photon.h2
-rw-r--r--tests/libsample/point.cpp2
-rw-r--r--tests/libsample/point.h2
-rw-r--r--tests/libsample/pointerholder.h2
-rw-r--r--tests/libsample/pointf.cpp2
-rw-r--r--tests/libsample/pointf.h2
-rw-r--r--tests/libsample/polygon.cpp2
-rw-r--r--tests/libsample/polygon.h2
-rw-r--r--tests/libsample/privatector.h2
-rw-r--r--tests/libsample/privatedtor.h2
-rw-r--r--tests/libsample/protected.cpp2
-rw-r--r--tests/libsample/protected.h2
-rw-r--r--tests/libsample/rect.h2
-rw-r--r--tests/libsample/reference.cpp2
-rw-r--r--tests/libsample/reference.h2
-rw-r--r--tests/libsample/removednamespaces.h2
-rw-r--r--tests/libsample/sample.cpp2
-rw-r--r--tests/libsample/sample.h2
-rw-r--r--tests/libsample/samplenamespace.cpp2
-rw-r--r--tests/libsample/samplenamespace.h2
-rw-r--r--tests/libsample/sbkdate.cpp2
-rw-r--r--tests/libsample/sbkdate.h2
-rw-r--r--tests/libsample/simplefile.cpp2
-rw-r--r--tests/libsample/simplefile.h2
-rw-r--r--tests/libsample/size.cpp2
-rw-r--r--tests/libsample/size.h2
-rw-r--r--tests/libsample/sometime.cpp2
-rw-r--r--tests/libsample/sometime.h2
-rw-r--r--tests/libsample/str.cpp2
-rw-r--r--tests/libsample/str.h2
-rw-r--r--tests/libsample/strlist.cpp2
-rw-r--r--tests/libsample/strlist.h2
-rw-r--r--tests/libsample/valueandvirtual.h2
-rw-r--r--tests/libsample/virtualmethods.cpp2
-rw-r--r--tests/libsample/virtualmethods.h2
-rw-r--r--tests/libsample/voidholder.h2
-rw-r--r--tests/minimalbinding/listuser_test.py2
-rw-r--r--tests/minimalbinding/minbool_test.py2
-rw-r--r--tests/minimalbinding/obj_test.py2
-rw-r--r--tests/minimalbinding/typedef_test.py2
-rw-r--r--tests/minimalbinding/val_test.py2
-rw-r--r--tests/otherbinding/collector_external_operator_test.py2
-rwxr-xr-xtests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py2
-rwxr-xr-xtests/otherbinding/extended_multiply_operator_test.py2
-rw-r--r--tests/otherbinding/module_reload_test.py2
-rwxr-xr-xtests/otherbinding/new_ctor_operator_test.py2
-rwxr-xr-xtests/otherbinding/otherderived_test.py2
-rw-r--r--tests/otherbinding/typediscovery_test.py2
-rwxr-xr-xtests/otherbinding/usersprimitivefromothermodule_test.py2
-rw-r--r--tests/otherbinding/wrongctor_test.py2
-rw-r--r--tests/py3kcompat.py2
-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
-rw-r--r--tests/sphinxtabletest.cpp2
-rw-r--r--tests/sphinxtabletest.h2
-rw-r--r--tests/test_generator/dummygenerator.cpp2
-rw-r--r--tests/test_generator/dummygenerator.h2
-rw-r--r--tests/test_generator/dummygentest.cpp2
-rw-r--r--tests/test_generator/dummygentest.h2
-rw-r--r--tests/test_generator/main.cpp2
251 files changed, 251 insertions, 251 deletions
diff --git a/tests/libminimal/libminimalmacros.h b/tests/libminimal/libminimalmacros.h
index 7996035ec..59f7bfa63 100644
--- a/tests/libminimal/libminimalmacros.h
+++ b/tests/libminimal/libminimalmacros.h
@@ -1,7 +1,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/libminimal/listuser.cpp b/tests/libminimal/listuser.cpp
index 2f5ad4504..61c05b3b8 100644
--- a/tests/libminimal/listuser.cpp
+++ b/tests/libminimal/listuser.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libminimal/listuser.h b/tests/libminimal/listuser.h
index 8f65fff64..86e261c58 100644
--- a/tests/libminimal/listuser.h
+++ b/tests/libminimal/listuser.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libminimal/minbool.h b/tests/libminimal/minbool.h
index 6b32d1892..4901eb012 100644
--- a/tests/libminimal/minbool.h
+++ b/tests/libminimal/minbool.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libminimal/obj.cpp b/tests/libminimal/obj.cpp
index cb115b72f..707290921 100644
--- a/tests/libminimal/obj.cpp
+++ b/tests/libminimal/obj.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libminimal/obj.h b/tests/libminimal/obj.h
index ce3c02064..efff8d29f 100644
--- a/tests/libminimal/obj.h
+++ b/tests/libminimal/obj.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libminimal/val.h b/tests/libminimal/val.h
index e22d03fa6..969ac9728 100644
--- a/tests/libminimal/val.h
+++ b/tests/libminimal/val.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/extendsnoimplicitconversion.h b/tests/libother/extendsnoimplicitconversion.h
index 837f47ee1..7faad0cbe 100644
--- a/tests/libother/extendsnoimplicitconversion.h
+++ b/tests/libother/extendsnoimplicitconversion.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/libothermacros.h b/tests/libother/libothermacros.h
index 5c32a226a..c4f3abe39 100644
--- a/tests/libother/libothermacros.h
+++ b/tests/libother/libothermacros.h
@@ -1,7 +1,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/libother/number.cpp b/tests/libother/number.cpp
index e2d7a00b1..559e540f6 100644
--- a/tests/libother/number.cpp
+++ b/tests/libother/number.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/number.h b/tests/libother/number.h
index 796987331..b6c8ef7ee 100644
--- a/tests/libother/number.h
+++ b/tests/libother/number.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/otherderived.cpp b/tests/libother/otherderived.cpp
index f51f48252..c583fcd40 100644
--- a/tests/libother/otherderived.cpp
+++ b/tests/libother/otherderived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/otherderived.h b/tests/libother/otherderived.h
index 8685f8c07..867b4c95d 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/othermultiplederived.cpp b/tests/libother/othermultiplederived.cpp
index 3bd000386..3886d08db 100644
--- a/tests/libother/othermultiplederived.cpp
+++ b/tests/libother/othermultiplederived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/othermultiplederived.h b/tests/libother/othermultiplederived.h
index 8cead4d7e..007038699 100644
--- a/tests/libother/othermultiplederived.h
+++ b/tests/libother/othermultiplederived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/otherobjecttype.cpp b/tests/libother/otherobjecttype.cpp
index 845ac07c2..3b59182d7 100644
--- a/tests/libother/otherobjecttype.cpp
+++ b/tests/libother/otherobjecttype.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libother/otherobjecttype.h b/tests/libother/otherobjecttype.h
index 455e78b5e..7ec840514 100644
--- a/tests/libother/otherobjecttype.h
+++ b/tests/libother/otherobjecttype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/abstract.cpp b/tests/libsample/abstract.cpp
index d1ca4f3cf..e9b9bfb98 100644
--- a/tests/libsample/abstract.cpp
+++ b/tests/libsample/abstract.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/abstract.h b/tests/libsample/abstract.h
index feeec980e..52b1f5948 100644
--- a/tests/libsample/abstract.h
+++ b/tests/libsample/abstract.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/blackbox.cpp b/tests/libsample/blackbox.cpp
index 95fb88c29..493888178 100644
--- a/tests/libsample/blackbox.cpp
+++ b/tests/libsample/blackbox.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/blackbox.h b/tests/libsample/blackbox.h
index ed6f0d37b..a2f7b92ef 100644
--- a/tests/libsample/blackbox.h
+++ b/tests/libsample/blackbox.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/bucket.cpp b/tests/libsample/bucket.cpp
index b31ae1b40..20145263b 100644
--- a/tests/libsample/bucket.cpp
+++ b/tests/libsample/bucket.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/bucket.h b/tests/libsample/bucket.h
index af1bee5f3..9312664bf 100644
--- a/tests/libsample/bucket.h
+++ b/tests/libsample/bucket.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/bytearray.cpp b/tests/libsample/bytearray.cpp
index b0782d639..490bb8649 100644
--- a/tests/libsample/bytearray.cpp
+++ b/tests/libsample/bytearray.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/bytearray.h b/tests/libsample/bytearray.h
index a88adda6a..bb81a5f13 100644
--- a/tests/libsample/bytearray.h
+++ b/tests/libsample/bytearray.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/collector.cpp b/tests/libsample/collector.cpp
index eaa3e813a..efce3ae68 100644
--- a/tests/libsample/collector.cpp
+++ b/tests/libsample/collector.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/collector.h b/tests/libsample/collector.h
index c916d6f77..415166c84 100644
--- a/tests/libsample/collector.h
+++ b/tests/libsample/collector.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/complex.cpp b/tests/libsample/complex.cpp
index 5717e4902..3894262fc 100644
--- a/tests/libsample/complex.cpp
+++ b/tests/libsample/complex.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/complex.h b/tests/libsample/complex.h
index d8f27b0a9..c3022a050 100644
--- a/tests/libsample/complex.h
+++ b/tests/libsample/complex.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/ctorconvrule.h b/tests/libsample/ctorconvrule.h
index 681bd78f7..b8f63836e 100644
--- a/tests/libsample/ctorconvrule.h
+++ b/tests/libsample/ctorconvrule.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/derived.cpp b/tests/libsample/derived.cpp
index 408e2425d..a6cc2d819 100644
--- a/tests/libsample/derived.cpp
+++ b/tests/libsample/derived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/derived.h b/tests/libsample/derived.h
index 73f132d06..1dc4a3170 100644
--- a/tests/libsample/derived.h
+++ b/tests/libsample/derived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/echo.cpp b/tests/libsample/echo.cpp
index 1d51cb5a0..706b678bd 100644
--- a/tests/libsample/echo.cpp
+++ b/tests/libsample/echo.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/echo.h b/tests/libsample/echo.h
index 187518859..d3b13d6e7 100644
--- a/tests/libsample/echo.h
+++ b/tests/libsample/echo.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/expression.cpp b/tests/libsample/expression.cpp
index bead4c16d..fd3781901 100644
--- a/tests/libsample/expression.cpp
+++ b/tests/libsample/expression.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/expression.h b/tests/libsample/expression.h
index 608d5b5e4..96d46adab 100644
--- a/tests/libsample/expression.h
+++ b/tests/libsample/expression.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/filter.cpp b/tests/libsample/filter.cpp
index 48a2b34e2..9b402fe60 100644
--- a/tests/libsample/filter.cpp
+++ b/tests/libsample/filter.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/filter.h b/tests/libsample/filter.h
index 79a7d342d..38c7550af 100644
--- a/tests/libsample/filter.h
+++ b/tests/libsample/filter.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/functions.cpp b/tests/libsample/functions.cpp
index be1e2f9b2..49cbac750 100644
--- a/tests/libsample/functions.cpp
+++ b/tests/libsample/functions.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/functions.h b/tests/libsample/functions.h
index 95adb2de0..133372e1b 100644
--- a/tests/libsample/functions.h
+++ b/tests/libsample/functions.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/handle.cpp b/tests/libsample/handle.cpp
index 60d2ef81c..dec5d35e4 100644
--- a/tests/libsample/handle.cpp
+++ b/tests/libsample/handle.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2011-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/libsample/handle.h b/tests/libsample/handle.h
index 5e44bd061..403fc5448 100644
--- a/tests/libsample/handle.h
+++ b/tests/libsample/handle.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/implicitconv.cpp b/tests/libsample/implicitconv.cpp
index b4dc2fb39..cdda8c04b 100644
--- a/tests/libsample/implicitconv.cpp
+++ b/tests/libsample/implicitconv.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/implicitconv.h b/tests/libsample/implicitconv.h
index a95a58130..d1ddcdce2 100644
--- a/tests/libsample/implicitconv.h
+++ b/tests/libsample/implicitconv.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/injectcode.cpp b/tests/libsample/injectcode.cpp
index 05c4a1438..39ed3796e 100644
--- a/tests/libsample/injectcode.cpp
+++ b/tests/libsample/injectcode.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/injectcode.h b/tests/libsample/injectcode.h
index b7a2f5d49..669a06e4e 100644
--- a/tests/libsample/injectcode.h
+++ b/tests/libsample/injectcode.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/libsamplemacros.h b/tests/libsample/libsamplemacros.h
index 888a27186..53dde3499 100644
--- a/tests/libsample/libsamplemacros.h
+++ b/tests/libsample/libsamplemacros.h
@@ -1,7 +1,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/libsample/list.h b/tests/libsample/list.h
index 6b8d14ce3..7187919e1 100644
--- a/tests/libsample/list.h
+++ b/tests/libsample/list.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/listuser.cpp b/tests/libsample/listuser.cpp
index 67822d6d5..f5ca2a650 100644
--- a/tests/libsample/listuser.cpp
+++ b/tests/libsample/listuser.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/listuser.h b/tests/libsample/listuser.h
index eb5d4b613..9bdafac59 100644
--- a/tests/libsample/listuser.h
+++ b/tests/libsample/listuser.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/main.cpp b/tests/libsample/main.cpp
index 3dfb1ba9a..3aa95150f 100644
--- a/tests/libsample/main.cpp
+++ b/tests/libsample/main.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/mapuser.cpp b/tests/libsample/mapuser.cpp
index f733c677a..4b64e137e 100644
--- a/tests/libsample/mapuser.cpp
+++ b/tests/libsample/mapuser.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/mapuser.h b/tests/libsample/mapuser.h
index 08582ac5f..20e0d2a54 100644
--- a/tests/libsample/mapuser.h
+++ b/tests/libsample/mapuser.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/modelindex.h b/tests/libsample/modelindex.h
index 2654a58d9..f9c967ef6 100644
--- a/tests/libsample/modelindex.h
+++ b/tests/libsample/modelindex.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/modifications.cpp b/tests/libsample/modifications.cpp
index 95880d229..81d7c42ff 100644
--- a/tests/libsample/modifications.cpp
+++ b/tests/libsample/modifications.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/modifications.h b/tests/libsample/modifications.h
index 7d5c9123f..a237d4961 100644
--- a/tests/libsample/modifications.h
+++ b/tests/libsample/modifications.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/modified_constructor.cpp b/tests/libsample/modified_constructor.cpp
index 952ae7b42..3e5525205 100644
--- a/tests/libsample/modified_constructor.cpp
+++ b/tests/libsample/modified_constructor.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/modified_constructor.h b/tests/libsample/modified_constructor.h
index 242b1d5a9..518094c57 100644
--- a/tests/libsample/modified_constructor.h
+++ b/tests/libsample/modified_constructor.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/multiple_derived.cpp b/tests/libsample/multiple_derived.cpp
index 2bed90b1d..a61a4a0d7 100644
--- a/tests/libsample/multiple_derived.cpp
+++ b/tests/libsample/multiple_derived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/multiple_derived.h b/tests/libsample/multiple_derived.h
index 32a4f7245..d48a44984 100644
--- a/tests/libsample/multiple_derived.h
+++ b/tests/libsample/multiple_derived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/noimplicitconversion.h b/tests/libsample/noimplicitconversion.h
index 95a4afde3..7963e6300 100644
--- a/tests/libsample/noimplicitconversion.h
+++ b/tests/libsample/noimplicitconversion.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/nondefaultctor.h b/tests/libsample/nondefaultctor.h
index 4317f3c60..d9094b023 100644
--- a/tests/libsample/nondefaultctor.h
+++ b/tests/libsample/nondefaultctor.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/null.h b/tests/libsample/null.h
index 6c069b4b6..21dd0f023 100644
--- a/tests/libsample/null.h
+++ b/tests/libsample/null.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objectmodel.cpp b/tests/libsample/objectmodel.cpp
index 93c25645e..8d00ac2fd 100644
--- a/tests/libsample/objectmodel.cpp
+++ b/tests/libsample/objectmodel.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objectmodel.h b/tests/libsample/objectmodel.h
index 8e350efb4..ebcf0b2b3 100644
--- a/tests/libsample/objectmodel.h
+++ b/tests/libsample/objectmodel.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttype.cpp b/tests/libsample/objecttype.cpp
index 02ea7badc..ca75bbfa2 100644
--- a/tests/libsample/objecttype.cpp
+++ b/tests/libsample/objecttype.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttype.h b/tests/libsample/objecttype.h
index 78cbf8f5a..18c5038a7 100644
--- a/tests/libsample/objecttype.h
+++ b/tests/libsample/objecttype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypebyvalue.h b/tests/libsample/objecttypebyvalue.h
index 536af37cc..53aeb23d0 100644
--- a/tests/libsample/objecttypebyvalue.h
+++ b/tests/libsample/objecttypebyvalue.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypeholder.cpp b/tests/libsample/objecttypeholder.cpp
index ac466793c..2a1af1d68 100644
--- a/tests/libsample/objecttypeholder.cpp
+++ b/tests/libsample/objecttypeholder.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypeholder.h b/tests/libsample/objecttypeholder.h
index e8be24817..f3c72f12b 100644
--- a/tests/libsample/objecttypeholder.h
+++ b/tests/libsample/objecttypeholder.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypelayout.cpp b/tests/libsample/objecttypelayout.cpp
index fd9a306c4..2783e72ae 100644
--- a/tests/libsample/objecttypelayout.cpp
+++ b/tests/libsample/objecttypelayout.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypelayout.h b/tests/libsample/objecttypelayout.h
index 18693ca56..198fb9275 100644
--- a/tests/libsample/objecttypelayout.h
+++ b/tests/libsample/objecttypelayout.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypeoperators.cpp b/tests/libsample/objecttypeoperators.cpp
index 43aedc5de..0b2b0c38c 100644
--- a/tests/libsample/objecttypeoperators.cpp
+++ b/tests/libsample/objecttypeoperators.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objecttypeoperators.h b/tests/libsample/objecttypeoperators.h
index 9c1a85dc7..8df2623c3 100644
--- a/tests/libsample/objecttypeoperators.h
+++ b/tests/libsample/objecttypeoperators.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objectview.cpp b/tests/libsample/objectview.cpp
index a5dbc0f19..65ce5f039 100644
--- a/tests/libsample/objectview.cpp
+++ b/tests/libsample/objectview.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/objectview.h b/tests/libsample/objectview.h
index 3402b6d89..141a3329d 100644
--- a/tests/libsample/objectview.h
+++ b/tests/libsample/objectview.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/oddbool.h b/tests/libsample/oddbool.h
index 3cf06df09..20de6e2d6 100644
--- a/tests/libsample/oddbool.h
+++ b/tests/libsample/oddbool.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/onlycopy.cpp b/tests/libsample/onlycopy.cpp
index c40a012b5..54968cb44 100644
--- a/tests/libsample/onlycopy.cpp
+++ b/tests/libsample/onlycopy.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/onlycopy.h b/tests/libsample/onlycopy.h
index f81c174b6..91932fe0e 100644
--- a/tests/libsample/onlycopy.h
+++ b/tests/libsample/onlycopy.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/overload.cpp b/tests/libsample/overload.cpp
index ccef1f9ae..a616292e8 100644
--- a/tests/libsample/overload.cpp
+++ b/tests/libsample/overload.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/overload.h b/tests/libsample/overload.h
index bbac9afa4..92d424761 100644
--- a/tests/libsample/overload.h
+++ b/tests/libsample/overload.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/overloadsort.cpp b/tests/libsample/overloadsort.cpp
index 99550b1ba..a7ef3652f 100644
--- a/tests/libsample/overloadsort.cpp
+++ b/tests/libsample/overloadsort.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/overloadsort.h b/tests/libsample/overloadsort.h
index b3a95bc09..98cc89441 100644
--- a/tests/libsample/overloadsort.h
+++ b/tests/libsample/overloadsort.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pairuser.cpp b/tests/libsample/pairuser.cpp
index 38f1bf093..00ca2af3a 100644
--- a/tests/libsample/pairuser.cpp
+++ b/tests/libsample/pairuser.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pairuser.h b/tests/libsample/pairuser.h
index 3cf2393fb..9dabb64d8 100644
--- a/tests/libsample/pairuser.h
+++ b/tests/libsample/pairuser.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pen.cpp b/tests/libsample/pen.cpp
index e7780570f..965779430 100644
--- a/tests/libsample/pen.cpp
+++ b/tests/libsample/pen.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 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/libsample/pen.h b/tests/libsample/pen.h
index cdf4496e2..a78d01d85 100644
--- a/tests/libsample/pen.h
+++ b/tests/libsample/pen.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/photon.cpp b/tests/libsample/photon.cpp
index 2b55bb7a1..b1b3328ca 100644
--- a/tests/libsample/photon.cpp
+++ b/tests/libsample/photon.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/photon.h b/tests/libsample/photon.h
index e7bb146fc..f98d32a7e 100644
--- a/tests/libsample/photon.h
+++ b/tests/libsample/photon.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/point.cpp b/tests/libsample/point.cpp
index 61e2830e4..f889a0a53 100644
--- a/tests/libsample/point.cpp
+++ b/tests/libsample/point.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/point.h b/tests/libsample/point.h
index 45b1edd39..c2f620d89 100644
--- a/tests/libsample/point.h
+++ b/tests/libsample/point.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pointerholder.h b/tests/libsample/pointerholder.h
index fc9c43342..233d71566 100644
--- a/tests/libsample/pointerholder.h
+++ b/tests/libsample/pointerholder.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pointf.cpp b/tests/libsample/pointf.cpp
index 509863c41..d38ee1410 100644
--- a/tests/libsample/pointf.cpp
+++ b/tests/libsample/pointf.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/pointf.h b/tests/libsample/pointf.h
index f5ad11659..3a83a3e55 100644
--- a/tests/libsample/pointf.h
+++ b/tests/libsample/pointf.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/polygon.cpp b/tests/libsample/polygon.cpp
index 7f1e7f6da..72d33e498 100644
--- a/tests/libsample/polygon.cpp
+++ b/tests/libsample/polygon.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/polygon.h b/tests/libsample/polygon.h
index a127387f4..288c79579 100644
--- a/tests/libsample/polygon.h
+++ b/tests/libsample/polygon.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/privatector.h b/tests/libsample/privatector.h
index 399eef6ed..f2d3aea97 100644
--- a/tests/libsample/privatector.h
+++ b/tests/libsample/privatector.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/privatedtor.h b/tests/libsample/privatedtor.h
index 79e4b2b4c..1f144d279 100644
--- a/tests/libsample/privatedtor.h
+++ b/tests/libsample/privatedtor.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/protected.cpp b/tests/libsample/protected.cpp
index 85749d726..3ae888ec9 100644
--- a/tests/libsample/protected.cpp
+++ b/tests/libsample/protected.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/protected.h b/tests/libsample/protected.h
index 51b277f90..c465792e8 100644
--- a/tests/libsample/protected.h
+++ b/tests/libsample/protected.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/rect.h b/tests/libsample/rect.h
index e74d8f47a..95ea2244f 100644
--- a/tests/libsample/rect.h
+++ b/tests/libsample/rect.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/reference.cpp b/tests/libsample/reference.cpp
index 1456b1898..2ded5876b 100644
--- a/tests/libsample/reference.cpp
+++ b/tests/libsample/reference.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/reference.h b/tests/libsample/reference.h
index 588644a2a..3c212ddb5 100644
--- a/tests/libsample/reference.h
+++ b/tests/libsample/reference.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/removednamespaces.h b/tests/libsample/removednamespaces.h
index 93c3fb805..423701ab3 100644
--- a/tests/libsample/removednamespaces.h
+++ b/tests/libsample/removednamespaces.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/sample.cpp b/tests/libsample/sample.cpp
index 7e0a78f8a..d266a2a3a 100644
--- a/tests/libsample/sample.cpp
+++ b/tests/libsample/sample.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/sample.h b/tests/libsample/sample.h
index a789aeac1..082f07def 100644
--- a/tests/libsample/sample.h
+++ b/tests/libsample/sample.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/samplenamespace.cpp b/tests/libsample/samplenamespace.cpp
index 5b3b5302a..12058a732 100644
--- a/tests/libsample/samplenamespace.cpp
+++ b/tests/libsample/samplenamespace.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/samplenamespace.h b/tests/libsample/samplenamespace.h
index ed189517b..021066fc9 100644
--- a/tests/libsample/samplenamespace.h
+++ b/tests/libsample/samplenamespace.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/sbkdate.cpp b/tests/libsample/sbkdate.cpp
index d5f86c687..61b31a8db 100644
--- a/tests/libsample/sbkdate.cpp
+++ b/tests/libsample/sbkdate.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 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/libsample/sbkdate.h b/tests/libsample/sbkdate.h
index 7025cc3a9..f315e9b00 100644
--- a/tests/libsample/sbkdate.h
+++ b/tests/libsample/sbkdate.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/simplefile.cpp b/tests/libsample/simplefile.cpp
index 1a3e64a3f..deac16646 100644
--- a/tests/libsample/simplefile.cpp
+++ b/tests/libsample/simplefile.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/simplefile.h b/tests/libsample/simplefile.h
index c5328daff..273536da7 100644
--- a/tests/libsample/simplefile.h
+++ b/tests/libsample/simplefile.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/size.cpp b/tests/libsample/size.cpp
index 47e36b147..1b03c0d39 100644
--- a/tests/libsample/size.cpp
+++ b/tests/libsample/size.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/size.h b/tests/libsample/size.h
index f13319007..6b1b7b048 100644
--- a/tests/libsample/size.h
+++ b/tests/libsample/size.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/sometime.cpp b/tests/libsample/sometime.cpp
index d2dba4bc9..1075da1c1 100644
--- a/tests/libsample/sometime.cpp
+++ b/tests/libsample/sometime.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/sometime.h b/tests/libsample/sometime.h
index 627c93233..42b46a0b1 100644
--- a/tests/libsample/sometime.h
+++ b/tests/libsample/sometime.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/str.cpp b/tests/libsample/str.cpp
index db8bf2ec7..5bfaf890e 100644
--- a/tests/libsample/str.cpp
+++ b/tests/libsample/str.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/str.h b/tests/libsample/str.h
index 38b41db60..434e3698f 100644
--- a/tests/libsample/str.h
+++ b/tests/libsample/str.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/strlist.cpp b/tests/libsample/strlist.cpp
index 6a9eb23bd..a80ca5974 100644
--- a/tests/libsample/strlist.cpp
+++ b/tests/libsample/strlist.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/strlist.h b/tests/libsample/strlist.h
index 41c684bbb..7860f5852 100644
--- a/tests/libsample/strlist.h
+++ b/tests/libsample/strlist.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/valueandvirtual.h b/tests/libsample/valueandvirtual.h
index e72dbd255..3b97eaebc 100644
--- a/tests/libsample/valueandvirtual.h
+++ b/tests/libsample/valueandvirtual.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/virtualmethods.cpp b/tests/libsample/virtualmethods.cpp
index bd47dbb0e..03943b530 100644
--- a/tests/libsample/virtualmethods.cpp
+++ b/tests/libsample/virtualmethods.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/virtualmethods.h b/tests/libsample/virtualmethods.h
index 7d7fe1d5a..8d0a8ac35 100644
--- a/tests/libsample/virtualmethods.h
+++ b/tests/libsample/virtualmethods.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/libsample/voidholder.h b/tests/libsample/voidholder.h
index ac2790f84..63cd985a0 100644
--- a/tests/libsample/voidholder.h
+++ b/tests/libsample/voidholder.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding 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/minimalbinding/listuser_test.py b/tests/minimalbinding/listuser_test.py
index 854d7d578..05c54ba97 100644
--- a/tests/minimalbinding/listuser_test.py
+++ b/tests/minimalbinding/listuser_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/minimalbinding/minbool_test.py b/tests/minimalbinding/minbool_test.py
index 0b183d7aa..5df85f6e0 100644
--- a/tests/minimalbinding/minbool_test.py
+++ b/tests/minimalbinding/minbool_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/minimalbinding/obj_test.py b/tests/minimalbinding/obj_test.py
index 18556c850..459155b46 100644
--- a/tests/minimalbinding/obj_test.py
+++ b/tests/minimalbinding/obj_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/minimalbinding/typedef_test.py b/tests/minimalbinding/typedef_test.py
index 4c1c217fa..ca90372aa 100644
--- a/tests/minimalbinding/typedef_test.py
+++ b/tests/minimalbinding/typedef_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/minimalbinding/val_test.py b/tests/minimalbinding/val_test.py
index a368af173..19dab091a 100644
--- a/tests/minimalbinding/val_test.py
+++ b/tests/minimalbinding/val_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/otherbinding/collector_external_operator_test.py b/tests/otherbinding/collector_external_operator_test.py
index 58a23d2b0..3e05700de 100644
--- a/tests/otherbinding/collector_external_operator_test.py
+++ b/tests/otherbinding/collector_external_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/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py b/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py
index d69171fe3..2e8f13959 100755
--- a/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py
+++ b/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_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/otherbinding/extended_multiply_operator_test.py b/tests/otherbinding/extended_multiply_operator_test.py
index 133072fdc..343f052f5 100755
--- a/tests/otherbinding/extended_multiply_operator_test.py
+++ b/tests/otherbinding/extended_multiply_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/otherbinding/module_reload_test.py b/tests/otherbinding/module_reload_test.py
index fde3f58f9..5870bf2cb 100644
--- a/tests/otherbinding/module_reload_test.py
+++ b/tests/otherbinding/module_reload_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/otherbinding/new_ctor_operator_test.py b/tests/otherbinding/new_ctor_operator_test.py
index 1a22232b9..7ca5d3b41 100755
--- a/tests/otherbinding/new_ctor_operator_test.py
+++ b/tests/otherbinding/new_ctor_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/otherbinding/otherderived_test.py b/tests/otherbinding/otherderived_test.py
index 56a71d7bb..c7051e40a 100755
--- a/tests/otherbinding/otherderived_test.py
+++ b/tests/otherbinding/otherderived_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/otherbinding/typediscovery_test.py b/tests/otherbinding/typediscovery_test.py
index aab768049..edcf0c673 100644
--- a/tests/otherbinding/typediscovery_test.py
+++ b/tests/otherbinding/typediscovery_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/otherbinding/usersprimitivefromothermodule_test.py b/tests/otherbinding/usersprimitivefromothermodule_test.py
index 480775ef7..a0cf258a3 100755
--- a/tests/otherbinding/usersprimitivefromothermodule_test.py
+++ b/tests/otherbinding/usersprimitivefromothermodule_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/otherbinding/wrongctor_test.py b/tests/otherbinding/wrongctor_test.py
index dfdeab88f..deebda1c0 100644
--- a/tests/otherbinding/wrongctor_test.py
+++ b/tests/otherbinding/wrongctor_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/py3kcompat.py b/tests/py3kcompat.py
index 644eec3ee..e94d940d3 100644
--- a/tests/py3kcompat.py
+++ b/tests/py3kcompat.py
@@ -2,7 +2,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/__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>
#
diff --git a/tests/sphinxtabletest.cpp b/tests/sphinxtabletest.cpp
index c1ba59e60..61a90d59a 100644
--- a/tests/sphinxtabletest.cpp
+++ b/tests/sphinxtabletest.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Boost Python 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/sphinxtabletest.h b/tests/sphinxtabletest.h
index e056021b5..2bf5e872b 100644
--- a/tests/sphinxtabletest.h
+++ b/tests/sphinxtabletest.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Boost Python 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/test_generator/dummygenerator.cpp b/tests/test_generator/dummygenerator.cpp
index 795d7afd3..5f658db25 100644
--- a/tests/test_generator/dummygenerator.cpp
+++ b/tests/test_generator/dummygenerator.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the PySide 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/test_generator/dummygenerator.h b/tests/test_generator/dummygenerator.h
index 079c1d5b6..c2ce9842b 100644
--- a/tests/test_generator/dummygenerator.h
+++ b/tests/test_generator/dummygenerator.h
@@ -1,7 +1,7 @@
/*
* This file is part of the PySide 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/test_generator/dummygentest.cpp b/tests/test_generator/dummygentest.cpp
index a71abfccd..6de2aa761 100644
--- a/tests/test_generator/dummygentest.cpp
+++ b/tests/test_generator/dummygentest.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the PySide 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/test_generator/dummygentest.h b/tests/test_generator/dummygentest.h
index 0f485ae81..495112fb9 100644
--- a/tests/test_generator/dummygentest.h
+++ b/tests/test_generator/dummygentest.h
@@ -1,7 +1,7 @@
/*
* This file is part of the PySide 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/test_generator/main.cpp b/tests/test_generator/main.cpp
index 47ad4d0a5..74f2d2924 100644
--- a/tests/test_generator/main.cpp
+++ b/tests/test_generator/main.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the PySide 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>
*