summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 10:41:51 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:19:07 +0200
commit25b23b4f039650c6e5d64592e6e7210719e52097 (patch)
treeaa8d9480ad901ab16a9017f0e5a04c0b4d03e230 /abstractmetabuilder.h
parent744d018dd857543f93f3961cf9e7f70adcc7ce65 (diff)
Replaced Nokia copyrights in headerHEADdev4.8
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: I9b960d54cfe46a85be86b524e95e3ee875933fb6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index b4a2863..1cf0a3b 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*