From 9a01357dcb7d9d3810ae3d348661cad5fc37ea77 Mon Sep 17 00:00:00 2001 From: Teemu Kaukoranta Date: Wed, 22 May 2013 11:36:32 +0300 Subject: Replaced Nokia copyrights in header Replaced old Nokia copyrights with Digia copyrights. "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: Id2964f565a94fe8c1c47db140bc38c96ca89c0f0 Reviewed-by: Janne Anttila Reviewed-by: Sergio Ahumada --- tests/RemoteTests.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/RemoteTests.qml') diff --git a/tests/RemoteTests.qml b/tests/RemoteTests.qml index a95a2e3..4e0c21e 100644 --- a/tests/RemoteTests.qml +++ b/tests/RemoteTests.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. -- cgit v1.2.3