summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTeemu Kaukoranta <[email protected]>2013-05-22 10:41:51 +0300
committerSergio Ahumada <[email protected]>2013-05-23 11:19:07 +0200
commit25b23b4f039650c6e5d64592e6e7210719e52097 (patch)
treeaa8d9480ad901ab16a9017f0e5a04c0b4d03e230 /tests
parent744d018dd857543f93f3961cf9e7f70adcc7ce65 (diff)
Replaced Nokia copyrights in headerHEADdev4.8
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: I9b960d54cfe46a85be86b524e95e3ee875933fb6 Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Janne Anttila <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/testabstractmetaclass.cpp2
-rw-r--r--tests/testabstractmetaclass.h2
-rw-r--r--tests/testabstractmetatype.cpp2
-rw-r--r--tests/testabstractmetatype.h2
-rw-r--r--tests/testaddfunction.cpp2
-rw-r--r--tests/testaddfunction.h2
-rw-r--r--tests/testarrayargument.cpp2
-rw-r--r--tests/testarrayargument.h2
-rw-r--r--tests/testcodeinjection.cpp2
-rw-r--r--tests/testcodeinjection.h2
-rw-r--r--tests/testcontainer.cpp2
-rw-r--r--tests/testcontainer.h2
-rw-r--r--tests/testconversionoperator.cpp2
-rw-r--r--tests/testconversionoperator.h2
-rw-r--r--tests/testconversionruletag.cpp2
-rw-r--r--tests/testconversionruletag.h2
-rw-r--r--tests/testctorinformation.cpp2
-rw-r--r--tests/testctorinformation.h2
-rw-r--r--tests/testdroptypeentries.cpp2
-rw-r--r--tests/testdroptypeentries.h2
-rw-r--r--tests/testdtorinformation.cpp2
-rw-r--r--tests/testdtorinformation.h2
-rw-r--r--tests/testenum.cpp2
-rw-r--r--tests/testenum.h2
-rw-r--r--tests/testextrainclude.cpp2
-rw-r--r--tests/testextrainclude.h2
-rw-r--r--tests/testfunctiontag.cpp2
-rw-r--r--tests/testfunctiontag.h2
-rw-r--r--tests/testimplicitconversions.cpp2
-rw-r--r--tests/testimplicitconversions.h2
-rw-r--r--tests/testinserttemplate.cpp2
-rw-r--r--tests/testinserttemplate.h2
-rw-r--r--tests/testmodifydocumentation.cpp2
-rw-r--r--tests/testmodifydocumentation.h2
-rw-r--r--tests/testmodifyfunction.cpp2
-rw-r--r--tests/testmodifyfunction.h2
-rw-r--r--tests/testmultipleinheritance.cpp2
-rw-r--r--tests/testmultipleinheritance.h2
-rw-r--r--tests/testnamespace.cpp2
-rw-r--r--tests/testnamespace.h2
-rw-r--r--tests/testnestedtypes.cpp2
-rw-r--r--tests/testnestedtypes.h2
-rw-r--r--tests/testnumericaltypedef.cpp2
-rw-r--r--tests/testnumericaltypedef.h2
-rw-r--r--tests/testprimitivetypetag.cpp2
-rw-r--r--tests/testprimitivetypetag.h2
-rw-r--r--tests/testrefcounttag.cpp2
-rw-r--r--tests/testrefcounttag.h2
-rw-r--r--tests/testreferencetopointer.cpp2
-rw-r--r--tests/testreferencetopointer.h2
-rw-r--r--tests/testremovefield.cpp2
-rw-r--r--tests/testremovefield.h2
-rw-r--r--tests/testremoveimplconv.cpp2
-rw-r--r--tests/testremoveimplconv.h2
-rw-r--r--tests/testremoveoperatormethod.cpp2
-rw-r--r--tests/testremoveoperatormethod.h2
-rw-r--r--tests/testresolvetype.cpp2
-rw-r--r--tests/testresolvetype.h2
-rw-r--r--tests/testreverseoperators.cpp2
-rw-r--r--tests/testreverseoperators.h2
-rw-r--r--tests/testtemplates.cpp2
-rw-r--r--tests/testtemplates.h2
-rw-r--r--tests/testtoposort.cpp2
-rw-r--r--tests/testtoposort.h2
-rw-r--r--tests/testtyperevision.cpp2
-rw-r--r--tests/testtyperevision.h2
-rw-r--r--tests/testutil.h2
-rw-r--r--tests/testvaluetypedefaultctortag.cpp2
-rw-r--r--tests/testvaluetypedefaultctortag.h2
-rw-r--r--tests/testvoidarg.cpp2
-rw-r--r--tests/testvoidarg.h2
71 files changed, 71 insertions, 71 deletions
diff --git a/tests/testabstractmetaclass.cpp b/tests/testabstractmetaclass.cpp
index 11e17d9..5227cbd 100644
--- a/tests/testabstractmetaclass.cpp
+++ b/tests/testabstractmetaclass.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testabstractmetaclass.h b/tests/testabstractmetaclass.h
index d725c46..07069c2 100644
--- a/tests/testabstractmetaclass.h
+++ b/tests/testabstractmetaclass.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testabstractmetatype.cpp b/tests/testabstractmetatype.cpp
index 1e9ce81..41288ab 100644
--- a/tests/testabstractmetatype.cpp
+++ b/tests/testabstractmetatype.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testabstractmetatype.h b/tests/testabstractmetatype.h
index f543172..520eebe 100644
--- a/tests/testabstractmetatype.h
+++ b/tests/testabstractmetatype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testaddfunction.cpp b/tests/testaddfunction.cpp
index c1189c3..f9db561 100644
--- a/tests/testaddfunction.cpp
+++ b/tests/testaddfunction.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testaddfunction.h b/tests/testaddfunction.h
index ce8c1fe..063997f 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testarrayargument.cpp b/tests/testarrayargument.cpp
index 7750ded..a117df6 100644
--- a/tests/testarrayargument.cpp
+++ b/tests/testarrayargument.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testarrayargument.h b/tests/testarrayargument.h
index 44cb6a6..a448dbc 100644
--- a/tests/testarrayargument.h
+++ b/tests/testarrayargument.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testcodeinjection.cpp b/tests/testcodeinjection.cpp
index ed2c379..922dd70 100644
--- a/tests/testcodeinjection.cpp
+++ b/tests/testcodeinjection.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testcodeinjection.h b/tests/testcodeinjection.h
index e12b40d..440bfc4 100644
--- a/tests/testcodeinjection.h
+++ b/tests/testcodeinjection.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testcontainer.cpp b/tests/testcontainer.cpp
index 3d31f8a..093d5cf 100644
--- a/tests/testcontainer.cpp
+++ b/tests/testcontainer.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testcontainer.h b/tests/testcontainer.h
index 22e47ee..fa2cdb4 100644
--- a/tests/testcontainer.h
+++ b/tests/testcontainer.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testconversionoperator.cpp b/tests/testconversionoperator.cpp
index e14388e..7a0819d 100644
--- a/tests/testconversionoperator.cpp
+++ b/tests/testconversionoperator.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testconversionoperator.h b/tests/testconversionoperator.h
index a901f30..5d7cff2 100644
--- a/tests/testconversionoperator.h
+++ b/tests/testconversionoperator.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testconversionruletag.cpp b/tests/testconversionruletag.cpp
index 6228ef2..9d0d3fd 100644
--- a/tests/testconversionruletag.cpp
+++ b/tests/testconversionruletag.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testconversionruletag.h b/tests/testconversionruletag.h
index 8ab1481..e5a2648 100644
--- a/tests/testconversionruletag.h
+++ b/tests/testconversionruletag.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testctorinformation.cpp b/tests/testctorinformation.cpp
index 09d57eb..8256062 100644
--- a/tests/testctorinformation.cpp
+++ b/tests/testctorinformation.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testctorinformation.h b/tests/testctorinformation.h
index 12d2529..21c9085 100644
--- a/tests/testctorinformation.h
+++ b/tests/testctorinformation.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testdroptypeentries.cpp b/tests/testdroptypeentries.cpp
index 5e646ea..8159285 100644
--- a/tests/testdroptypeentries.cpp
+++ b/tests/testdroptypeentries.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testdroptypeentries.h b/tests/testdroptypeentries.h
index e91292c..4185cf6 100644
--- a/tests/testdroptypeentries.h
+++ b/tests/testdroptypeentries.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testdtorinformation.cpp b/tests/testdtorinformation.cpp
index 1aaeb91..35ec96b 100644
--- a/tests/testdtorinformation.cpp
+++ b/tests/testdtorinformation.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testdtorinformation.h b/tests/testdtorinformation.h
index 2e37800..6b2461c 100644
--- a/tests/testdtorinformation.h
+++ b/tests/testdtorinformation.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testenum.cpp b/tests/testenum.cpp
index 85796a1..f175944 100644
--- a/tests/testenum.cpp
+++ b/tests/testenum.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testenum.h b/tests/testenum.h
index 7bf3a9e..d9b55fe 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testextrainclude.cpp b/tests/testextrainclude.cpp
index b9e6ad3..fec0f5d 100644
--- a/tests/testextrainclude.cpp
+++ b/tests/testextrainclude.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testextrainclude.h b/tests/testextrainclude.h
index d397f5f..e68ae0f 100644
--- a/tests/testextrainclude.h
+++ b/tests/testextrainclude.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testfunctiontag.cpp b/tests/testfunctiontag.cpp
index 378baf4..1eb43bd 100644
--- a/tests/testfunctiontag.cpp
+++ b/tests/testfunctiontag.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testfunctiontag.h b/tests/testfunctiontag.h
index 2edd1c4..60ebff6 100644
--- a/tests/testfunctiontag.h
+++ b/tests/testfunctiontag.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testimplicitconversions.cpp b/tests/testimplicitconversions.cpp
index 4bc4d73..c3eb7fa 100644
--- a/tests/testimplicitconversions.cpp
+++ b/tests/testimplicitconversions.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testimplicitconversions.h b/tests/testimplicitconversions.h
index 69bef49..1a7238f 100644
--- a/tests/testimplicitconversions.h
+++ b/tests/testimplicitconversions.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testinserttemplate.cpp b/tests/testinserttemplate.cpp
index e3aade5..8ea7693 100644
--- a/tests/testinserttemplate.cpp
+++ b/tests/testinserttemplate.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testinserttemplate.h b/tests/testinserttemplate.h
index fd3ca1d..8ed755e 100644
--- a/tests/testinserttemplate.h
+++ b/tests/testinserttemplate.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmodifydocumentation.cpp b/tests/testmodifydocumentation.cpp
index 7cab9da..cafb5d7 100644
--- a/tests/testmodifydocumentation.cpp
+++ b/tests/testmodifydocumentation.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmodifydocumentation.h b/tests/testmodifydocumentation.h
index 14bb0c6..f516188 100644
--- a/tests/testmodifydocumentation.h
+++ b/tests/testmodifydocumentation.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmodifyfunction.cpp b/tests/testmodifyfunction.cpp
index 93dae75..cba316f 100644
--- a/tests/testmodifyfunction.cpp
+++ b/tests/testmodifyfunction.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmodifyfunction.h b/tests/testmodifyfunction.h
index d72a41d..bce4f62 100644
--- a/tests/testmodifyfunction.h
+++ b/tests/testmodifyfunction.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmultipleinheritance.cpp b/tests/testmultipleinheritance.cpp
index 5464fc4..c12d7c4 100644
--- a/tests/testmultipleinheritance.cpp
+++ b/tests/testmultipleinheritance.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testmultipleinheritance.h b/tests/testmultipleinheritance.h
index 3a1bd38..b153fb7 100644
--- a/tests/testmultipleinheritance.h
+++ b/tests/testmultipleinheritance.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnamespace.cpp b/tests/testnamespace.cpp
index 7fc457d..5583cdf 100644
--- a/tests/testnamespace.cpp
+++ b/tests/testnamespace.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnamespace.h b/tests/testnamespace.h
index 77f24eb..813c77e 100644
--- a/tests/testnamespace.h
+++ b/tests/testnamespace.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnestedtypes.cpp b/tests/testnestedtypes.cpp
index 83512f7..72bec80 100644
--- a/tests/testnestedtypes.cpp
+++ b/tests/testnestedtypes.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnestedtypes.h b/tests/testnestedtypes.h
index d0b828b..11ccb26 100644
--- a/tests/testnestedtypes.h
+++ b/tests/testnestedtypes.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnumericaltypedef.cpp b/tests/testnumericaltypedef.cpp
index e487967..efe85b7 100644
--- a/tests/testnumericaltypedef.cpp
+++ b/tests/testnumericaltypedef.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testnumericaltypedef.h b/tests/testnumericaltypedef.h
index a1d1bbe..70f35c8 100644
--- a/tests/testnumericaltypedef.h
+++ b/tests/testnumericaltypedef.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testprimitivetypetag.cpp b/tests/testprimitivetypetag.cpp
index ebd245b..b0c3c88 100644
--- a/tests/testprimitivetypetag.cpp
+++ b/tests/testprimitivetypetag.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testprimitivetypetag.h b/tests/testprimitivetypetag.h
index 676174d..050f049 100644
--- a/tests/testprimitivetypetag.h
+++ b/tests/testprimitivetypetag.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testrefcounttag.cpp b/tests/testrefcounttag.cpp
index 9e05cee..cc3dc3c 100644
--- a/tests/testrefcounttag.cpp
+++ b/tests/testrefcounttag.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testrefcounttag.h b/tests/testrefcounttag.h
index 1fcdd3d..22cd257 100644
--- a/tests/testrefcounttag.h
+++ b/tests/testrefcounttag.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testreferencetopointer.cpp b/tests/testreferencetopointer.cpp
index cd4b63b..9f922c1 100644
--- a/tests/testreferencetopointer.cpp
+++ b/tests/testreferencetopointer.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testreferencetopointer.h b/tests/testreferencetopointer.h
index b682285..9791a1d 100644
--- a/tests/testreferencetopointer.h
+++ b/tests/testreferencetopointer.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremovefield.cpp b/tests/testremovefield.cpp
index 1b1ae9c..c058975 100644
--- a/tests/testremovefield.cpp
+++ b/tests/testremovefield.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremovefield.h b/tests/testremovefield.h
index 301150c..4a2b5ad 100644
--- a/tests/testremovefield.h
+++ b/tests/testremovefield.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremoveimplconv.cpp b/tests/testremoveimplconv.cpp
index 48c7640..26d2133 100644
--- a/tests/testremoveimplconv.cpp
+++ b/tests/testremoveimplconv.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremoveimplconv.h b/tests/testremoveimplconv.h
index bacc2a2..943f0f2 100644
--- a/tests/testremoveimplconv.h
+++ b/tests/testremoveimplconv.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremoveoperatormethod.cpp b/tests/testremoveoperatormethod.cpp
index 35caea7..7aea4bb 100644
--- a/tests/testremoveoperatormethod.cpp
+++ b/tests/testremoveoperatormethod.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testremoveoperatormethod.h b/tests/testremoveoperatormethod.h
index 1833ff1..8ec5b0b 100644
--- a/tests/testremoveoperatormethod.h
+++ b/tests/testremoveoperatormethod.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testresolvetype.cpp b/tests/testresolvetype.cpp
index 11880e1..74fa0a2 100644
--- a/tests/testresolvetype.cpp
+++ b/tests/testresolvetype.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testresolvetype.h b/tests/testresolvetype.h
index 8dc1c0a..d8d2750 100644
--- a/tests/testresolvetype.h
+++ b/tests/testresolvetype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testreverseoperators.cpp b/tests/testreverseoperators.cpp
index ab9cee0..b39563d 100644
--- a/tests/testreverseoperators.cpp
+++ b/tests/testreverseoperators.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testreverseoperators.h b/tests/testreverseoperators.h
index d5bdd9a..93d98a8 100644
--- a/tests/testreverseoperators.h
+++ b/tests/testreverseoperators.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtemplates.cpp b/tests/testtemplates.cpp
index c6a65d8..2ae4ce9 100644
--- a/tests/testtemplates.cpp
+++ b/tests/testtemplates.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtemplates.h b/tests/testtemplates.h
index 5786911..baa39d4 100644
--- a/tests/testtemplates.h
+++ b/tests/testtemplates.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtoposort.cpp b/tests/testtoposort.cpp
index d337867..6ea9d76 100644
--- a/tests/testtoposort.cpp
+++ b/tests/testtoposort.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtoposort.h b/tests/testtoposort.h
index ad6447a..423f42b 100644
--- a/tests/testtoposort.h
+++ b/tests/testtoposort.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtyperevision.cpp b/tests/testtyperevision.cpp
index 6fadfa9..23d36ca 100644
--- a/tests/testtyperevision.cpp
+++ b/tests/testtyperevision.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testtyperevision.h b/tests/testtyperevision.h
index 24e9473..8fc0986 100644
--- a/tests/testtyperevision.h
+++ b/tests/testtyperevision.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testutil.h b/tests/testutil.h
index 9519fb8..3771b86 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testvaluetypedefaultctortag.cpp b/tests/testvaluetypedefaultctortag.cpp
index e8f8d83..0cfd40e 100644
--- a/tests/testvaluetypedefaultctortag.cpp
+++ b/tests/testvaluetypedefaultctortag.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testvaluetypedefaultctortag.h b/tests/testvaluetypedefaultctortag.h
index a271d5f..86a8e94 100644
--- a/tests/testvaluetypedefaultctortag.h
+++ b/tests/testvaluetypedefaultctortag.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/tests/testvoidarg.cpp b/tests/testvoidarg.cpp
index 7f9256a..bfd04b5 100644
--- a/tests/testvoidarg.cpp
+++ b/tests/testvoidarg.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor 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 <[email protected]>
*
diff --git a/tests/testvoidarg.h b/tests/testvoidarg.h
index 589a357..a0e2572 100644
--- a/tests/testvoidarg.h
+++ b/tests/testvoidarg.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*