|
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.
|
|
106d3ad9
|
2008-11-05T00:43:19
|
|
Change license to GFDLv1.3+.
|
|
a0bdb062
|
2008-05-20T08:45:49
|
|
remove trailing blanks
|
|
f0081f71
|
2007-12-26T16:31:08
|
|
Avoid using the syntax symbol() in formatted documentation.
|
|
54dfb949
|
2007-01-08T23:26:49
|
|
main must set program_name
|
|
f890dce3
|
2007-01-03T18:51:20
|
|
document error/progname interaction
|