summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-28 10:50:36 +0100
committerJim Meyering <meyering@redhat.com>2009-12-29 17:49:30 +0100
commit3030c5b5e0a5199e16b05927da72c43c42f211c3 (patch)
treeb35fac9c0cf620a1db5e9121562a84e880543236 /ChangeLog
parent9c40f34443ba034ee7890ab10c369a903417765d (diff)
downloadgnulib-3030c5b5e0a5199e16b05927da72c43c42f211c3.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41ef6f718b..e19ec432fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-12-29 Jim Meyering <meyering@redhat.com>
+
+ 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.
+
2009-12-29 Simon Josefsson <simon@josefsson.org>
and Eric Blake <ebb9@byu.net>