|
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.
|
|
d71a1102
|
2008-02-28T15:26:44
|
|
Fix typo in comment.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
c2f12281
|
2003-11-17T14:37:27
|
|
New function xmax.
|
|
8224e300
|
2003-11-11T11:58:42
|
|
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
|
|
be120916
|
2003-11-05T11:36:58
|
|
Solaris portability problem.
|
|
bf5c2a54
|
2003-11-04T12:06:16
|
|
New module 'xsize'.
|