summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 11:40:32 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:48:32 +0200
commitbaaa6d691a1820c80670ee7cfd727fb1c2c7b832 (patch)
tree455bc0ad34acc0b1c57cd6c147691db2f0670b28
parentf1ec012e23764830ff60e8253e8f7dc0ac417292 (diff)
Replaced Nokia copyrights in header
Replaced old Nokia copyrights with Digia copyrights. "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: Ied5eec778f0884c55c656575544d8ea54c38c716 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--animators/src/qsgabstractanimation.cpp2
-rw-r--r--animators/src/qsgabstractanimation.h2
-rw-r--r--animators/src/qsgabstractanimator.cpp2
-rw-r--r--animators/src/qsgabstractanimator.h2
-rw-r--r--animators/src/qsganimatedproperty.cpp2
-rw-r--r--animators/src/qsganimatedproperty.h2
-rw-r--r--animators/src/qsganimatedrotation.cpp2
-rw-r--r--animators/src/qsganimatedrotation.h2
-rw-r--r--animators/src/qsganimatedscale.cpp2
-rw-r--r--animators/src/qsganimatedscale.h2
-rw-r--r--animators/src/qsganimatedtransform.cpp2
-rw-r--r--animators/src/qsganimatedtransform.h2
-rw-r--r--animators/src/qsganimatedtranslate.cpp2
-rw-r--r--animators/src/qsganimatedtranslate.h2
-rw-r--r--animators/src/qsganimatorcontroller.cpp2
-rw-r--r--animators/src/qsganimatorcontroller.h2
-rw-r--r--animators/src/qsganimatorhost.h2
-rw-r--r--animators/src/qsganimatoritem.cpp2
-rw-r--r--animators/src/qsganimatoritem.h2
-rw-r--r--animators/src/qsganimatornode.cpp2
-rw-r--r--animators/src/qsganimatornode.h2
-rw-r--r--animators/src/qsganimatorplugin.cpp2
-rw-r--r--animators/src/qsganimatorshadereffect.cpp2
-rw-r--r--animators/src/qsganimatorshadereffect.h2
-rw-r--r--animators/src/qsgcoloranimation.cpp2
-rw-r--r--animators/src/qsgcoloranimation.h2
-rw-r--r--animators/src/qsgnumberanimation.cpp2
-rw-r--r--animators/src/qsgnumberanimation.h2
-rw-r--r--animators/src/qsgparallelanimation.cpp2
-rw-r--r--animators/src/qsgparallelanimation.h2
-rw-r--r--animators/src/qsgparallelanimator.cpp2
-rw-r--r--animators/src/qsgparallelanimator.h2
-rw-r--r--animators/src/qsgpauseanimation.cpp2
-rw-r--r--animators/src/qsgpauseanimation.h2
-rw-r--r--animators/src/qsgpauseanimator.cpp2
-rw-r--r--animators/src/qsgpauseanimator.h2
-rw-r--r--animators/src/qsgpropertyanimation.cpp2
-rw-r--r--animators/src/qsgpropertyanimation.h2
-rw-r--r--animators/src/qsgpropertyanimator.cpp2
-rw-r--r--animators/src/qsgpropertyanimator.h2
-rw-r--r--animators/src/qsgsequentialanimation.cpp2
-rw-r--r--animators/src/qsgsequentialanimation.h2
-rw-r--r--animators/src/qsgsequentialanimator.cpp2
-rw-r--r--animators/src/qsgsequentialanimator.h2
-rw-r--r--animators/src/qsgtoplevelanimator.cpp2
-rw-r--r--animators/src/qsgtoplevelanimator.h2
-rw-r--r--animators/src/qsgvector3danimation.cpp2
-rw-r--r--animators/src/qsgvector3danimation.h2
-rw-r--r--benchmarks/listbench/ContactList.qml2
-rw-r--r--benchmarks/listbench/main.qml2
-rw-r--r--customcontext/animation/animationdriver.cpp2
-rw-r--r--customcontext/animation/animationdriver.h2
-rw-r--r--customcontext/context.cpp2
-rw-r--r--customcontext/context.h2
-rw-r--r--customcontext/pluginmain.cpp2
-rw-r--r--customcontext/pluginmain.h2
-rw-r--r--customcontext/renderer/overlaprenderer.cpp2
-rw-r--r--customcontext/renderer/overlaprenderer.h2
-rw-r--r--customcontext/texture/atlastexture.cpp2
-rw-r--r--customcontext/texture/atlastexture.h2
-rw-r--r--utils/binprof_reader/reader.cpp2
-rw-r--r--utils/setrenderoption/main.cpp2
62 files changed, 62 insertions, 62 deletions
diff --git a/animators/src/qsgabstractanimation.cpp b/animators/src/qsgabstractanimation.cpp
index 34ee146..8552413 100644
--- a/animators/src/qsgabstractanimation.cpp
+++ b/animators/src/qsgabstractanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgabstractanimation.h b/animators/src/qsgabstractanimation.h
index f22ca65..c25603c 100644
--- a/animators/src/qsgabstractanimation.h
+++ b/animators/src/qsgabstractanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgabstractanimator.cpp b/animators/src/qsgabstractanimator.cpp
index 315bd86..7c66ede 100644
--- a/animators/src/qsgabstractanimator.cpp
+++ b/animators/src/qsgabstractanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgabstractanimator.h b/animators/src/qsgabstractanimator.h
index 82fb7c5..1a512e7 100644
--- a/animators/src/qsgabstractanimator.h
+++ b/animators/src/qsgabstractanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedproperty.cpp b/animators/src/qsganimatedproperty.cpp
index cee468e..d2c1f8a 100644
--- a/animators/src/qsganimatedproperty.cpp
+++ b/animators/src/qsganimatedproperty.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedproperty.h b/animators/src/qsganimatedproperty.h
index 4a8739b..a5bc7b3 100644
--- a/animators/src/qsganimatedproperty.h
+++ b/animators/src/qsganimatedproperty.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedrotation.cpp b/animators/src/qsganimatedrotation.cpp
index fd50549..9274d77 100644
--- a/animators/src/qsganimatedrotation.cpp
+++ b/animators/src/qsganimatedrotation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedrotation.h b/animators/src/qsganimatedrotation.h
index 507e2ac..9098f97 100644
--- a/animators/src/qsganimatedrotation.h
+++ b/animators/src/qsganimatedrotation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedscale.cpp b/animators/src/qsganimatedscale.cpp
index 4b8068a..4482710 100644
--- a/animators/src/qsganimatedscale.cpp
+++ b/animators/src/qsganimatedscale.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedscale.h b/animators/src/qsganimatedscale.h
index c86b326..650da06 100644
--- a/animators/src/qsganimatedscale.h
+++ b/animators/src/qsganimatedscale.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedtransform.cpp b/animators/src/qsganimatedtransform.cpp
index 9f5f121..45d341d 100644
--- a/animators/src/qsganimatedtransform.cpp
+++ b/animators/src/qsganimatedtransform.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedtransform.h b/animators/src/qsganimatedtransform.h
index 1ad8cfc..7964fba 100644
--- a/animators/src/qsganimatedtransform.h
+++ b/animators/src/qsganimatedtransform.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedtranslate.cpp b/animators/src/qsganimatedtranslate.cpp
index 41550d8..df32528 100644
--- a/animators/src/qsganimatedtranslate.cpp
+++ b/animators/src/qsganimatedtranslate.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatedtranslate.h b/animators/src/qsganimatedtranslate.h
index fa3f87b..07d63b1 100644
--- a/animators/src/qsganimatedtranslate.h
+++ b/animators/src/qsganimatedtranslate.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatorcontroller.cpp b/animators/src/qsganimatorcontroller.cpp
index 39728ce..d261359 100644
--- a/animators/src/qsganimatorcontroller.cpp
+++ b/animators/src/qsganimatorcontroller.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsganimatorcontroller.h b/animators/src/qsganimatorcontroller.h
index 88a0a52..4436cc7 100644
--- a/animators/src/qsganimatorcontroller.h
+++ b/animators/src/qsganimatorcontroller.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatorhost.h b/animators/src/qsganimatorhost.h
index 173e97b..72aaefa 100644
--- a/animators/src/qsganimatorhost.h
+++ b/animators/src/qsganimatorhost.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatoritem.cpp b/animators/src/qsganimatoritem.cpp
index f5fcb50..c20d2d1 100644
--- a/animators/src/qsganimatoritem.cpp
+++ b/animators/src/qsganimatoritem.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsganimatoritem.h b/animators/src/qsganimatoritem.h
index 217e36a..958b84d 100644
--- a/animators/src/qsganimatoritem.h
+++ b/animators/src/qsganimatoritem.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatornode.cpp b/animators/src/qsganimatornode.cpp
index de4f87a..571fde8 100644
--- a/animators/src/qsganimatornode.cpp
+++ b/animators/src/qsganimatornode.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatornode.h b/animators/src/qsganimatornode.h
index e8d568c..881e696 100644
--- a/animators/src/qsganimatornode.h
+++ b/animators/src/qsganimatornode.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatorplugin.cpp b/animators/src/qsganimatorplugin.cpp
index 47955ec..56d22aa 100644
--- a/animators/src/qsganimatorplugin.cpp
+++ b/animators/src/qsganimatorplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatorshadereffect.cpp b/animators/src/qsganimatorshadereffect.cpp
index 03cf8ea..5909ca5 100644
--- a/animators/src/qsganimatorshadereffect.cpp
+++ b/animators/src/qsganimatorshadereffect.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsganimatorshadereffect.h b/animators/src/qsganimatorshadereffect.h
index bf0dad6..684a6a8 100644
--- a/animators/src/qsganimatorshadereffect.h
+++ b/animators/src/qsganimatorshadereffect.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgcoloranimation.cpp b/animators/src/qsgcoloranimation.cpp
index f2ee965..6918357 100644
--- a/animators/src/qsgcoloranimation.cpp
+++ b/animators/src/qsgcoloranimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgcoloranimation.h b/animators/src/qsgcoloranimation.h
index 49b1345..f376654 100644
--- a/animators/src/qsgcoloranimation.h
+++ b/animators/src/qsgcoloranimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgnumberanimation.cpp b/animators/src/qsgnumberanimation.cpp
index 23ed3f5..a355408 100644
--- a/animators/src/qsgnumberanimation.cpp
+++ b/animators/src/qsgnumberanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgnumberanimation.h b/animators/src/qsgnumberanimation.h
index 6efb535..280288a 100644
--- a/animators/src/qsgnumberanimation.h
+++ b/animators/src/qsgnumberanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgparallelanimation.cpp b/animators/src/qsgparallelanimation.cpp
index 17415e4..10bb13c 100644
--- a/animators/src/qsgparallelanimation.cpp
+++ b/animators/src/qsgparallelanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgparallelanimation.h b/animators/src/qsgparallelanimation.h
index 9333997..6a91c78 100644
--- a/animators/src/qsgparallelanimation.h
+++ b/animators/src/qsgparallelanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgparallelanimator.cpp b/animators/src/qsgparallelanimator.cpp
index b33b163..25f907c 100644
--- a/animators/src/qsgparallelanimator.cpp
+++ b/animators/src/qsgparallelanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgparallelanimator.h b/animators/src/qsgparallelanimator.h
index 0733043..a03a8e2 100644
--- a/animators/src/qsgparallelanimator.h
+++ b/animators/src/qsgparallelanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgpauseanimation.cpp b/animators/src/qsgpauseanimation.cpp
index 2ea45fd..a775f6e 100644
--- a/animators/src/qsgpauseanimation.cpp
+++ b/animators/src/qsgpauseanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgpauseanimation.h b/animators/src/qsgpauseanimation.h
index ca30671..a46fc44 100644
--- a/animators/src/qsgpauseanimation.h
+++ b/animators/src/qsgpauseanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgpauseanimator.cpp b/animators/src/qsgpauseanimator.cpp
index e3f6b16..c66d55c 100644
--- a/animators/src/qsgpauseanimator.cpp
+++ b/animators/src/qsgpauseanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgpauseanimator.h b/animators/src/qsgpauseanimator.h
index e898515..8a28e0a 100644
--- a/animators/src/qsgpauseanimator.h
+++ b/animators/src/qsgpauseanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgpropertyanimation.cpp b/animators/src/qsgpropertyanimation.cpp
index dc0425f..9348449 100644
--- a/animators/src/qsgpropertyanimation.cpp
+++ b/animators/src/qsgpropertyanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgpropertyanimation.h b/animators/src/qsgpropertyanimation.h
index 077b2ee..5408f30 100644
--- a/animators/src/qsgpropertyanimation.h
+++ b/animators/src/qsgpropertyanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgpropertyanimator.cpp b/animators/src/qsgpropertyanimator.cpp
index 48bdf60..4a7334e 100644
--- a/animators/src/qsgpropertyanimator.cpp
+++ b/animators/src/qsgpropertyanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgpropertyanimator.h b/animators/src/qsgpropertyanimator.h
index fe62074..e3e10fe 100644
--- a/animators/src/qsgpropertyanimator.h
+++ b/animators/src/qsgpropertyanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgsequentialanimation.cpp b/animators/src/qsgsequentialanimation.cpp
index 26cf2de..42a2ad8 100644
--- a/animators/src/qsgsequentialanimation.cpp
+++ b/animators/src/qsgsequentialanimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgsequentialanimation.h b/animators/src/qsgsequentialanimation.h
index 865da9a..2b51283 100644
--- a/animators/src/qsgsequentialanimation.h
+++ b/animators/src/qsgsequentialanimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgsequentialanimator.cpp b/animators/src/qsgsequentialanimator.cpp
index c8e5e3c..9303350 100644
--- a/animators/src/qsgsequentialanimator.cpp
+++ b/animators/src/qsgsequentialanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgsequentialanimator.h b/animators/src/qsgsequentialanimator.h
index 722972e..0ec7927 100644
--- a/animators/src/qsgsequentialanimator.h
+++ b/animators/src/qsgsequentialanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgtoplevelanimator.cpp b/animators/src/qsgtoplevelanimator.cpp
index 1002ee3..9f8d75f 100644
--- a/animators/src/qsgtoplevelanimator.cpp
+++ b/animators/src/qsgtoplevelanimator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgtoplevelanimator.h b/animators/src/qsgtoplevelanimator.h
index 12ae042..d2098bc 100644
--- a/animators/src/qsgtoplevelanimator.h
+++ b/animators/src/qsgtoplevelanimator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the plugins of %MODULE%.
diff --git a/animators/src/qsgvector3danimation.cpp b/animators/src/qsgvector3danimation.cpp
index e59f02c..a8c5876 100644
--- a/animators/src/qsgvector3danimation.cpp
+++ b/animators/src/qsgvector3danimation.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/animators/src/qsgvector3danimation.h b/animators/src/qsgvector3danimation.h
index dafff52..fc9579e 100644
--- a/animators/src/qsgvector3danimation.h
+++ b/animators/src/qsgvector3danimation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/benchmarks/listbench/ContactList.qml b/benchmarks/listbench/ContactList.qml
index 3a845b3..9ef1dc0 100644
--- a/benchmarks/listbench/ContactList.qml
+++ b/benchmarks/listbench/ContactList.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/benchmarks/listbench/main.qml b/benchmarks/listbench/main.qml
index 3c59493..af5a95c 100644
--- a/benchmarks/listbench/main.qml
+++ b/benchmarks/listbench/main.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/animation/animationdriver.cpp b/customcontext/animation/animationdriver.cpp
index bd3274a..49ccd6c 100644
--- a/customcontext/animation/animationdriver.cpp
+++ b/customcontext/animation/animationdriver.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/animation/animationdriver.h b/customcontext/animation/animationdriver.h
index 97c67b9..8c7edce 100644
--- a/customcontext/animation/animationdriver.h
+++ b/customcontext/animation/animationdriver.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/context.cpp b/customcontext/context.cpp
index 619b5a2..a2497ae 100644
--- a/customcontext/context.cpp
+++ b/customcontext/context.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/context.h b/customcontext/context.h
index fd29958..4dc4e1d 100644
--- a/customcontext/context.h
+++ b/customcontext/context.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/pluginmain.cpp b/customcontext/pluginmain.cpp
index 9f9d127..14008e0 100644
--- a/customcontext/pluginmain.cpp
+++ b/customcontext/pluginmain.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/pluginmain.h b/customcontext/pluginmain.h
index ddeff3f..7cc4629 100644
--- a/customcontext/pluginmain.h
+++ b/customcontext/pluginmain.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/renderer/overlaprenderer.cpp b/customcontext/renderer/overlaprenderer.cpp
index ba1f1cc..7353e6f 100644
--- a/customcontext/renderer/overlaprenderer.cpp
+++ b/customcontext/renderer/overlaprenderer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/renderer/overlaprenderer.h b/customcontext/renderer/overlaprenderer.h
index d7dd084..b7b83cd 100644
--- a/customcontext/renderer/overlaprenderer.h
+++ b/customcontext/renderer/overlaprenderer.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/texture/atlastexture.cpp b/customcontext/texture/atlastexture.cpp
index da5e32e..836ed72 100644
--- a/customcontext/texture/atlastexture.cpp
+++ b/customcontext/texture/atlastexture.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/customcontext/texture/atlastexture.h b/customcontext/texture/atlastexture.h
index 51d6442..535899d 100644
--- a/customcontext/texture/atlastexture.h
+++ b/customcontext/texture/atlastexture.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/utils/binprof_reader/reader.cpp b/utils/binprof_reader/reader.cpp
index 49ce0f4..3aebb4e 100644
--- a/utils/binprof_reader/reader.cpp
+++ b/utils/binprof_reader/reader.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.
diff --git a/utils/setrenderoption/main.cpp b/utils/setrenderoption/main.cpp
index 9cff64b..ad4c30d 100644
--- a/utils/setrenderoption/main.cpp
+++ b/utils/setrenderoption/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Scenegraph Playground module of the Qt Toolkit.