maint.mk: detect incorrect GFDL usage
authorEric Blake <ebb9@byu.net>
Thu, 7 Jan 2010 03:47:08 +0000 (20:47 -0700)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jan 2010 00:27:55 +0000 (00:27 +0000)
commitd9d722c4993794fd85a35639e2adb760656256c1
tree04791fde49cd559aec32898165111c0e34b664df
parent9ebfb660169eaa8fa6fe523bc9c1313a78180ad9
maint.mk: detect incorrect GFDL usage

Similar to the existing sc_GPL_version.  Fortunately, the two licenses
have enough distinction in wording so that neither regexp is a false
positive for the other license.  This won't catch files that line wrap
differently than expected; as it was, the GFDL needed two regexp to
handle the use of GFDL in the m4 project.

* top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.

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