Code

difftool: Update copyright notices to list each year separately
authorDavid Aguilar <davvid@gmail.com>
Sat, 16 Jan 2010 03:10:03 +0000 (19:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jan 2010 05:40:08 +0000 (21:40 -0800)
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>
git-difftool--helper.sh
t/t7800-difftool.sh

index 69f6bcebcbc32a7d34731677cd1baa9fea473085..e43b5d64de3d06f96063f61d4907a8a95ed1c23b 100755 (executable)
@@ -3,7 +3,7 @@
 # This script is typically launched by using the 'git difftool'
 # convenience command.
 #
-# Copyright (c) 2009-2010 David Aguilar
+# Copyright (c) 20092010 David Aguilar
 
 TOOL_MODE=diff
 . git-mergetool--lib
index a183f1db4a16b18db1b7d2c32160378ac06989fe..fad54722575b70345d42628702c3519d6d413fae 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2009 David Aguilar
+# Copyright (c) 2009, 2010 David Aguilar
 #
 
 test_description='git-difftool