*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 6 Jan 2006 16:49:15 +0000 (16:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jan 2006 16:49:15 +0000 (16:49 +0000)
ChangeLog

index 1cbad52ffa503086c620241c0218217daa50f395..84cbbb3f4c355f14b1b18a997e2d680a752589bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * Version 6.0-cvs.
 
+       * Makefile.maint (copyright-check): Use date +%Y in place of
+       hard-coded 2005.
+
        * src/remove.c (rm_1): Remove `static' attribute on local `status'.
        First off, the attribute should have been `volatile' (not static)
        to avoid longjmp-related risk of clobber.  Secondly, now there is