diff options
author | Paul Mackerras <paulus@samba.org> | 2014-01-21 22:02:27 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2014-01-21 22:02:27 +1100 |
commit | 6c626a031abf0e799dc80ab78bf2bb316b7a5140 (patch) | |
tree | e51e4b7f83f896487d68d800d8fd061869a8d469 | |
parent | gitk: Add Bulgarian translation (304t) (diff) | |
download | tgif-6c626a031abf0e799dc80ab78bf2bb316b7a5140.tar.xz |
gitk: Update copyright dates
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-x | gitk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Tcl ignores the next line -*- tcl -*- \ exec wish "$0" -- "$@" -# Copyright © 2005-2011 Paul Mackerras. All rights reserved. +# Copyright © 2005-2014 Paul Mackerras. All rights reserved. # This program is free software; it may be used, copied, modified # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. @@ -2947,7 +2947,7 @@ proc about {} { message $w.m -text [mc " Gitk - a commit viewer for git -Copyright \u00a9 2005-2011 Paul Mackerras +Copyright \u00a9 2005-2014 Paul Mackerras Use and redistribute under the terms of the GNU General Public License"] \ -justify center -aspect 400 -border 2 -bg white -relief groove |