|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
|
|
3030c5b5
|
2009-12-28T10:50:36
|
|
update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:
grep -v '^#' config/srclist.txt|grep -v '^$' \
| while read src dst; do
test -f "$dst" && { echo "$dst"; continue; }
test -d "$dst" || continue
echo "$dst"/$(basename "$src")
done > exempt
git ls-files tests/unictype >> exempt
In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
125b3002
|
2005-05-15T06:52:07
|
|
Undo previous change.
|
|
6ef9a073
|
2005-05-15T04:45:43
|
|
Sync from coreutils.
* modules/yesno (Depends-on): Add getline.
* gethrxtime.c, gethrxtime.h, getpass.h, mountlist.h, path-concat.c,
regex.h, strtoll.c, unlocked-io.h, xtime.h:
White space changes only.
* makepath.c (make_path): Port to hosts where leading "//" is special.
* yesno.c: Include getline.h, not ctype.h.
(yesno): Don't remove leading white space; POSIX doesn't allow it.
Use getline to remove arbitrary restriction on response length.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
9d738dcb
|
2003-08-17T05:30:20
|
|
Undo white space changes of 2003-08-12, allowing us to sync more files
from glibc.
|
|
a2e0479b
|
2003-08-12T23:27:26
|
|
White space fixes from coreutils.
|
|
a253e9ad
|
2002-11-25T14:23:38
|
|
copy from libc, meaning we now #include <strtol.c>
instead of "strtol.c".
|
|
b7476078
|
2002-11-25T00:17:33
|
|
change license to gpl.
|
|
1971b369
|
2001-08-26T07:28:06
|
|
New file, from GNU libc.
|