changeset 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 10089b66b66e
children 4e829203c435
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 18 09:16:27 2014 +0000
+++ b/ChangeLog	Fri Apr 18 19:34:45 2014 +0100
@@ -1,3 +1,9 @@
+2014-04-18  Assaf Gordon  <agordon@wi.mit.edu>
+
+	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  <ncopa@alpinelinux.org>
 
 	physmem: use sysinfo on linux-gnu if _SC_PHYS_PAGES unavailable
--- 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)