maint.mk: detect incorrect GFDL usage
authorEric Blake <ebb9@byu.net>
Thu, 7 Jan 2010 03:47:08 +0000 (20:47 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 7 Jan 2010 03:47:08 +0000 (20:47 -0700)
commitcb361c968d771304ab68ed5cb8016a6b0c1b8cf2
tree68faec0d93d0253b623a548858d5eddd13a9a3e5
parentc4b45631bce0034e4433a9f421cf16fe803c51f3
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>
ChangeLog
top/maint.mk