From 45268bd0ad5a6569adad2e529574d7bf536d0bff Mon Sep 17 00:00:00 2001 From: Teemu Kaukoranta Date: Wed, 22 May 2013 11:03:09 +0300 Subject: 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/([ \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: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada Reviewed-by: Janne Anttila --- tests/libsample/derived.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libsample/derived.cpp') diff --git a/tests/libsample/derived.cpp b/tests/libsample/derived.cpp index 408e2425d..a6cc2d819 100644 --- a/tests/libsample/derived.cpp +++ b/tests/libsample/derived.cpp @@ -1,7 +1,7 @@ /* * This file is part of the Shiboken Python Binding Generator project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * Contact: PySide team * -- cgit v1.2.3