summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-07 17:04:01 +0000
committerBruno Haible <bruno@clisp.org>2006-10-07 17:04:01 +0000
commita9715b5e127fe1908264b76a1731f142bc601dad (patch)
tree48f747e34743e4b3e89b7978c2227f02ed3eeac9
parent1db0b1b1ffcda13179e00b6e926c45c63c5eaaaf (diff)
downloadgnulib-a9715b5e127fe1908264b76a1731f142bc601dad.tar.gz
Fix FSF address.
-rw-r--r--lib/diffseq.h16
-rw-r--r--lib/fstrcmp.c16
2 files changed, 16 insertions, 16 deletions
diff --git a/lib/diffseq.h b/lib/diffseq.h
index cc00068660..bfd399502b 100644
--- a/lib/diffseq.h
+++ b/lib/diffseq.h
@@ -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. */
/* The basic idea is to consider two vectors as similar if, when
diff --git a/lib/fstrcmp.c b/lib/fstrcmp.c
index 9ff07366f5..653261f3fe 100644
--- a/lib/fstrcmp.c
+++ b/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.