aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2010-01-15 19:10:03 -0800
committerJunio C Hamano <gitster@pobox.com>2010-01-15 21:40:08 -0800
commitc8a5672ea5cf593708b29f8279bd651c16047c6e (patch)
tree0fe285db06008a3b85d81abee10e687102fed122
parent9f3d54d193d9edcf443c9dd62789af5e8e47635c (diff)
downloadgit-c8a5672ea5cf593708b29f8279bd651c16047c6e.tar.gz
git-c8a5672ea5cf593708b29f8279bd651c16047c6e.tar.xz
difftool: Update copyright notices to list each year separately
This is http://www.gnu.org/licenses/gpl-howto.html advises. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-difftool--helper.sh2
-rwxr-xr-xt/t7800-difftool.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/git-difftool--helper.sh b/git-difftool--helper.sh
index 69f6bcebc..e43b5d64d 100755
--- a/git-difftool--helper.sh
+++ b/git-difftool--helper.sh
@@ -3,7 +3,7 @@
# This script is typically launched by using the 'git difftool'
# convenience command.
#
-# Copyright (c) 2009-2010 David Aguilar
+# Copyright (c) 2009, 2010 David Aguilar
TOOL_MODE=diff
. git-mergetool--lib
diff --git a/t/t7800-difftool.sh b/t/t7800-difftool.sh
index a183f1db4..fad547225 100755
--- a/t/t7800-difftool.sh
+++ b/t/t7800-difftool.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009 David Aguilar
+# Copyright (c) 2009, 2010 David Aguilar
#
test_description='git-difftool