diff options
author | Teemu Kaukoranta <teemu.kaukoranta@digia.com> | 2013-05-22 06:10:45 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-10 21:57:30 (GMT) |
commit | 5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b (patch) | |
tree | 9e69ae3f4ed6c357d73eabf82bccd3490ab05642 /tools/assistant | |
parent | f66df7b112b8626c5f1cbd19875d97e8c5de1f84 (diff) | |
download | Qt-5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b.zip Qt-5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b.tar.gz Qt-5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b.tar.bz2 |
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/([ #*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
>(xargs sed -i -r '1,10 s/(^[ #*]*)(all rights reserved.*)/\1/I')
This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.
Fixed "all rights reserved" that didn't get removed completely.
Change-Id: Iec19ee5ca4fd7e0735a234955fe1648f1f71d206
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tools/assistant')
0 files changed, 0 insertions, 0 deletions