maint.mk: don't update copyright date in COPYING
authorJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 08:44:05 +0000 (10:44 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 08:44:05 +0000 (10:44 +0200)
* top/maint.mk (update-copyright): Exclude COPYING.

ChangeLog
top/maint.mk

index 1eacff5df703f51d26010441d198e6543332ca6b..05dd012c66079c445e6d81d021304d2652068259 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-08-04  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: don't update copyright date in COPYING
+       * top/maint.mk (update-copyright): Exclude COPYING.
+
        maint.mk: add a copyright-updating rule
        * top/maint.mk (update-copyright): New rule.
        Derived from coreutils/Makefile.am.
index 2db44ba70e3ddacd79577bb4dbd5463530f4ec0f..5d892381e7f5b9c9aa6eacb6f4546986f484526b 100644 (file)
@@ -777,4 +777,5 @@ indent:
 .PHONY: update-copyright
 update-copyright:
        grep -l -w Copyright $$($(VC_LIST_EXCEPT))              \
+         | grep -v -E '(^|/)COPYING$$'                         \
          | xargs $(build_aux)/$@