projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c34d44
)
maint.mk: don't update copyright date in COPYING
author
Jim Meyering
<meyering@redhat.com>
Tue, 4 Aug 2009 08:44:05 +0000
(10:44 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 4 Aug 2009 08:44:05 +0000
(10:44 +0200)
* top/maint.mk (update-copyright): Exclude COPYING.
ChangeLog
patch
|
blob
|
history
top/maint.mk
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/top/maint.mk
b/top/maint.mk
index 2db44ba70e3ddacd79577bb4dbd5463530f4ec0f..5d892381e7f5b9c9aa6eacb6f4546986f484526b 100644
(file)
--- a/
top/maint.mk
+++ b/
top/maint.mk
@@
-777,4
+777,5
@@
indent:
.PHONY: update-copyright
update-copyright:
grep -l -w Copyright $$($(VC_LIST_EXCEPT)) \
+ | grep -v -E '(^|/)COPYING$$' \
| xargs $(build_aux)/$@