diff options
author | David Aguilar <davvid@gmail.com> | 2010-01-16 04:10:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-16 06:40:08 +0100 |
commit | c8a5672ea5cf593708b29f8279bd651c16047c6e (patch) | |
tree | 0fe285db06008a3b85d81abee10e687102fed122 /t/t7800-difftool.sh | |
parent | difftool: Use eval to expand '--extcmd' expressions (diff) | |
download | git-c8a5672ea5cf593708b29f8279bd651c16047c6e.tar.xz git-c8a5672ea5cf593708b29f8279bd651c16047c6e.zip |
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>
Diffstat (limited to '')
-rwxr-xr-x | t/t7800-difftool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |