summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-15 17:14:13 +0100
committertege <tege@gmplib.org>2006-02-15 17:14:13 +0100
commit4b43e2955fa9dcea086a367d47234d277ef3a57e (patch)
tree432770a53611eee98b6de89be764bea10e3948ee /scanf
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'scanf')
-rw-r--r--scanf/Makefile.am4
-rw-r--r--scanf/Makefile.in4
-rw-r--r--scanf/doscan.c4
-rw-r--r--scanf/fscanf.c4
-rw-r--r--scanf/fscanffuns.c4
-rw-r--r--scanf/scanf.c4
-rw-r--r--scanf/sscanf.c4
-rw-r--r--scanf/sscanffuns.c4
-rw-r--r--scanf/vfscanf.c4
-rw-r--r--scanf/vscanf.c4
-rw-r--r--scanf/vsscanf.c4
11 files changed, 22 insertions, 22 deletions
diff --git a/scanf/Makefile.am b/scanf/Makefile.am
index caea13e21..166201474 100644
--- a/scanf/Makefile.am
+++ b/scanf/Makefile.am
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
diff --git a/scanf/Makefile.in b/scanf/Makefile.in
index d50f0b26f..d8ada0099 100644
--- a/scanf/Makefile.in
+++ b/scanf/Makefile.in
@@ -30,8 +30,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
SOURCES = $(libscanf_la_SOURCES)
diff --git a/scanf/doscan.c b/scanf/doscan.c
index 27a1e3957..643ed27a6 100644
--- a/scanf/doscan.c
+++ b/scanf/doscan.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define _GNU_SOURCE /* for DECIMAL_POINT in langinfo.h */
diff --git a/scanf/fscanf.c b/scanf/fscanf.c
index d61137ec5..39c152b7b 100644
--- a/scanf/fscanf.c
+++ b/scanf/fscanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/scanf/fscanffuns.c b/scanf/fscanffuns.c
index 14c95ff23..007238cc1 100644
--- a/scanf/fscanffuns.c
+++ b/scanf/fscanffuns.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/scanf/scanf.c b/scanf/scanf.c
index 10024d930..fb9c9b770 100644
--- a/scanf/scanf.c
+++ b/scanf/scanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/scanf/sscanf.c b/scanf/sscanf.c
index 64cb976b2..5366b5a92 100644
--- a/scanf/sscanf.c
+++ b/scanf/sscanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/scanf/sscanffuns.c b/scanf/sscanffuns.c
index 9152c1cc9..d728e6bf8 100644
--- a/scanf/sscanffuns.c
+++ b/scanf/sscanffuns.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/scanf/vfscanf.c b/scanf/vfscanf.c
index cc8840c86..634ae95cd 100644
--- a/scanf/vfscanf.c
+++ b/scanf/vfscanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/scanf/vscanf.c b/scanf/vscanf.c
index ae14a53a0..5a95c3627 100644
--- a/scanf/vscanf.c
+++ b/scanf/vscanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/scanf/vsscanf.c b/scanf/vsscanf.c
index cba27d17a..41c97df82 100644
--- a/scanf/vsscanf.c
+++ b/scanf/vsscanf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"