summaryrefslogtreecommitdiffstats
path: root/jira2gv
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 12:00:51 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:19:18 +0200
commit720850b09001300074bac0161fe80e24b3387652 (patch)
tree460f1f02720013c4e7be0dbf4eff97fef3e25a97 /jira2gv
parent52414d8a345de1a7194bfad700350dc96168ac6b (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: I7b158de89351f1390519d543612f06f978c2febb Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'jira2gv')
-rwxr-xr-xjira2gv2
1 files changed, 1 insertions, 1 deletions
diff --git a/jira2gv b/jira2gv
index 2df516b..bb7232d 100755
--- a/jira2gv
+++ b/jira2gv
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
#############################################################################
##
-## 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/
##
## Script for generating a Graphviz (.gv) file from Jira bugreports.