aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
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/libsample
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/libsample')
-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
107 files changed, 107 insertions, 107 deletions
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>
*