summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorAssaf Gordon <agordon@wi.mit.edu>2014-04-18 19:34:45 +0100
committerPádraig Brady <P@draigBrady.com>2014-04-19 12:35:53 +0100
commit6ddb55d1eb5369bb0236583d90ee6fcdd2c521c5 (patch)
tree4cfa86f2d04e4297321befbbd39d71190f39f7b5 /top
parent22756d58aa46c291f7fa1c63d61c7c0483622c4e (diff)
downloadgnulib-6ddb55d1eb5369bb0236583d90ee6fcdd2c521c5.tar.gz
maint.mk: Relax the copyright check to cater for non FSF projects
* top/maint.mk (sc_copyright_check): Relax the check for $PACKAGE.texi to not require the "Free" suffix after the copyright years.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 30f2e8e694..b6cd5a2031 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1192,7 +1192,7 @@ sc_copyright_check:
in_vc_files=$(sample-test) \
halt='out of date copyright in $(sample-test); update it' \
$(_sc_search_regexp)
- @require='Copyright @copyright\{\} .*'$$(date +%Y)' Free' \
+ @require='Copyright @copyright\{\} .*'$$(date +%Y) \
in_vc_files=$(texi) \
halt='out of date copyright in $(texi); update it' \
$(_sc_search_regexp)