diff options
author | Teemu Kaukoranta <[email protected]> | 2013-05-22 10:45:16 +0300 |
---|---|---|
committer | Sergio Ahumada <[email protected]> | 2013-05-23 11:19:10 +0200 |
commit | 29bfdca3d2fd6f87fc15f5e24fdeb532281855b2 (patch) | |
tree | 48982a3d3378bc56d4d294c62fa9fff3704396a4 /generators | |
parent | bfffaa4ef8cba22ac30dd5aa597e8df1d6eda971 (diff) |
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 <[email protected]>
Reviewed-by: Janne Anttila <[email protected]>
Diffstat (limited to 'generators')
-rw-r--r-- | generators/qtdoc/main.cpp | 2 | ||||
-rw-r--r-- | generators/qtdoc/qtdocgenerator.cpp | 2 | ||||
-rw-r--r-- | generators/qtdoc/qtdocgenerator.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/generators/qtdoc/main.cpp b/generators/qtdoc/main.cpp index 21fab14..751c6ec 100644 --- a/generators/qtdoc/main.cpp +++ b/generators/qtdoc/main.cpp @@ -1,7 +1,7 @@ /* * This file is part of the PySide project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * Contact: PySide team <[email protected]> * diff --git a/generators/qtdoc/qtdocgenerator.cpp b/generators/qtdoc/qtdocgenerator.cpp index 6e85199..eaf09e4 100644 --- a/generators/qtdoc/qtdocgenerator.cpp +++ b/generators/qtdoc/qtdocgenerator.cpp @@ -1,7 +1,7 @@ /* * This file is part of the PySide project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * Contact: PySide team <[email protected]> * diff --git a/generators/qtdoc/qtdocgenerator.h b/generators/qtdoc/qtdocgenerator.h index d88e3ee..c2129c9 100644 --- a/generators/qtdoc/qtdocgenerator.h +++ b/generators/qtdoc/qtdocgenerator.h @@ -1,7 +1,7 @@ /* * This file is part of the PySide project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * Contact: PySide team <[email protected]> * |