From: Simon Josefsson Date: Tue, 3 Sep 2024 18:40:51 +0000 (+0200) Subject: syntax-check: Catch all FSF postal addresses. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=086c5c1c67b379ffcdbad47460e1366a35f8b8c0;p=gnulib.git syntax-check: Catch all FSF postal addresses. * top/maint.mk (sc_franklin_street): Rename to sc_fsf_postal, improve regexp. --- diff --git a/ChangeLog b/ChangeLog index 31b402c0ea..a281d657a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-09-03 Simon Josefsson + + 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 unlockpt tests: Avoid test failure on Haiku. diff --git a/top/maint.mk b/top/maint.mk index 68f027aa28..a6f130d3d6 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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{}.