From: Simon Josefsson Date: Sun, 1 Sep 2024 13:05:24 +0000 (+0200) Subject: Avoid using postal address in license X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf31b26be8574bd64fbd7e5456740d7d029b311c;p=thirdparty%2Fgnulib.git Avoid using postal address in license * lib/dfa.h, lib/dfa.c: Update license header. * lib/localeinfo.h, lib/localeinfo.c: Likewise. * tests/test-dfa-match-aux.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 25826b49c2..537d05ad7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-09-01 Simon Josefsson + + Avoid using postal address in license + * lib/dfa.h, lib/dfa.c: Update license header. + * lib/localeinfo.h, lib/localeinfo.c: Likewise. + * tests/test-dfa-match-aux.c: Likewise. + 2024-09-01 Bruno Haible Fix mbscasestr test failure on native Windows with MSVC. diff --git a/lib/dfa.c b/lib/dfa.c index a7a969b6ca..9bddc777bc 100644 --- a/lib/dfa.c +++ b/lib/dfa.c @@ -13,9 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA */ + along with this program. If not, see . */ /* Written June, 1988 by Mike Haertel Modified July, 1988 by Arthur David Olson to assist BMG speedups */ diff --git a/lib/dfa.h b/lib/dfa.h index b015073833..4653add584 100644 --- a/lib/dfa.h +++ b/lib/dfa.h @@ -12,9 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., - 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA */ + along with this program. If not, see . */ /* Written June, 1988 by Mike Haertel */ diff --git a/lib/localeinfo.c b/lib/localeinfo.c index 67af44a6ff..c90f1d76b5 100644 --- a/lib/localeinfo.c +++ b/lib/localeinfo.c @@ -13,9 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Paul Eggert. */ diff --git a/lib/localeinfo.h b/lib/localeinfo.h index f8863edf53..765c237186 100644 --- a/lib/localeinfo.h +++ b/lib/localeinfo.h @@ -13,9 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Paul Eggert. */ diff --git a/tests/test-dfa-match-aux.c b/tests/test-dfa-match-aux.c index 112f9dd918..3a66bc62ef 100644 --- a/tests/test-dfa-match-aux.c +++ b/tests/test-dfa-match-aux.c @@ -13,9 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #include #include