Jim Meyering
|
5e778f7c8d
|
global: convert indentation-TABs to spaces
Transformed via this shell code:
t=$'\t'
git ls-files \
| grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
| grep -vE 'tests/pr/|help2man' \
| xargs grep -lE "^ *$t" \
| xargs perl -MText::Tabs -ni -le \
'$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
|
2009-08-25 09:21:00 +02:00 |
|
Jim Meyering
|
2232b4d08f
|
maint: update all Copyright year lists to include 2009
|
2009-06-23 22:33:15 +02:00 |
|
Jim Meyering
|
71aa3ea880
|
Update all copyright notices to use the newer form.
|
2007-07-23 14:35:58 +02:00 |
|
Jim Meyering
|
33342c1a0a
|
Change "version 2" to "version 3" in all copyright notices.
|
2007-07-10 13:35:56 +02:00 |
|
Paul Eggert
|
325619eb0d
|
Initial version, from diffutils
|
2005-11-24 06:48:03 +00:00 |
|