diff top/maint.mk @ 17649:eb299235d783

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.
author Assaf Gordon <agordon@wi.mit.edu>
date Fri, 18 Apr 2014 19:34:45 +0100
parents c18fb7a002f4
children cb3ab1f4efea
line wrap: on
line diff
--- a/top/maint.mk	Fri Apr 18 09:16:27 2014 +0000
+++ b/top/maint.mk	Fri Apr 18 19:34:45 2014 +0100
@@ -1192,7 +1192,7 @@
 	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)