From: Bruno Haible Date: Mon, 18 Dec 2006 12:49:19 +0000 (+0000) Subject: Fix FSF address in copyright header. X-Git-Tag: v0.17~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3345a23b973c71febe7a367e9b506f8493a4e3f8;p=thirdparty%2Fgettext.git Fix FSF address in copyright header. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index d9e3c693b..5655ec1bb 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,5 +1,7 @@ 2006-10-07 Bruno Haible + * lib/fstrcmp.c: Fix FSF address in copyright header. + * lib/fstrcmp.c: Rename macro MINUS_H_FLAG to USE_HEURISTIC. Use bool. * lib/fstrcmp.c: Update comments. Talk about vectors instead of diff --git a/gnulib-local/lib/fstrcmp.c b/gnulib-local/lib/fstrcmp.c index e9a4b3bb2..7b60d390e 100644 --- a/gnulib-local/lib/fstrcmp.c +++ b/gnulib-local/lib/fstrcmp.c @@ -3,17 +3,17 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or (at - your option) any later version. + the Free Software Foundation; either version 2, or (at your option) + any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Derived from GNU diff 2.7, analyze.c et al.