From: David Aguilar Date: Sat, 16 Jan 2010 03:10:03 +0000 (-0800) Subject: difftool: Update copyright notices to list each year separately X-Git-Tag: v1.7.0-rc0~67^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c8a5672ea5cf593708b29f8279bd651c16047c6e 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 Signed-off-by: Junio C Hamano --- diff --git a/git-difftool--helper.sh b/git-difftool--helper.sh index 69f6bcebcb..e43b5d64de 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 a183f1db4a..fad5472257 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