From 65b80056cf7a4415ca3a99571d8c4b429b58171a Mon Sep 17 00:00:00 2001 From: Teemu Kaukoranta Date: Thu, 23 May 2013 11:39:03 +0300 Subject: Replaced Nokia copyrights 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 --- src/qjsonarray.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/qjsonarray.cpp') diff --git a/src/qjsonarray.cpp b/src/qjsonarray.cpp index 1d70c63..487699f 100644 --- a/src/qjsonarray.cpp +++ b/src/qjsonarray.cpp @@ -1,8 +1,7 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation (qt-info@nokia.com) +** 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. ** -- cgit v1.2.3