|
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.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
dd9099e7
|
2004-10-04T04:27:58
|
|
(enum backuptype): Rename none -> no_backups,
simple -> simple_backups, numbered_existing ->
numbered_existing_backups, numbered -> numbered_backups
to avoid shadowing problems. All uses changed.
|
|
a0b977a4
|
2004-07-16T16:28:48
|
|
Add extern "C" for C++.
|
|
68af56be
|
2003-06-18T05:52:19
|
|
Assume C89, so PARAMS isn't needed.
|
|
89f2b489
|
2000-08-07T15:48:18
|
|
back out Copyright date changes for files with no changes year
|
|
d349992d
|
2000-07-09T07:22:43
|
|
update copyright date
|
|
f1df5643
|
1999-01-16T15:54:22
|
|
(get_version): Adjust prototype.
(xget_version): Add prototype.
(base_name): Remove prototype.
|
|
6aa63220
|
1998-09-27T17:44:49
|
|
Protect against multiple inclusion.
From Akim Demaille.
|
|
ea0beb54
|
1998-01-21T15:55:12
|
|
Remove extern declaration of backup_type.
Use PARAMS, not __BACKUPFILE_P.
(VALID_BACKUP_TYPE): Define.
(find_backup_file_name): Adjust prototype.
|
|
6e866dec
|
1998-01-20T11:34:04
|
|
[enum backup_type]: Set `none' to 1.
|
|
56a7a671
|
1997-05-27T09:39:25
|
|
Update from FSF via patch-2.2.93.
|
|
729a4169
|
1997-02-04T03:26:31
|
|
libitize
|
|
6d8337bf
|
1996-07-15T03:36:16
|
|
update FSF address in copyright
|
|
1c23138b
|
1996-04-24T04:29:00
|
|
(find_backup_file_name): Constify decls of formal parameters.
|
|
d87c3946
|
1992-10-31T20:42:48
|
|
Initial revision
|