|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
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.
|
|
dac3bbf9
|
2008-03-30T15:18:13
|
|
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
6e2afe5a
|
2007-03-27T20:18:17
|
|
Move vasprintf prototypes to stdio.
|
|
7c6d5072
|
2006-11-06T13:03:10
|
|
Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
|
|
bac726e1
|
2006-10-17T12:16:04
|
|
* lib/xvasprintf.c (includes): Assume config.h.
* lib/xasprintf.c (includes): Likewise.
|
|
f46a1e87
|
2006-05-09T17:26:15
|
|
Recognize the special case of a string concatenation in xvasprintf.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
6abae392
|
2004-09-29T20:14:02
|
|
Fixing a stupid typo in xvasprintf.c... from Oskar Liljeblad.
|
|
0f2c51f6
|
2004-09-08T12:15:25
|
|
New module 'xvasprintf'.
|