summaryrefslogtreecommitdiff
path: root/src/extract-magic
AgeCommit message (Collapse)Author
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright
2009-08-25global: convert indentation-TABs to spacesJim Meyering
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-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2005-09-17(usage): Request that additions be sent to bug-coreutils@gnu.org, too.Jim Meyering
2003-06-06(main): Avoid newer 3-arg form of open,Jim Meyering
so this script works also with e.g., perl5.005_03.
2003-05-28Allow expansion of `$file' in the here-Jim Meyering
document corresponding to comment at the top of fs.h.
2003-04-10New script to extract fs.h definitions from stat.c.Jim Meyering