maint.mk: ignore multi-line copyright in NEWS
authorEric Blake <ebb9@byu.net>
Wed, 6 Jan 2010 17:03:34 +0000 (10:03 -0700)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jan 2010 00:27:18 +0000 (00:27 +0000)
commit9ebfb660169eaa8fa6fe523bc9c1313a78180ad9
tree56775fe8c492a235f114a2c59f58ada38ef25778
parent4b8c4902c5022e71ee1027cafc3a956e650de7fc
maint.mk: ignore multi-line copyright in NEWS

The old algorithm did not work for projects like m4 that used
long-hand copyright years that wrapped lines.  Meanwhile, this
change has no impact to single-line copyrights, like coreutils.

Changing the rest of the footer, such as bumping from GFDL 1.2
to GFDL 1.3, will still require the developer to rerun
'make update-NEWS-hash' to get the hash back in sync, but that
is probably less frequent.

* top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.

Signed-off-by: Eric Blake <ebb9@byu.net>
(cherry picked from commit c4b45631bce0034e4433a9f421cf16fe803c51f3)
ChangeLog
top/maint.mk