From: Assaf Gordon Date: Fri, 18 Apr 2014 18:34:45 +0000 (+0100) Subject: maint.mk: Relax the copyright check to cater for non FSF projects X-Git-Tag: v1.0~7398 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6ddb55d1eb5369bb0236583d90ee6fcdd2c521c5;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 5f29475e9e..51aba24ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-18 Assaf Gordon + + 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. + 2014-04-18 Natanael Copa physmem: use sysinfo on linux-gnu if _SC_PHYS_PAGES unavailable 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)