summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 10:41:51 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:19:07 +0200
commit25b23b4f039650c6e5d64592e6e7210719e52097 (patch)
treeaa8d9480ad901ab16a9017f0e5a04c0b4d03e230
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 <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--abstractmetabuilder.cpp2
-rw-r--r--abstractmetabuilder.h2
-rw-r--r--abstractmetalang.cpp2
-rw-r--r--abstractmetalang.h2
-rw-r--r--apiextractor.cpp2
-rw-r--r--apiextractor.h2
-rw-r--r--asttoxml.cpp2
-rw-r--r--asttoxml.h2
-rw-r--r--docparser.cpp2
-rw-r--r--docparser.h2
-rw-r--r--doxygenparser.cpp2
-rw-r--r--doxygenparser.h2
-rw-r--r--fileout.cpp2
-rw-r--r--fileout.h2
-rw-r--r--graph.cpp2
-rw-r--r--graph.h2
-rw-r--r--include.cpp2
-rw-r--r--include.h2
-rw-r--r--parser/ast.cpp2
-rw-r--r--parser/ast.h2
-rw-r--r--parser/binder.cpp2
-rw-r--r--parser/binder.h2
-rw-r--r--parser/class_compiler.cpp2
-rw-r--r--parser/class_compiler.h2
-rw-r--r--parser/codemodel.cpp2
-rw-r--r--parser/codemodel.h2
-rw-r--r--parser/codemodel_finder.cpp2
-rw-r--r--parser/codemodel_finder.h2
-rw-r--r--parser/codemodel_fwd.h2
-rw-r--r--parser/codemodel_pointer.h2
-rw-r--r--parser/compiler_utils.cpp2
-rw-r--r--parser/compiler_utils.h2
-rw-r--r--parser/control.cpp2
-rw-r--r--parser/control.h2
-rw-r--r--parser/declarator_compiler.cpp2
-rw-r--r--parser/declarator_compiler.h2
-rw-r--r--parser/default_visitor.cpp2
-rw-r--r--parser/default_visitor.h2
-rw-r--r--parser/dumptree.cpp2
-rw-r--r--parser/dumptree.h2
-rw-r--r--parser/lexer.cpp2
-rw-r--r--parser/lexer.h2
-rw-r--r--parser/list.cpp2
-rw-r--r--parser/list.h2
-rw-r--r--parser/name_compiler.cpp2
-rw-r--r--parser/name_compiler.h2
-rw-r--r--parser/parser.cpp2
-rw-r--r--parser/parser.h2
-rw-r--r--parser/rpp-allocator.h2
-rw-r--r--parser/rpp/builtin-macros.cpp2
-rw-r--r--parser/rpp/pp-cctype.h2
-rw-r--r--parser/rpp/pp-engine-bits.h2
-rw-r--r--parser/rpp/pp-engine.h2
-rw-r--r--parser/rpp/pp-environment.h2
-rw-r--r--parser/rpp/pp-fwd.h2
-rw-r--r--parser/rpp/pp-internal.h2
-rw-r--r--parser/rpp/pp-iterator.h2
-rw-r--r--parser/rpp/pp-macro-expander.h2
-rw-r--r--parser/rpp/pp-macro.h2
-rw-r--r--parser/rpp/pp-scanner.h2
-rw-r--r--parser/rpp/pp-string.h2
-rw-r--r--parser/rpp/pp-symbol.h2
-rw-r--r--parser/rpp/pp.h2
-rw-r--r--parser/rpp/preprocessor.cpp2
-rw-r--r--parser/rpp/preprocessor.h2
-rw-r--r--parser/smallobject.cpp2
-rw-r--r--parser/smallobject.h2
-rw-r--r--parser/symbol.h2
-rw-r--r--parser/tokens.cpp2
-rw-r--r--parser/tokens.h2
-rw-r--r--parser/type_compiler.cpp2
-rw-r--r--parser/type_compiler.h2
-rw-r--r--parser/visitor.cpp2
-rw-r--r--parser/visitor.h2
-rw-r--r--qtdocparser.cpp2
-rw-r--r--qtdocparser.h2
-rw-r--r--reporthandler.cpp2
-rw-r--r--reporthandler.h2
-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
-rw-r--r--typedatabase.cpp2
-rw-r--r--typedatabase.h2
-rw-r--r--typeparser.cpp2
-rw-r--r--typeparser.h2
-rw-r--r--typesystem.cpp2
-rw-r--r--typesystem.h2
-rw-r--r--typesystem_p.h2
156 files changed, 156 insertions, 156 deletions
diff --git a/abstractmetabuilder.cpp b/abstractmetabuilder.cpp
index 1d01e9c..b954ae5 100644
--- a/abstractmetabuilder.cpp
+++ b/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/abstractmetabuilder.h b/abstractmetabuilder.h
index b4a2863..1cf0a3b 100644
--- a/abstractmetabuilder.h
+++ b/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/abstractmetalang.cpp b/abstractmetalang.cpp
index fefda50..acc63c1 100644
--- a/abstractmetalang.cpp
+++ b/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/abstractmetalang.h b/abstractmetalang.h
index 2851d1c..8ff8a48 100644
--- a/abstractmetalang.h
+++ b/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.cpp b/apiextractor.cpp
index c26e6f6..ed45159 100644
--- a/apiextractor.cpp
+++ b/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.h b/apiextractor.h
index 0a71f1a..425f832 100644
--- a/apiextractor.h
+++ b/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/asttoxml.cpp b/asttoxml.cpp
index e884835..1ad0eb0 100644
--- a/asttoxml.cpp
+++ b/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/asttoxml.h b/asttoxml.h
index 43c7cc2..89f2529 100644
--- a/asttoxml.h
+++ b/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/docparser.cpp b/docparser.cpp
index d6e8bf4..56144c8 100644
--- a/docparser.cpp
+++ b/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/docparser.h b/docparser.h
index 6764333..a34905d 100644
--- a/docparser.h
+++ b/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/doxygenparser.cpp b/doxygenparser.cpp
index 09cdd38..b18c099 100644
--- a/doxygenparser.cpp
+++ b/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/doxygenparser.h b/doxygenparser.h
index 1150f7f..dd9ed46 100644
--- a/doxygenparser.h
+++ b/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/fileout.cpp b/fileout.cpp
index 7beb74d..9e8c2c7 100644
--- a/fileout.cpp
+++ b/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/fileout.h b/fileout.h
index 1429b33..f0aa047 100644
--- a/fileout.h
+++ b/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/graph.cpp b/graph.cpp
index c985449..ef25447 100644
--- a/graph.cpp
+++ b/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/graph.h b/graph.h
index d3a754e..47447eb 100644
--- a/graph.h
+++ b/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/include.cpp b/include.cpp
index 4d4787d..a925006 100644
--- a/include.cpp
+++ b/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/include.h b/include.h
index d5ba479..d3b5e25 100644
--- a/include.h
+++ b/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/parser/ast.cpp b/parser/ast.cpp
index ff5b7df..e007d0e 100644
--- a/parser/ast.cpp
+++ b/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/parser/ast.h b/parser/ast.h
index d984976..d666e4f 100644
--- a/parser/ast.h
+++ b/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/parser/binder.cpp b/parser/binder.cpp
index faace02..64289c5 100644
--- a/parser/binder.cpp
+++ b/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/parser/binder.h b/parser/binder.h
index b4d4da6..da1b77c 100644
--- a/parser/binder.h
+++ b/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/parser/class_compiler.cpp b/parser/class_compiler.cpp
index e04ffe1..49cbf91 100644
--- a/parser/class_compiler.cpp
+++ b/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/parser/class_compiler.h b/parser/class_compiler.h
index 69fccf7..1a4e67a 100644
--- a/parser/class_compiler.h
+++ b/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/parser/codemodel.cpp b/parser/codemodel.cpp
index 0cc14fc..43a8c7e 100644
--- a/parser/codemodel.cpp
+++ b/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/parser/codemodel.h b/parser/codemodel.h
index f87f57a..3b3571f 100644
--- a/parser/codemodel.h
+++ b/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/parser/codemodel_finder.cpp b/parser/codemodel_finder.cpp
index 866ea1c..4f29b3a 100644
--- a/parser/codemodel_finder.cpp
+++ b/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/parser/codemodel_finder.h b/parser/codemodel_finder.h
index ac1b5b0..4cde648 100644
--- a/parser/codemodel_finder.h
+++ b/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/parser/codemodel_fwd.h b/parser/codemodel_fwd.h
index 9640590..bb1c37f 100644
--- a/parser/codemodel_fwd.h
+++ b/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/parser/codemodel_pointer.h b/parser/codemodel_pointer.h
index 2c728f3..2c22f7a 100644
--- a/parser/codemodel_pointer.h
+++ b/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/parser/compiler_utils.cpp b/parser/compiler_utils.cpp
index 4962414..3034ca5 100644
--- a/parser/compiler_utils.cpp
+++ b/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/parser/compiler_utils.h b/parser/compiler_utils.h
index fdd96f1..10ba1a8 100644
--- a/parser/compiler_utils.h
+++ b/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/parser/control.cpp b/parser/control.cpp
index 9615deb..7bc8780 100644
--- a/parser/control.cpp
+++ b/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/parser/control.h b/parser/control.h
index 533db91..1e8dcf9 100644
--- a/parser/control.h
+++ b/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/parser/declarator_compiler.cpp b/parser/declarator_compiler.cpp
index 255bfcd..2beef6d 100644
--- a/parser/declarator_compiler.cpp
+++ b/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/parser/declarator_compiler.h b/parser/declarator_compiler.h
index 70a65b0..e0bfd9d 100644
--- a/parser/declarator_compiler.h
+++ b/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/parser/default_visitor.cpp b/parser/default_visitor.cpp
index 07ab968..e9272be 100644
--- a/parser/default_visitor.cpp
+++ b/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/parser/default_visitor.h b/parser/default_visitor.h
index ec1caf3..2a892a9 100644
--- a/parser/default_visitor.h
+++ b/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/parser/dumptree.cpp b/parser/dumptree.cpp
index 1514b0f..d65b232 100644
--- a/parser/dumptree.cpp
+++ b/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/parser/dumptree.h b/parser/dumptree.h
index cfc55e2..4e6a721 100644
--- a/parser/dumptree.h
+++ b/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/parser/lexer.cpp b/parser/lexer.cpp
index 2abb540..0d1269e 100644
--- a/parser/lexer.cpp
+++ b/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/parser/lexer.h b/parser/lexer.h
index 8748053..173ad80 100644
--- a/parser/lexer.h
+++ b/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/parser/list.cpp b/parser/list.cpp
index 7482b73..b2f5cfe 100644
--- a/parser/list.cpp
+++ b/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/parser/list.h b/parser/list.h
index fe0e627..cc481c0 100644
--- a/parser/list.h
+++ b/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/parser/name_compiler.cpp b/parser/name_compiler.cpp
index 4dbd516..52e783a 100644
--- a/parser/name_compiler.cpp
+++ b/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/parser/name_compiler.h b/parser/name_compiler.h
index 66cabac..1acd0b4 100644
--- a/parser/name_compiler.h
+++ b/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/parser/parser.cpp b/parser/parser.cpp
index e7d663f..c56369c 100644
--- a/parser/parser.cpp
+++ b/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/parser/parser.h b/parser/parser.h
index 4b0c76c..8f31c13 100644
--- a/parser/parser.h
+++ b/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/parser/rpp-allocator.h b/parser/rpp-allocator.h
index 313895f..ecc686d 100644
--- a/parser/rpp-allocator.h
+++ b/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/parser/rpp/builtin-macros.cpp b/parser/rpp/builtin-macros.cpp
index 1b0fc06..3dd2fe8 100644
--- a/parser/rpp/builtin-macros.cpp
+++ b/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/parser/rpp/pp-cctype.h b/parser/rpp/pp-cctype.h
index 5b0bf47..1675bf1 100644
--- a/parser/rpp/pp-cctype.h
+++ b/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/parser/rpp/pp-engine-bits.h b/parser/rpp/pp-engine-bits.h
index a79df43..b53607c 100644
--- a/parser/rpp/pp-engine-bits.h
+++ b/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/parser/rpp/pp-engine.h b/parser/rpp/pp-engine.h
index bc1d02e..079ccc8 100644
--- a/parser/rpp/pp-engine.h
+++ b/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/parser/rpp/pp-environment.h b/parser/rpp/pp-environment.h
index be3ef38..e3b64df 100644
--- a/parser/rpp/pp-environment.h
+++ b/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/parser/rpp/pp-fwd.h b/parser/rpp/pp-fwd.h
index 5b1c792..99785ec 100644
--- a/parser/rpp/pp-fwd.h
+++ b/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/parser/rpp/pp-internal.h b/parser/rpp/pp-internal.h
index 7e70810..bb892f8 100644
--- a/parser/rpp/pp-internal.h
+++ b/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/parser/rpp/pp-iterator.h b/parser/rpp/pp-iterator.h
index 3e87d1c..edcb1be 100644
--- a/parser/rpp/pp-iterator.h
+++ b/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/parser/rpp/pp-macro-expander.h b/parser/rpp/pp-macro-expander.h
index fd875d9..dba9a8f 100644
--- a/parser/rpp/pp-macro-expander.h
+++ b/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/parser/rpp/pp-macro.h b/parser/rpp/pp-macro.h
index e633834..99b7505 100644
--- a/parser/rpp/pp-macro.h
+++ b/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/parser/rpp/pp-scanner.h b/parser/rpp/pp-scanner.h
index e97b158..cdf6ca0 100644
--- a/parser/rpp/pp-scanner.h
+++ b/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/parser/rpp/pp-string.h b/parser/rpp/pp-string.h
index 31bca4f..fec17dc 100644
--- a/parser/rpp/pp-string.h
+++ b/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/parser/rpp/pp-symbol.h b/parser/rpp/pp-symbol.h
index 8078aba..1e8f86c 100644
--- a/parser/rpp/pp-symbol.h
+++ b/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/parser/rpp/pp.h b/parser/rpp/pp.h
index 3ff38c0..6eccb19 100644
--- a/parser/rpp/pp.h
+++ b/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/parser/rpp/preprocessor.cpp b/parser/rpp/preprocessor.cpp
index 9a4f8b0..48ce87c 100644
--- a/parser/rpp/preprocessor.cpp
+++ b/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/parser/rpp/preprocessor.h b/parser/rpp/preprocessor.h
index c363ea7..8750a1b 100644
--- a/parser/rpp/preprocessor.h
+++ b/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/parser/smallobject.cpp b/parser/smallobject.cpp
index e96d417..6b2dbe4 100644
--- a/parser/smallobject.cpp
+++ b/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/parser/smallobject.h b/parser/smallobject.h
index a9eb499..3e3ab25 100644
--- a/parser/smallobject.h
+++ b/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/parser/symbol.h b/parser/symbol.h
index 8e393cd..2f44a50 100644
--- a/parser/symbol.h
+++ b/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/parser/tokens.cpp b/parser/tokens.cpp
index 2e054d8..e3008de 100644
--- a/parser/tokens.cpp
+++ b/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/parser/tokens.h b/parser/tokens.h
index 257ff09..dbe612d 100644
--- a/parser/tokens.h
+++ b/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/parser/type_compiler.cpp b/parser/type_compiler.cpp
index 4bcdb27..93322bd 100644
--- a/parser/type_compiler.cpp
+++ b/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/parser/type_compiler.h b/parser/type_compiler.h
index 985cc8e..d737bec 100644
--- a/parser/type_compiler.h
+++ b/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/parser/visitor.cpp b/parser/visitor.cpp
index 7429814..3f07020 100644
--- a/parser/visitor.cpp
+++ b/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/parser/visitor.h b/parser/visitor.h
index 74edcca..d7f4158 100644
--- a/parser/visitor.h
+++ b/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/qtdocparser.cpp b/qtdocparser.cpp
index dd5cbbc..1fdff01 100644
--- a/qtdocparser.cpp
+++ b/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/qtdocparser.h b/qtdocparser.h
index e69d065..e0d0344 100644
--- a/qtdocparser.h
+++ b/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/reporthandler.cpp b/reporthandler.cpp
index 471f008..ed5938a 100644
--- a/reporthandler.cpp
+++ b/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/reporthandler.h b/reporthandler.h
index f1fae50..886b3f0 100644
--- a/reporthandler.h
+++ b/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/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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
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 <contact@pyside.org>
*
diff --git a/typedatabase.cpp b/typedatabase.cpp
index d5c1eb6..deaf04c 100644
--- a/typedatabase.cpp
+++ b/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/typedatabase.h b/typedatabase.h
index 8c735c1..fece5ff 100644
--- a/typedatabase.h
+++ b/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/typeparser.cpp b/typeparser.cpp
index 7c82a28..86b4c8b 100644
--- a/typeparser.cpp
+++ b/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/typeparser.h b/typeparser.h
index 1d0c019..07663f9 100644
--- a/typeparser.h
+++ b/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/typesystem.cpp b/typesystem.cpp
index a08c2df..71814d6 100644
--- a/typesystem.cpp
+++ b/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/typesystem.h b/typesystem.h
index c915cd4..caa971c 100644
--- a/typesystem.h
+++ b/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/typesystem_p.h b/typesystem_p.h
index e8f5f24..801e71e 100644
--- a/typesystem_p.h
+++ b/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>
*