|
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.
|
|
dac3bbf9
|
2008-03-30T15:18:13
|
|
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
|
|
e0a39772
|
2007-03-08T03:24:38
|
|
Whitespace change.
|
|
0b24be3e
|
2007-02-21T02:21:08
|
|
vsnprintf.h is replaced with <stdio.h>.
|
|
16030b5e
|
2006-08-28T16:04:14
|
|
Do the INT_MAX check only where size_t is converted to 'int'.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
cdd12b2a
|
2004-10-11T13:08:55
|
|
New module 'vsnprintf'.
|