|
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.
|
|
dac3bbf9
|
2008-03-30T15:18:13
|
|
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
|
|
8d4035df
|
2007-03-29T22:34:33
|
|
Tweak last patch: Sync with gettext.
|
|
325d9130
|
2007-03-29T22:21:32
|
|
Take care of IN_LIBINTL situation.
|
|
6e2afe5a
|
2007-03-27T20:18:17
|
|
Move vasprintf prototypes to stdio.
|
|
99099106
|
2006-09-14T14:18:36
|
|
Include <config.h> unconditionally.
|
|
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 ***
|
|
2a3f7e67
|
2005-03-02T14:56:43
|
|
sync (copyright years)
|
|
372b0b04
|
2004-09-08T12:11:19
|
|
Improve handling of the case length > INT_MAX.
|
|
e9892606
|
2003-10-30T14:09:04
|
|
Check for overflow when converting from size_t to 'int'.
|
|
757bd39e
|
2003-07-14T22:44:04
|
|
Update gettext source files from gettext automatically, using srclist-update.
|
|
87b04f99
|
2003-01-30T13:48:21
|
|
New modules vasnprintf and vasprintf.
|