summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 11:30:39 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:50:08 +0200
commitcb270b805088140c169ff7c47ed67162be27fc49 (patch)
tree6ec7fc85c92cee8d759631931c01ec8cd0faaa39
parent33521e7512b7e3a2c44db12eb4887c74ea810235 (diff)
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 <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--gammarayruncontrolfactory.cpp2
-rw-r--r--gammarayruncontrolfactory.h2
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)
**