|
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.
|
|
5b0c33dc
|
2008-10-13T02:32:53
|
|
Add a comment.
|
|
aa9a86a0
|
2008-10-01T02:28:35
|
|
Fix the Win32 implementation of the 'thread' module.
|
|
0e3f4935
|
2008-08-18T12:49:10
|
|
Fix link error with Solaris threads.
|
|
ecbcf1d9
|
2008-08-18T02:23:32
|
|
Implement thread control primitives for Win32.
|
|
fbb0d77f
|
2008-08-17T21:26:13
|
|
Fix syntax errors in C++ mode.
|
|
eee77e6b
|
2008-08-17T21:18:02
|
|
Make gl_create_thread easier to use.
|
|
cf3c4045
|
2008-08-17T19:29:30
|
|
New module 'thread'.
|