diff options
author | Teemu Kaukoranta <[email protected]> | 2013-05-23 11:39:03 +0300 |
---|---|---|
committer | Sergio Ahumada <[email protected]> | 2013-07-11 11:50:26 +0200 |
commit | 65b80056cf7a4415ca3a99571d8c4b429b58171a (patch) | |
tree | 1ea528a115bcd84ae426b923813c10e970cd5887 /src/qjson_p.h | |
parent | c774012550bf9a0f6bc4784d72cb6d00d7c23194 (diff) |
Replaced Nokia copyrights with Digia copyrights
Replaced Nokia contact details
This command also ignores INdT Copyrights and removes trailing
whitespace from removed "all rights reserved" lines.
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee >(xargs sed -i -r '1,10 { /INdT/ !{
s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I }
}') >(xargs sed -i -r '1,10 s/(^[ \t]*)([#*]*)([ \t]*)
(all rights reserved.*)/\1\2/I')
Change-Id: I9792a44e7b27250306bd71c28403721c1676ee4c
Reviewed-by: Sergio Ahumada <[email protected]>
Diffstat (limited to 'src/qjson_p.h')
-rw-r--r-- | src/qjson_p.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qjson_p.h b/src/qjson_p.h index 9858932..feeaae5 100644 --- a/src/qjson_p.h +++ b/src/qjson_p.h @@ -1,8 +1,7 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation ([email protected]) +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** |