Jim Meyering
|
5111aa4296
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
2012-01-01 10:04:06 +01:00 |
|
Jim Meyering
|
9d6231ef2a
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
2011-01-01 22:16:47 +01:00 |
|
Jim Meyering
|
1aa17dc89b
|
maint: update all FSF copyright year lists to include 2010
Use this command:
git ls-files | grep -v COPYING \
| xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
build-aux/update-copyright
|
2010-01-01 14:06:47 +01:00 |
|
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 |
|
Jim Meyering
|
3ef2f939f7
|
Adapt to new version of gnulib-tool.
* gl/modules/root-dev-ino: New file.
* lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ...
* gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here.
* m4/root-dev-ino.m4: Move this file ...
* gl/m4/root-dev-ino.m4: ... to here.
* bootstrap.conf (gnulib_modules): Add root-dev-ino.
|
2006-11-14 14:02:18 +01:00 |
|