From cb270b805088140c169ff7c47ed67162be27fc49 Mon Sep 17 00:00:00 2001 From: Teemu Kaukoranta Date: Wed, 22 May 2013 11:30:39 +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: Ie446f1dd23ead16f3754a2e3d0c68579af920055 Reviewed-by: Janne Anttila Reviewed-by: Sergio Ahumada --- gammarayruncontrolfactory.cpp | 2 +- gammarayruncontrolfactory.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gammarayruncontrolfactory.cpp b/gammarayruncontrolfactory.cpp index 25622a9..c936a88 100644 --- a/gammarayruncontrolfactory.cpp +++ b/gammarayruncontrolfactory.cpp @@ -2,7 +2,7 @@ ** ** This file is part of Qt Creator Instrumentation Tools ** -** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** ** Author: Milian Wolff, KDAB (milian.wolff@kdab.com) ** diff --git a/gammarayruncontrolfactory.h b/gammarayruncontrolfactory.h index ec29c25..d356620 100644 --- a/gammarayruncontrolfactory.h +++ b/gammarayruncontrolfactory.h @@ -2,7 +2,7 @@ ** ** This file is part of Qt Creator Instrumentation Tools ** -** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** ** Author: Milian Wolff, KDAB (milian.wolff@kdab.com) ** -- cgit v1.2.3