aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor
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 /ApiExtractor
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 'ApiExtractor')
-rw-r--r--ApiExtractor/abstractmetabuilder.cpp2
-rw-r--r--ApiExtractor/abstractmetabuilder.h2
-rw-r--r--ApiExtractor/abstractmetalang.cpp2
-rw-r--r--ApiExtractor/abstractmetalang.h2
-rw-r--r--ApiExtractor/apiextractor.cpp2
-rw-r--r--ApiExtractor/apiextractor.h2
-rw-r--r--ApiExtractor/asttoxml.cpp2
-rw-r--r--ApiExtractor/asttoxml.h2
-rw-r--r--ApiExtractor/docparser.cpp2
-rw-r--r--ApiExtractor/docparser.h2
-rw-r--r--ApiExtractor/doxygenparser.cpp2
-rw-r--r--ApiExtractor/doxygenparser.h2
-rw-r--r--ApiExtractor/fileout.cpp2
-rw-r--r--ApiExtractor/fileout.h2
-rw-r--r--ApiExtractor/graph.cpp2
-rw-r--r--ApiExtractor/graph.h2
-rw-r--r--ApiExtractor/include.cpp2
-rw-r--r--ApiExtractor/include.h2
-rw-r--r--ApiExtractor/parser/ast.cpp2
-rw-r--r--ApiExtractor/parser/ast.h2
-rw-r--r--ApiExtractor/parser/binder.cpp2
-rw-r--r--ApiExtractor/parser/binder.h2
-rw-r--r--ApiExtractor/parser/class_compiler.cpp2
-rw-r--r--ApiExtractor/parser/class_compiler.h2
-rw-r--r--ApiExtractor/parser/codemodel.cpp2
-rw-r--r--ApiExtractor/parser/codemodel.h2
-rw-r--r--ApiExtractor/parser/codemodel_finder.cpp2
-rw-r--r--ApiExtractor/parser/codemodel_finder.h2
-rw-r--r--ApiExtractor/parser/codemodel_fwd.h2
-rw-r--r--ApiExtractor/parser/codemodel_pointer.h2
-rw-r--r--ApiExtractor/parser/compiler_utils.cpp2
-rw-r--r--ApiExtractor/parser/compiler_utils.h2
-rw-r--r--ApiExtractor/parser/control.cpp2
-rw-r--r--ApiExtractor/parser/control.h2
-rw-r--r--ApiExtractor/parser/declarator_compiler.cpp2
-rw-r--r--ApiExtractor/parser/declarator_compiler.h2
-rw-r--r--ApiExtractor/parser/default_visitor.cpp2
-rw-r--r--ApiExtractor/parser/default_visitor.h2
-rw-r--r--ApiExtractor/parser/dumptree.cpp2
-rw-r--r--ApiExtractor/parser/dumptree.h2
-rw-r--r--ApiExtractor/parser/lexer.cpp2
-rw-r--r--ApiExtractor/parser/lexer.h2
-rw-r--r--ApiExtractor/parser/list.cpp2
-rw-r--r--ApiExtractor/parser/list.h2
-rw-r--r--ApiExtractor/parser/name_compiler.cpp2
-rw-r--r--ApiExtractor/parser/name_compiler.h2
-rw-r--r--ApiExtractor/parser/parser.cpp2
-rw-r--r--ApiExtractor/parser/parser.h2
-rw-r--r--ApiExtractor/parser/rpp-allocator.h2
-rw-r--r--ApiExtractor/parser/rpp/builtin-macros.cpp2
-rw-r--r--ApiExtractor/parser/rpp/pp-cctype.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-engine-bits.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-engine.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-environment.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-fwd.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-internal.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-iterator.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-macro-expander.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-macro.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-scanner.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-string.h2
-rw-r--r--ApiExtractor/parser/rpp/pp-symbol.h2
-rw-r--r--ApiExtractor/parser/rpp/pp.h2
-rw-r--r--ApiExtractor/parser/rpp/preprocessor.cpp2
-rw-r--r--ApiExtractor/parser/rpp/preprocessor.h2
-rw-r--r--ApiExtractor/parser/smallobject.cpp2
-rw-r--r--ApiExtractor/parser/smallobject.h2
-rw-r--r--ApiExtractor/parser/symbol.h2
-rw-r--r--ApiExtractor/parser/tokens.cpp2
-rw-r--r--ApiExtractor/parser/tokens.h2
-rw-r--r--ApiExtractor/parser/type_compiler.cpp2
-rw-r--r--ApiExtractor/parser/type_compiler.h2
-rw-r--r--ApiExtractor/parser/visitor.cpp2
-rw-r--r--ApiExtractor/parser/visitor.h2
-rw-r--r--ApiExtractor/qtdocparser.cpp2
-rw-r--r--ApiExtractor/qtdocparser.h2
-rw-r--r--ApiExtractor/reporthandler.cpp2
-rw-r--r--ApiExtractor/reporthandler.h2
-rw-r--r--ApiExtractor/tests/testabstractmetaclass.cpp2
-rw-r--r--ApiExtractor/tests/testabstractmetaclass.h2
-rw-r--r--ApiExtractor/tests/testabstractmetatype.cpp2
-rw-r--r--ApiExtractor/tests/testabstractmetatype.h2
-rw-r--r--ApiExtractor/tests/testaddfunction.cpp2
-rw-r--r--ApiExtractor/tests/testaddfunction.h2
-rw-r--r--ApiExtractor/tests/testarrayargument.cpp2
-rw-r--r--ApiExtractor/tests/testarrayargument.h2
-rw-r--r--ApiExtractor/tests/testcodeinjection.cpp2
-rw-r--r--ApiExtractor/tests/testcodeinjection.h2
-rw-r--r--ApiExtractor/tests/testcontainer.cpp2
-rw-r--r--ApiExtractor/tests/testcontainer.h2
-rw-r--r--ApiExtractor/tests/testconversionoperator.cpp2
-rw-r--r--ApiExtractor/tests/testconversionoperator.h2
-rw-r--r--ApiExtractor/tests/testconversionruletag.cpp2
-rw-r--r--ApiExtractor/tests/testconversionruletag.h2
-rw-r--r--ApiExtractor/tests/testctorinformation.cpp2
-rw-r--r--ApiExtractor/tests/testctorinformation.h2
-rw-r--r--ApiExtractor/tests/testdroptypeentries.cpp2
-rw-r--r--ApiExtractor/tests/testdroptypeentries.h2
-rw-r--r--ApiExtractor/tests/testdtorinformation.cpp2
-rw-r--r--ApiExtractor/tests/testdtorinformation.h2
-rw-r--r--ApiExtractor/tests/testenum.cpp2
-rw-r--r--ApiExtractor/tests/testenum.h2
-rw-r--r--ApiExtractor/tests/testextrainclude.cpp2
-rw-r--r--ApiExtractor/tests/testextrainclude.h2
-rw-r--r--ApiExtractor/tests/testfunctiontag.cpp2
-rw-r--r--ApiExtractor/tests/testfunctiontag.h2
-rw-r--r--ApiExtractor/tests/testimplicitconversions.cpp2
-rw-r--r--ApiExtractor/tests/testimplicitconversions.h2
-rw-r--r--ApiExtractor/tests/testinserttemplate.cpp2
-rw-r--r--ApiExtractor/tests/testinserttemplate.h2
-rw-r--r--ApiExtractor/tests/testmodifydocumentation.cpp2
-rw-r--r--ApiExtractor/tests/testmodifydocumentation.h2
-rw-r--r--ApiExtractor/tests/testmodifyfunction.cpp2
-rw-r--r--ApiExtractor/tests/testmodifyfunction.h2
-rw-r--r--ApiExtractor/tests/testmultipleinheritance.cpp2
-rw-r--r--ApiExtractor/tests/testmultipleinheritance.h2
-rw-r--r--ApiExtractor/tests/testnamespace.cpp2
-rw-r--r--ApiExtractor/tests/testnamespace.h2
-rw-r--r--ApiExtractor/tests/testnestedtypes.cpp2
-rw-r--r--ApiExtractor/tests/testnestedtypes.h2
-rw-r--r--ApiExtractor/tests/testnumericaltypedef.cpp2
-rw-r--r--ApiExtractor/tests/testnumericaltypedef.h2
-rw-r--r--ApiExtractor/tests/testprimitivetypetag.cpp2
-rw-r--r--ApiExtractor/tests/testprimitivetypetag.h2
-rw-r--r--ApiExtractor/tests/testrefcounttag.cpp2
-rw-r--r--ApiExtractor/tests/testrefcounttag.h2
-rw-r--r--ApiExtractor/tests/testreferencetopointer.cpp2
-rw-r--r--ApiExtractor/tests/testreferencetopointer.h2
-rw-r--r--ApiExtractor/tests/testremovefield.cpp2
-rw-r--r--ApiExtractor/tests/testremovefield.h2
-rw-r--r--ApiExtractor/tests/testremoveimplconv.cpp2
-rw-r--r--ApiExtractor/tests/testremoveimplconv.h2
-rw-r--r--ApiExtractor/tests/testremoveoperatormethod.cpp2
-rw-r--r--ApiExtractor/tests/testremoveoperatormethod.h2
-rw-r--r--ApiExtractor/tests/testresolvetype.cpp2
-rw-r--r--ApiExtractor/tests/testresolvetype.h2
-rw-r--r--ApiExtractor/tests/testreverseoperators.cpp2
-rw-r--r--ApiExtractor/tests/testreverseoperators.h2
-rw-r--r--ApiExtractor/tests/testtemplates.cpp2
-rw-r--r--ApiExtractor/tests/testtemplates.h2
-rw-r--r--ApiExtractor/tests/testtoposort.cpp2
-rw-r--r--ApiExtractor/tests/testtoposort.h2
-rw-r--r--ApiExtractor/tests/testtyperevision.cpp2
-rw-r--r--ApiExtractor/tests/testtyperevision.h2
-rw-r--r--ApiExtractor/tests/testutil.h2
-rw-r--r--ApiExtractor/tests/testvaluetypedefaultctortag.cpp2
-rw-r--r--ApiExtractor/tests/testvaluetypedefaultctortag.h2
-rw-r--r--ApiExtractor/tests/testvoidarg.cpp2
-rw-r--r--ApiExtractor/tests/testvoidarg.h2
-rw-r--r--ApiExtractor/typedatabase.cpp2
-rw-r--r--ApiExtractor/typedatabase.h2
-rw-r--r--ApiExtractor/typeparser.cpp2
-rw-r--r--ApiExtractor/typeparser.h2
-rw-r--r--ApiExtractor/typesystem.cpp2
-rw-r--r--ApiExtractor/typesystem.h2
-rw-r--r--ApiExtractor/typesystem_p.h2
156 files changed, 156 insertions, 156 deletions
diff --git a/ApiExtractor/abstractmetabuilder.cpp b/ApiExtractor/abstractmetabuilder.cpp
index 1d01e9ce2..b954ae510 100644
--- a/ApiExtractor/abstractmetabuilder.cpp
+++ b/ApiExtractor/abstractmetabuilder.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/abstractmetabuilder.h b/ApiExtractor/abstractmetabuilder.h
index dd4586061..09eb38699 100644
--- a/ApiExtractor/abstractmetabuilder.h
+++ b/ApiExtractor/abstractmetabuilder.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/abstractmetalang.cpp b/ApiExtractor/abstractmetalang.cpp
index d4bd1758b..21e77934d 100644
--- a/ApiExtractor/abstractmetalang.cpp
+++ b/ApiExtractor/abstractmetalang.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/abstractmetalang.h b/ApiExtractor/abstractmetalang.h
index 2658f8a80..6d2366e00 100644
--- a/ApiExtractor/abstractmetalang.h
+++ b/ApiExtractor/abstractmetalang.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/apiextractor.cpp b/ApiExtractor/apiextractor.cpp
index 3bd1d0826..7a3a4a0d0 100644
--- a/ApiExtractor/apiextractor.cpp
+++ b/ApiExtractor/apiextractor.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/apiextractor.h b/ApiExtractor/apiextractor.h
index 774f3f6ed..ba253274f 100644
--- a/ApiExtractor/apiextractor.h
+++ b/ApiExtractor/apiextractor.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/asttoxml.cpp b/ApiExtractor/asttoxml.cpp
index e884835c0..1ad0eb035 100644
--- a/ApiExtractor/asttoxml.cpp
+++ b/ApiExtractor/asttoxml.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/asttoxml.h b/ApiExtractor/asttoxml.h
index 43c7cc238..89f252904 100644
--- a/ApiExtractor/asttoxml.h
+++ b/ApiExtractor/asttoxml.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/docparser.cpp b/ApiExtractor/docparser.cpp
index d6e8bf468..56144c8d5 100644
--- a/ApiExtractor/docparser.cpp
+++ b/ApiExtractor/docparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/docparser.h b/ApiExtractor/docparser.h
index 08c107277..b7b0e44f9 100644
--- a/ApiExtractor/docparser.h
+++ b/ApiExtractor/docparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/doxygenparser.cpp b/ApiExtractor/doxygenparser.cpp
index 09cdd3865..b18c09934 100644
--- a/ApiExtractor/doxygenparser.cpp
+++ b/ApiExtractor/doxygenparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/doxygenparser.h b/ApiExtractor/doxygenparser.h
index 6eb4ce1c1..13506cd3c 100644
--- a/ApiExtractor/doxygenparser.h
+++ b/ApiExtractor/doxygenparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/fileout.cpp b/ApiExtractor/fileout.cpp
index 7beb74dcf..9e8c2c791 100644
--- a/ApiExtractor/fileout.cpp
+++ b/ApiExtractor/fileout.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/fileout.h b/ApiExtractor/fileout.h
index d5c9e29c5..e77ddca11 100644
--- a/ApiExtractor/fileout.h
+++ b/ApiExtractor/fileout.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/graph.cpp b/ApiExtractor/graph.cpp
index c985449c1..ef25447eb 100644
--- a/ApiExtractor/graph.cpp
+++ b/ApiExtractor/graph.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/graph.h b/ApiExtractor/graph.h
index d8883c14f..ecdac9d8f 100644
--- a/ApiExtractor/graph.h
+++ b/ApiExtractor/graph.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/include.cpp b/ApiExtractor/include.cpp
index 4d4787d03..a925006e4 100644
--- a/ApiExtractor/include.cpp
+++ b/ApiExtractor/include.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/include.h b/ApiExtractor/include.h
index 9474ed080..755cd9c12 100644
--- a/ApiExtractor/include.h
+++ b/ApiExtractor/include.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/parser/ast.cpp b/ApiExtractor/parser/ast.cpp
index ff5b7dfc8..e007d0e15 100644
--- a/ApiExtractor/parser/ast.cpp
+++ b/ApiExtractor/parser/ast.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/ast.h b/ApiExtractor/parser/ast.h
index d98497649..d666e4fc7 100644
--- a/ApiExtractor/parser/ast.h
+++ b/ApiExtractor/parser/ast.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).
** Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/binder.cpp b/ApiExtractor/parser/binder.cpp
index faace02ca..64289c5cb 100644
--- a/ApiExtractor/parser/binder.cpp
+++ b/ApiExtractor/parser/binder.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/binder.h b/ApiExtractor/parser/binder.h
index b4d4da667..da1b77ce1 100644
--- a/ApiExtractor/parser/binder.h
+++ b/ApiExtractor/parser/binder.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/class_compiler.cpp b/ApiExtractor/parser/class_compiler.cpp
index e04ffe109..49cbf916a 100644
--- a/ApiExtractor/parser/class_compiler.cpp
+++ b/ApiExtractor/parser/class_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/class_compiler.h b/ApiExtractor/parser/class_compiler.h
index 69fccf757..1a4e67aef 100644
--- a/ApiExtractor/parser/class_compiler.h
+++ b/ApiExtractor/parser/class_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel.cpp b/ApiExtractor/parser/codemodel.cpp
index 0cc14fcce..43a8c7ec5 100644
--- a/ApiExtractor/parser/codemodel.cpp
+++ b/ApiExtractor/parser/codemodel.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel.h b/ApiExtractor/parser/codemodel.h
index f87f57a35..3b3571f6b 100644
--- a/ApiExtractor/parser/codemodel.h
+++ b/ApiExtractor/parser/codemodel.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel_finder.cpp b/ApiExtractor/parser/codemodel_finder.cpp
index 866ea1cbd..4f29b3a65 100644
--- a/ApiExtractor/parser/codemodel_finder.cpp
+++ b/ApiExtractor/parser/codemodel_finder.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel_finder.h b/ApiExtractor/parser/codemodel_finder.h
index ac1b5b0eb..4cde648bb 100644
--- a/ApiExtractor/parser/codemodel_finder.h
+++ b/ApiExtractor/parser/codemodel_finder.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel_fwd.h b/ApiExtractor/parser/codemodel_fwd.h
index 96405909c..bb1c37f97 100644
--- a/ApiExtractor/parser/codemodel_fwd.h
+++ b/ApiExtractor/parser/codemodel_fwd.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/codemodel_pointer.h b/ApiExtractor/parser/codemodel_pointer.h
index 2c728f3c5..2c22f7a9c 100644
--- a/ApiExtractor/parser/codemodel_pointer.h
+++ b/ApiExtractor/parser/codemodel_pointer.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).
* Copyright (C) 2006 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/compiler_utils.cpp b/ApiExtractor/parser/compiler_utils.cpp
index 49624149a..3034ca5f2 100644
--- a/ApiExtractor/parser/compiler_utils.cpp
+++ b/ApiExtractor/parser/compiler_utils.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/compiler_utils.h b/ApiExtractor/parser/compiler_utils.h
index fdd96f15b..10ba1a809 100644
--- a/ApiExtractor/parser/compiler_utils.h
+++ b/ApiExtractor/parser/compiler_utils.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/control.cpp b/ApiExtractor/parser/control.cpp
index 9615debba..7bc878070 100644
--- a/ApiExtractor/parser/control.cpp
+++ b/ApiExtractor/parser/control.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/control.h b/ApiExtractor/parser/control.h
index 533db912c..1e8dcf954 100644
--- a/ApiExtractor/parser/control.h
+++ b/ApiExtractor/parser/control.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).
** Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/declarator_compiler.cpp b/ApiExtractor/parser/declarator_compiler.cpp
index 255bfcddb..2beef6d6b 100644
--- a/ApiExtractor/parser/declarator_compiler.cpp
+++ b/ApiExtractor/parser/declarator_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/declarator_compiler.h b/ApiExtractor/parser/declarator_compiler.h
index 70a65b058..e0bfd9d73 100644
--- a/ApiExtractor/parser/declarator_compiler.h
+++ b/ApiExtractor/parser/declarator_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/default_visitor.cpp b/ApiExtractor/parser/default_visitor.cpp
index 07ab968cc..e9272be60 100644
--- a/ApiExtractor/parser/default_visitor.cpp
+++ b/ApiExtractor/parser/default_visitor.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/default_visitor.h b/ApiExtractor/parser/default_visitor.h
index ec1caf3bc..2a892a968 100644
--- a/ApiExtractor/parser/default_visitor.h
+++ b/ApiExtractor/parser/default_visitor.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/dumptree.cpp b/ApiExtractor/parser/dumptree.cpp
index 1514b0f64..d65b23264 100644
--- a/ApiExtractor/parser/dumptree.cpp
+++ b/ApiExtractor/parser/dumptree.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/dumptree.h b/ApiExtractor/parser/dumptree.h
index cfc55e2e6..4e6a7211c 100644
--- a/ApiExtractor/parser/dumptree.h
+++ b/ApiExtractor/parser/dumptree.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/lexer.cpp b/ApiExtractor/parser/lexer.cpp
index 2abb540d0..0d1269e29 100644
--- a/ApiExtractor/parser/lexer.cpp
+++ b/ApiExtractor/parser/lexer.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/lexer.h b/ApiExtractor/parser/lexer.h
index 874805325..173ad80c5 100644
--- a/ApiExtractor/parser/lexer.h
+++ b/ApiExtractor/parser/lexer.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/list.cpp b/ApiExtractor/parser/list.cpp
index 7482b7392..b2f5cfe51 100644
--- a/ApiExtractor/parser/list.cpp
+++ b/ApiExtractor/parser/list.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/list.h b/ApiExtractor/parser/list.h
index fe0e6276a..cc481c091 100644
--- a/ApiExtractor/parser/list.h
+++ b/ApiExtractor/parser/list.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).
** Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/name_compiler.cpp b/ApiExtractor/parser/name_compiler.cpp
index 4dbd516d6..52e783a40 100644
--- a/ApiExtractor/parser/name_compiler.cpp
+++ b/ApiExtractor/parser/name_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/name_compiler.h b/ApiExtractor/parser/name_compiler.h
index 66cabaccf..1acd0b4a3 100644
--- a/ApiExtractor/parser/name_compiler.h
+++ b/ApiExtractor/parser/name_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/parser.cpp b/ApiExtractor/parser/parser.cpp
index e7d663ffd..c56369c31 100644
--- a/ApiExtractor/parser/parser.cpp
+++ b/ApiExtractor/parser/parser.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/parser.h b/ApiExtractor/parser/parser.h
index 4b0c76c85..8f31c1389 100644
--- a/ApiExtractor/parser/parser.h
+++ b/ApiExtractor/parser/parser.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp-allocator.h b/ApiExtractor/parser/rpp-allocator.h
index 313895f00..ecc686d97 100644
--- a/ApiExtractor/parser/rpp-allocator.h
+++ b/ApiExtractor/parser/rpp-allocator.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/parser/rpp/builtin-macros.cpp b/ApiExtractor/parser/rpp/builtin-macros.cpp
index 1b0fc06af..3dd2fe802 100644
--- a/ApiExtractor/parser/rpp/builtin-macros.cpp
+++ b/ApiExtractor/parser/rpp/builtin-macros.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/parser/rpp/pp-cctype.h b/ApiExtractor/parser/rpp/pp-cctype.h
index 5b0bf477c..1675bf15c 100644
--- a/ApiExtractor/parser/rpp/pp-cctype.h
+++ b/ApiExtractor/parser/rpp/pp-cctype.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-engine-bits.h b/ApiExtractor/parser/rpp/pp-engine-bits.h
index a79df43a4..b53607c54 100644
--- a/ApiExtractor/parser/rpp/pp-engine-bits.h
+++ b/ApiExtractor/parser/rpp/pp-engine-bits.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-engine.h b/ApiExtractor/parser/rpp/pp-engine.h
index bc1d02e2c..079ccc89c 100644
--- a/ApiExtractor/parser/rpp/pp-engine.h
+++ b/ApiExtractor/parser/rpp/pp-engine.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-environment.h b/ApiExtractor/parser/rpp/pp-environment.h
index be3ef3837..e3b64dfdf 100644
--- a/ApiExtractor/parser/rpp/pp-environment.h
+++ b/ApiExtractor/parser/rpp/pp-environment.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-fwd.h b/ApiExtractor/parser/rpp/pp-fwd.h
index 5b1c792f8..99785eca7 100644
--- a/ApiExtractor/parser/rpp/pp-fwd.h
+++ b/ApiExtractor/parser/rpp/pp-fwd.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-internal.h b/ApiExtractor/parser/rpp/pp-internal.h
index 7e708101d..bb892f8b6 100644
--- a/ApiExtractor/parser/rpp/pp-internal.h
+++ b/ApiExtractor/parser/rpp/pp-internal.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-iterator.h b/ApiExtractor/parser/rpp/pp-iterator.h
index 3e87d1cfc..edcb1be02 100644
--- a/ApiExtractor/parser/rpp/pp-iterator.h
+++ b/ApiExtractor/parser/rpp/pp-iterator.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-macro-expander.h b/ApiExtractor/parser/rpp/pp-macro-expander.h
index fd875d980..dba9a8f26 100644
--- a/ApiExtractor/parser/rpp/pp-macro-expander.h
+++ b/ApiExtractor/parser/rpp/pp-macro-expander.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-macro.h b/ApiExtractor/parser/rpp/pp-macro.h
index e633834b1..99b7505ff 100644
--- a/ApiExtractor/parser/rpp/pp-macro.h
+++ b/ApiExtractor/parser/rpp/pp-macro.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-scanner.h b/ApiExtractor/parser/rpp/pp-scanner.h
index e97b15843..cdf6ca0ba 100644
--- a/ApiExtractor/parser/rpp/pp-scanner.h
+++ b/ApiExtractor/parser/rpp/pp-scanner.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-string.h b/ApiExtractor/parser/rpp/pp-string.h
index 31bca4f7b..fec17dce3 100644
--- a/ApiExtractor/parser/rpp/pp-string.h
+++ b/ApiExtractor/parser/rpp/pp-string.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp-symbol.h b/ApiExtractor/parser/rpp/pp-symbol.h
index 8078aba8c..1e8f86cec 100644
--- a/ApiExtractor/parser/rpp/pp-symbol.h
+++ b/ApiExtractor/parser/rpp/pp-symbol.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/pp.h b/ApiExtractor/parser/rpp/pp.h
index 3ff38c0d1..6eccb1968 100644
--- a/ApiExtractor/parser/rpp/pp.h
+++ b/ApiExtractor/parser/rpp/pp.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).
* Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/preprocessor.cpp b/ApiExtractor/parser/rpp/preprocessor.cpp
index 9a4f8b04a..48ce87ce4 100644
--- a/ApiExtractor/parser/rpp/preprocessor.cpp
+++ b/ApiExtractor/parser/rpp/preprocessor.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).
* Copyright 2005 Harald Fernengel <harry@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/rpp/preprocessor.h b/ApiExtractor/parser/rpp/preprocessor.h
index c363ea7c8..8750a1bb8 100644
--- a/ApiExtractor/parser/rpp/preprocessor.h
+++ b/ApiExtractor/parser/rpp/preprocessor.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).
* Copyright 2005 Harald Fernengel <harry@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/smallobject.cpp b/ApiExtractor/parser/smallobject.cpp
index e96d417c6..6b2dbe4ba 100644
--- a/ApiExtractor/parser/smallobject.cpp
+++ b/ApiExtractor/parser/smallobject.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/smallobject.h b/ApiExtractor/parser/smallobject.h
index a9eb4990b..3e3ab25c5 100644
--- a/ApiExtractor/parser/smallobject.h
+++ b/ApiExtractor/parser/smallobject.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).
** Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/symbol.h b/ApiExtractor/parser/symbol.h
index 8e393cddb..2f44a50e1 100644
--- a/ApiExtractor/parser/symbol.h
+++ b/ApiExtractor/parser/symbol.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/tokens.cpp b/ApiExtractor/parser/tokens.cpp
index 2e054d894..e3008dea9 100644
--- a/ApiExtractor/parser/tokens.cpp
+++ b/ApiExtractor/parser/tokens.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/tokens.h b/ApiExtractor/parser/tokens.h
index 257ff0992..dbe612da0 100644
--- a/ApiExtractor/parser/tokens.h
+++ b/ApiExtractor/parser/tokens.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/type_compiler.cpp b/ApiExtractor/parser/type_compiler.cpp
index 4bcdb277a..93322bd25 100644
--- a/ApiExtractor/parser/type_compiler.cpp
+++ b/ApiExtractor/parser/type_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/type_compiler.h b/ApiExtractor/parser/type_compiler.h
index 985cc8e2e..d737bec03 100644
--- a/ApiExtractor/parser/type_compiler.h
+++ b/ApiExtractor/parser/type_compiler.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/visitor.cpp b/ApiExtractor/parser/visitor.cpp
index 742981414..3f07020be 100644
--- a/ApiExtractor/parser/visitor.cpp
+++ b/ApiExtractor/parser/visitor.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/parser/visitor.h b/ApiExtractor/parser/visitor.h
index 74edcca83..d7f41581e 100644
--- a/ApiExtractor/parser/visitor.h
+++ b/ApiExtractor/parser/visitor.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).
* Copyright (C) 2002-2005 Roberto Raggi <roberto@kdevelop.org>
*
* Contact: PySide team <contact@pyside.org>
diff --git a/ApiExtractor/qtdocparser.cpp b/ApiExtractor/qtdocparser.cpp
index dd5cbbcd5..1fdff0186 100644
--- a/ApiExtractor/qtdocparser.cpp
+++ b/ApiExtractor/qtdocparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/qtdocparser.h b/ApiExtractor/qtdocparser.h
index 48f2c4758..e95a91cb1 100644
--- a/ApiExtractor/qtdocparser.h
+++ b/ApiExtractor/qtdocparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/reporthandler.cpp b/ApiExtractor/reporthandler.cpp
index 471f008ef..ed5938a66 100644
--- a/ApiExtractor/reporthandler.cpp
+++ b/ApiExtractor/reporthandler.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/reporthandler.h b/ApiExtractor/reporthandler.h
index cc874e7af..4adaac4c3 100644
--- a/ApiExtractor/reporthandler.h
+++ b/ApiExtractor/reporthandler.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testabstractmetaclass.cpp b/ApiExtractor/tests/testabstractmetaclass.cpp
index 11e17d989..5227cbd13 100644
--- a/ApiExtractor/tests/testabstractmetaclass.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testabstractmetaclass.h b/ApiExtractor/tests/testabstractmetaclass.h
index d725c46ed..07069c293 100644
--- a/ApiExtractor/tests/testabstractmetaclass.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testabstractmetatype.cpp b/ApiExtractor/tests/testabstractmetatype.cpp
index 1e9ce81eb..41288ab06 100644
--- a/ApiExtractor/tests/testabstractmetatype.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testabstractmetatype.h b/ApiExtractor/tests/testabstractmetatype.h
index f543172cc..520eebe10 100644
--- a/ApiExtractor/tests/testabstractmetatype.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testaddfunction.cpp b/ApiExtractor/tests/testaddfunction.cpp
index c1189c346..f9db56134 100644
--- a/ApiExtractor/tests/testaddfunction.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testaddfunction.h b/ApiExtractor/tests/testaddfunction.h
index ce8c1fe41..063997f1c 100644
--- a/ApiExtractor/tests/testaddfunction.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testarrayargument.cpp b/ApiExtractor/tests/testarrayargument.cpp
index 7750ded59..a117df6f8 100644
--- a/ApiExtractor/tests/testarrayargument.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testarrayargument.h b/ApiExtractor/tests/testarrayargument.h
index 44cb6a6cb..a448dbcab 100644
--- a/ApiExtractor/tests/testarrayargument.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testcodeinjection.cpp b/ApiExtractor/tests/testcodeinjection.cpp
index ed2c379c2..922dd7094 100644
--- a/ApiExtractor/tests/testcodeinjection.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testcodeinjection.h b/ApiExtractor/tests/testcodeinjection.h
index e12b40d2d..440bfc4a8 100644
--- a/ApiExtractor/tests/testcodeinjection.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testcontainer.cpp b/ApiExtractor/tests/testcontainer.cpp
index 3d31f8a61..093d5cf0e 100644
--- a/ApiExtractor/tests/testcontainer.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testcontainer.h b/ApiExtractor/tests/testcontainer.h
index 22e47eeba..fa2cdb4a5 100644
--- a/ApiExtractor/tests/testcontainer.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testconversionoperator.cpp b/ApiExtractor/tests/testconversionoperator.cpp
index e14388e30..7a0819d1f 100644
--- a/ApiExtractor/tests/testconversionoperator.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testconversionoperator.h b/ApiExtractor/tests/testconversionoperator.h
index a901f3099..5d7cff2c9 100644
--- a/ApiExtractor/tests/testconversionoperator.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testconversionruletag.cpp b/ApiExtractor/tests/testconversionruletag.cpp
index 6228ef287..9d0d3fdd3 100644
--- a/ApiExtractor/tests/testconversionruletag.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testconversionruletag.h b/ApiExtractor/tests/testconversionruletag.h
index 8ab1481b1..e5a26483d 100644
--- a/ApiExtractor/tests/testconversionruletag.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testctorinformation.cpp b/ApiExtractor/tests/testctorinformation.cpp
index 09d57eb84..8256062d3 100644
--- a/ApiExtractor/tests/testctorinformation.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testctorinformation.h b/ApiExtractor/tests/testctorinformation.h
index 12d2529af..21c908500 100644
--- a/ApiExtractor/tests/testctorinformation.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testdroptypeentries.cpp b/ApiExtractor/tests/testdroptypeentries.cpp
index 5e646eac9..8159285f0 100644
--- a/ApiExtractor/tests/testdroptypeentries.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testdroptypeentries.h b/ApiExtractor/tests/testdroptypeentries.h
index e91292c12..4185cf630 100644
--- a/ApiExtractor/tests/testdroptypeentries.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testdtorinformation.cpp b/ApiExtractor/tests/testdtorinformation.cpp
index 1aaeb91dc..35ec96b85 100644
--- a/ApiExtractor/tests/testdtorinformation.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testdtorinformation.h b/ApiExtractor/tests/testdtorinformation.h
index 2e378001b..6b2461c33 100644
--- a/ApiExtractor/tests/testdtorinformation.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testenum.cpp b/ApiExtractor/tests/testenum.cpp
index ecc5dc9a5..c06ec1925 100644
--- a/ApiExtractor/tests/testenum.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testenum.h b/ApiExtractor/tests/testenum.h
index aeecd78db..8fad45584 100644
--- a/ApiExtractor/tests/testenum.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testextrainclude.cpp b/ApiExtractor/tests/testextrainclude.cpp
index b9e6ad318..fec0f5de8 100644
--- a/ApiExtractor/tests/testextrainclude.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testextrainclude.h b/ApiExtractor/tests/testextrainclude.h
index d397f5fcc..e68ae0f3c 100644
--- a/ApiExtractor/tests/testextrainclude.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testfunctiontag.cpp b/ApiExtractor/tests/testfunctiontag.cpp
index 378baf479..1eb43bdc6 100644
--- a/ApiExtractor/tests/testfunctiontag.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testfunctiontag.h b/ApiExtractor/tests/testfunctiontag.h
index 2edd1c4de..60ebff622 100644
--- a/ApiExtractor/tests/testfunctiontag.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testimplicitconversions.cpp b/ApiExtractor/tests/testimplicitconversions.cpp
index 4bc4d73fc..c3eb7fac5 100644
--- a/ApiExtractor/tests/testimplicitconversions.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testimplicitconversions.h b/ApiExtractor/tests/testimplicitconversions.h
index 69bef4952..1a7238f9d 100644
--- a/ApiExtractor/tests/testimplicitconversions.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testinserttemplate.cpp b/ApiExtractor/tests/testinserttemplate.cpp
index e3aade5a4..8ea769317 100644
--- a/ApiExtractor/tests/testinserttemplate.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testinserttemplate.h b/ApiExtractor/tests/testinserttemplate.h
index fd3ca1d72..8ed755ebb 100644
--- a/ApiExtractor/tests/testinserttemplate.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmodifydocumentation.cpp b/ApiExtractor/tests/testmodifydocumentation.cpp
index 7cab9daf2..cafb5d7f8 100644
--- a/ApiExtractor/tests/testmodifydocumentation.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmodifydocumentation.h b/ApiExtractor/tests/testmodifydocumentation.h
index 14bb0c69d..f516188e7 100644
--- a/ApiExtractor/tests/testmodifydocumentation.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmodifyfunction.cpp b/ApiExtractor/tests/testmodifyfunction.cpp
index 93dae7536..cba316f1b 100644
--- a/ApiExtractor/tests/testmodifyfunction.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmodifyfunction.h b/ApiExtractor/tests/testmodifyfunction.h
index d72a41ddc..bce4f62a0 100644
--- a/ApiExtractor/tests/testmodifyfunction.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmultipleinheritance.cpp b/ApiExtractor/tests/testmultipleinheritance.cpp
index 5464fc446..c12d7c4c6 100644
--- a/ApiExtractor/tests/testmultipleinheritance.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testmultipleinheritance.h b/ApiExtractor/tests/testmultipleinheritance.h
index 3a1bd388d..b153fb74f 100644
--- a/ApiExtractor/tests/testmultipleinheritance.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnamespace.cpp b/ApiExtractor/tests/testnamespace.cpp
index 7fc457db0..5583cdf2e 100644
--- a/ApiExtractor/tests/testnamespace.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnamespace.h b/ApiExtractor/tests/testnamespace.h
index 77f24eb9b..813c77ec2 100644
--- a/ApiExtractor/tests/testnamespace.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnestedtypes.cpp b/ApiExtractor/tests/testnestedtypes.cpp
index 83512f7db..72bec8027 100644
--- a/ApiExtractor/tests/testnestedtypes.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnestedtypes.h b/ApiExtractor/tests/testnestedtypes.h
index d0b828b0c..11ccb2634 100644
--- a/ApiExtractor/tests/testnestedtypes.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnumericaltypedef.cpp b/ApiExtractor/tests/testnumericaltypedef.cpp
index e48796726..efe85b7f2 100644
--- a/ApiExtractor/tests/testnumericaltypedef.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testnumericaltypedef.h b/ApiExtractor/tests/testnumericaltypedef.h
index a1d1bbe59..70f35c83a 100644
--- a/ApiExtractor/tests/testnumericaltypedef.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testprimitivetypetag.cpp b/ApiExtractor/tests/testprimitivetypetag.cpp
index ebd245bf9..b0c3c8808 100644
--- a/ApiExtractor/tests/testprimitivetypetag.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testprimitivetypetag.h b/ApiExtractor/tests/testprimitivetypetag.h
index 676174ddd..050f04911 100644
--- a/ApiExtractor/tests/testprimitivetypetag.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testrefcounttag.cpp b/ApiExtractor/tests/testrefcounttag.cpp
index 9e05cee93..cc3dc3cde 100644
--- a/ApiExtractor/tests/testrefcounttag.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testrefcounttag.h b/ApiExtractor/tests/testrefcounttag.h
index 1fcdd3dfb..22cd2576f 100644
--- a/ApiExtractor/tests/testrefcounttag.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testreferencetopointer.cpp b/ApiExtractor/tests/testreferencetopointer.cpp
index cd4b63b0a..9f922c11e 100644
--- a/ApiExtractor/tests/testreferencetopointer.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testreferencetopointer.h b/ApiExtractor/tests/testreferencetopointer.h
index b682285b5..9791a1d83 100644
--- a/ApiExtractor/tests/testreferencetopointer.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremovefield.cpp b/ApiExtractor/tests/testremovefield.cpp
index 1b1ae9c6a..c0589752f 100644
--- a/ApiExtractor/tests/testremovefield.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremovefield.h b/ApiExtractor/tests/testremovefield.h
index 301150c6f..4a2b5addf 100644
--- a/ApiExtractor/tests/testremovefield.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremoveimplconv.cpp b/ApiExtractor/tests/testremoveimplconv.cpp
index 48c7640d2..26d2133b5 100644
--- a/ApiExtractor/tests/testremoveimplconv.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremoveimplconv.h b/ApiExtractor/tests/testremoveimplconv.h
index bacc2a250..943f0f209 100644
--- a/ApiExtractor/tests/testremoveimplconv.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremoveoperatormethod.cpp b/ApiExtractor/tests/testremoveoperatormethod.cpp
index 35caea788..7aea4bbbb 100644
--- a/ApiExtractor/tests/testremoveoperatormethod.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testremoveoperatormethod.h b/ApiExtractor/tests/testremoveoperatormethod.h
index 1833ff11c..8ec5b0b49 100644
--- a/ApiExtractor/tests/testremoveoperatormethod.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testresolvetype.cpp b/ApiExtractor/tests/testresolvetype.cpp
index 11880e1b1..74fa0a2c8 100644
--- a/ApiExtractor/tests/testresolvetype.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testresolvetype.h b/ApiExtractor/tests/testresolvetype.h
index 8dc1c0a01..d8d275072 100644
--- a/ApiExtractor/tests/testresolvetype.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testreverseoperators.cpp b/ApiExtractor/tests/testreverseoperators.cpp
index ab9cee0ff..b39563d51 100644
--- a/ApiExtractor/tests/testreverseoperators.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testreverseoperators.h b/ApiExtractor/tests/testreverseoperators.h
index d5bdd9a1c..93d98a837 100644
--- a/ApiExtractor/tests/testreverseoperators.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtemplates.cpp b/ApiExtractor/tests/testtemplates.cpp
index c6a65d888..2ae4ce9cc 100644
--- a/ApiExtractor/tests/testtemplates.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtemplates.h b/ApiExtractor/tests/testtemplates.h
index 578691169..baa39d4e0 100644
--- a/ApiExtractor/tests/testtemplates.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtoposort.cpp b/ApiExtractor/tests/testtoposort.cpp
index d33786720..6ea9d76fa 100644
--- a/ApiExtractor/tests/testtoposort.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtoposort.h b/ApiExtractor/tests/testtoposort.h
index ad6447abd..423f42b7d 100644
--- a/ApiExtractor/tests/testtoposort.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtyperevision.cpp b/ApiExtractor/tests/testtyperevision.cpp
index 6fadfa9fa..23d36ca7f 100644
--- a/ApiExtractor/tests/testtyperevision.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testtyperevision.h b/ApiExtractor/tests/testtyperevision.h
index 24e94739f..8fc098656 100644
--- a/ApiExtractor/tests/testtyperevision.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testutil.h b/ApiExtractor/tests/testutil.h
index 9519fb8b2..3771b8684 100644
--- a/ApiExtractor/tests/testutil.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testvaluetypedefaultctortag.cpp b/ApiExtractor/tests/testvaluetypedefaultctortag.cpp
index e8f8d83ee..0cfd40ece 100644
--- a/ApiExtractor/tests/testvaluetypedefaultctortag.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testvaluetypedefaultctortag.h b/ApiExtractor/tests/testvaluetypedefaultctortag.h
index a271d5f8f..86a8e948f 100644
--- a/ApiExtractor/tests/testvaluetypedefaultctortag.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testvoidarg.cpp b/ApiExtractor/tests/testvoidarg.cpp
index 7f9256ad9..bfd04b587 100644
--- a/ApiExtractor/tests/testvoidarg.cpp
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/tests/testvoidarg.h b/ApiExtractor/tests/testvoidarg.h
index 589a3572d..a0e257294 100644
--- a/ApiExtractor/tests/testvoidarg.h
+++ b/ApiExtractor/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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typedatabase.cpp b/ApiExtractor/typedatabase.cpp
index d5c1eb6ce..deaf04c51 100644
--- a/ApiExtractor/typedatabase.cpp
+++ b/ApiExtractor/typedatabase.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typedatabase.h b/ApiExtractor/typedatabase.h
index 87b0cfe6a..116e0edee 100644
--- a/ApiExtractor/typedatabase.h
+++ b/ApiExtractor/typedatabase.h
@@ -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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typeparser.cpp b/ApiExtractor/typeparser.cpp
index 7c82a282f..86b4c8be1 100644
--- a/ApiExtractor/typeparser.cpp
+++ b/ApiExtractor/typeparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typeparser.h b/ApiExtractor/typeparser.h
index 1d0c019db..07663f9fb 100644
--- a/ApiExtractor/typeparser.h
+++ b/ApiExtractor/typeparser.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typesystem.cpp b/ApiExtractor/typesystem.cpp
index a08c2df2e..71814d6c9 100644
--- a/ApiExtractor/typesystem.cpp
+++ b/ApiExtractor/typesystem.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typesystem.h b/ApiExtractor/typesystem.h
index 632575f6d..98f5cb76e 100644
--- a/ApiExtractor/typesystem.h
+++ b/ApiExtractor/typesystem.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 <contact@pyside.org>
*
diff --git a/ApiExtractor/typesystem_p.h b/ApiExtractor/typesystem_p.h
index e8f5f2406..801e71efb 100644
--- a/ApiExtractor/typesystem_p.h
+++ b/ApiExtractor/typesystem_p.h
@@ -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 <contact@pyside.org>
*