Skip to content

Commit

Permalink
difftool: Update copyright notices to list each year separately
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Aguilar authored and Junio C Hamano committed Jan 16, 2010
1 parent 9f3d54d commit c8a5672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-difftool--helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/t7800-difftool.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2009 David Aguilar
# Copyright (c) 2009, 2010 David Aguilar
#

test_description='git-difftool
Expand Down

0 comments on commit c8a5672

Please sign in to comment.