Skip to content

Commit c8a5672

Browse files
davvidgitster
authored andcommitted
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>
1 parent 9f3d54d commit c8a5672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-difftool--helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is typically launched by using the 'git difftool'
44
# convenience command.
55
#
6-
# Copyright (c) 2009-2010 David Aguilar
6+
# Copyright (c) 2009, 2010 David Aguilar
77

88
TOOL_MODE=diff
99
. git-mergetool--lib

t/t7800-difftool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2009 David Aguilar
3+
# Copyright (c) 2009, 2010 David Aguilar
44
#
55

66
test_description='git-difftool

0 commit comments

Comments
 (0)