summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@ozlabs.org>2016-12-12 09:46:42 (GMT)
committerPaul Mackerras <paulus@ozlabs.org>2016-12-12 09:46:42 (GMT)
commitfbf426478e540f4737860dae622603cc0daba3d2 (patch)
treeacdc97843c7d4af5ea688120f2ab0e1308c2a4b7 /gitk
parent18ae912082736b4c2c596b2c5bdcf2e032a03467 (diff)
downloadgit-fbf426478e540f4737860dae622603cc0daba3d2.zip
git-fbf426478e540f4737860dae622603cc0daba3d2.tar.gz
git-fbf426478e540f4737860dae622603cc0daba3d2.tar.bz2
gitk: Update copyright notice to 2016
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitk b/gitk
index 07e21d4..a14d7a1 100755
--- a/gitk
+++ b/gitk
@@ -2,7 +2,7 @@
# Tcl ignores the next line -*- tcl -*- \
exec wish "$0" -- "$@"
-# Copyright © 2005-2014 Paul Mackerras. All rights reserved.
+# Copyright © 2005-2016 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.
@@ -3038,7 +3038,7 @@ proc about {} {
message $w.m -text [mc "
Gitk - a commit viewer for git
-Copyright \u00a9 2005-2014 Paul Mackerras
+Copyright \u00a9 2005-2016 Paul Mackerras
Use and redistribute under the terms of the GNU General Public License"] \
-justify center -aspect 400 -border 2 -bg $bgcolor -relief groove