]> Savannah Git Hosting - gnulib.git/commitdiff
syntax-check: Catch all FSF postal addresses.
authorSimon Josefsson <simon@josefsson.org>
Tue, 3 Sep 2024 18:40:51 +0000 (20:40 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 3 Sep 2024 18:40:51 +0000 (20:40 +0200)
* top/maint.mk (sc_franklin_street): Rename to sc_fsf_postal,
improve regexp.

ChangeLog
top/maint.mk

index 31b402c0ea4702a8a3466d4aeac183712d750737..a281d657a25f093a9c6fd7b6ea7c21fe5d2384f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-09-03  Simon Josefsson  <simon@josefsson.org>
+
+       syntax-check: Catch all FSF postal addresses.
+       * top/maint.mk (sc_franklin_street): Rename to sc_fsf_postal,
+       improve regexp.
+
 2024-09-03  Bruno Haible  <bruno@clisp.org>
 
        unlockpt tests: Avoid test failure on Haiku.
index 68f027aa289413b6fe1d69ed023d7dda9f5b109d..a6f130d3d6811a45e954e2ee75db722d642421cc 100644 (file)
@@ -1047,11 +1047,11 @@ sc_GFDL_version:
        halt='GFDL vN, N!=3'                                            \
          $(_sc_search_regexp)
 
-# Look out for 'Franklin Street' addresses -- use URLs instead:
+# Look out for FSF postal addresses -- use URLs instead:
 # https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Code.html
-sc_franklin_street:
-       @prohibit='Franklin.*Street'                                    \
-       halt='use URLs instead of old Franklin Street postal address'   \
+sc_fsf_postal:
+       @prohibit='(Mass Ave|Massachusetts Ave|Temple Pl|Franklin St|Milk St)' \
+       halt='use license URLs instead of FSF postal address' \
         $(_sc_search_regexp)
 
 # Don't use Texinfo's @acronym{}.