~pyside/pyside/generatorrunner

Viewing all changes in revision 225.

  • Committer: Sergio Ahumada
  • Author(s): Teemu Kaukoranta
  • Date: 2013-05-23 09:19:10 UTC
  • Revision ID: git-v1:29bfdca3d2fd6f87fc15f5e24fdeb532281855b2
Replaced Nokia copyrights in header

Replaced old Nokia copyrights with Digia copyrights.
Removed "All rights reserved" strings without leading copyrights were
removed (for example, 'Copyright SomeCompany, all rights reserved
remain untouched).

Did NOT touch contact details, will change them later.
Excluded folders that have '3rdparty' in path.

Used command:
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
>(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I')

This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.

Change-Id: I671a7f1c5594580837354dd577027785705a4ce2
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: