]> Savannah Git Hosting - gnulib.git/commitdiff
maint.mk: Relax the copyright check to cater for non FSF projects
authorAssaf Gordon <agordon@wi.mit.edu>
Fri, 18 Apr 2014 18:34:45 +0000 (19:34 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 19 Apr 2014 11:35:53 +0000 (12:35 +0100)
* top/maint.mk (sc_copyright_check): Relax the check for $PACKAGE.texi
to not require the "Free" suffix after the copyright years.

ChangeLog
top/maint.mk

index 5f29475e9ea2b0ec06e6d7eb229f2355e209c8cf..51aba24ce401005dc7df25af4484ae5c284de7e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 30f2e8e69441457c86440c55da574047b0f196f9..b6cd5a2031c9469cac717687e35ff0482c63f009 100644 (file)
@@ -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)