summaryrefslogtreecommitdiffstats
path: root/animators/src/qsganimatorcontroller.cpp
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 /animators/src/qsganimatorcontroller.cpp
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>
Diffstat (limited to 'animators/src/qsganimatorcontroller.cpp')
-rw-r--r--animators/src/qsganimatorcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
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.