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 /tests | |
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 'tests')
-rw-r--r-- | tests/auto/tst_qtjson.cpp | 5 | ||||
-rw-r--r-- | tests/benchmarks/tst_bench_qtbinaryjson.cpp | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/auto/tst_qtjson.cpp b/tests/auto/tst_qtjson.cpp index d055cee..46c7779 100644 --- a/tests/auto/tst_qtjson.cpp +++ b/tests/auto/tst_qtjson.cpp @@ -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 test suite of the Qt Toolkit. ** diff --git a/tests/benchmarks/tst_bench_qtbinaryjson.cpp b/tests/benchmarks/tst_bench_qtbinaryjson.cpp index 9ec907b..cf60fb4 100644 --- a/tests/benchmarks/tst_bench_qtbinaryjson.cpp +++ b/tests/benchmarks/tst_bench_qtbinaryjson.cpp @@ -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 test suite of the Qt Toolkit. ** |