summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-22 20:41:00 +0200
committerJim Meyering <jim@meyering.net>2007-05-22 20:41:00 +0200
commit9e450601b1509b3a83d9c1231b3cf9107eedbe9b (patch)
treeb6bacb42f9ca92f7b4b1964f0d9c72a8c9a26a74 /ChangeLog
parenta6a447fc58a01598682f0914f978d0a3c1cfc4dc (diff)
downloadcoreutils-9e450601b1509b3a83d9c1231b3cf9107eedbe9b.tar.xz
Check for an up-to-date copyright year in coreutils.texi.
* Makefile.maint (copyright-check): Also check for an up-to-date copyright year in doc/$().texi, if that file exists. * doc/coreutils.texi: Add 2007 to list of Copyright years. Reported by Karl Berry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 464266770..34304f124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-05-22 Jim Meyering <jim@meyering.net>
+ Check for an up-to-date copyright year in coreutils.texi.
+ * Makefile.maint (copyright-check): Also check for an up-to-date
+ copyright year in doc/$().texi, if that file exists.
+ * doc/coreutils.texi: Add 2007 to list of Copyright years.
+ Reported by Karl Berry.
+
cut: diagnose a range starting with 0 (-f 0-2) as invalid, and
give a better diagnostic for a field-number/offset of 0.
* NEWS: Mention the fix.