summaryrefslogtreecommitdiff
path: root/printf
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 /printf
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'printf')
-rw-r--r--printf/Makefile.am4
-rw-r--r--printf/Makefile.in4
-rw-r--r--printf/asprintf.c4
-rw-r--r--printf/asprntffuns.c4
-rw-r--r--printf/doprnt.c4
-rw-r--r--printf/doprntf.c4
-rw-r--r--printf/doprnti.c4
-rw-r--r--printf/fprintf.c4
-rw-r--r--printf/obprintf.c4
-rw-r--r--printf/obprntffuns.c4
-rw-r--r--printf/obvprintf.c4
-rw-r--r--printf/printf.c4
-rw-r--r--printf/printffuns.c4
-rw-r--r--printf/repl-vsnprintf.c4
-rw-r--r--printf/snprintf.c4
-rw-r--r--printf/snprntffuns.c4
-rw-r--r--printf/sprintf.c4
-rw-r--r--printf/sprintffuns.c4
-rw-r--r--printf/vasprintf.c4
-rw-r--r--printf/vfprintf.c4
-rw-r--r--printf/vprintf.c4
-rw-r--r--printf/vsnprintf.c4
-rw-r--r--printf/vsprintf.c4
23 files changed, 46 insertions, 46 deletions
diff --git a/printf/Makefile.am b/printf/Makefile.am
index 8f07fb97c..60eba48c4 100644
--- a/printf/Makefile.am
+++ b/printf/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/printf/Makefile.in b/printf/Makefile.in
index 923e6b3cd..8082a999b 100644
--- a/printf/Makefile.in
+++ b/printf/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 = $(libprintf_la_SOURCES)
diff --git a/printf/asprintf.c b/printf/asprintf.c
index cae7e9183..6e84d0af6 100644
--- a/printf/asprintf.c
+++ b/printf/asprintf.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/printf/asprntffuns.c b/printf/asprntffuns.c
index 6e1368190..8a8cbc9f0 100644
--- a/printf/asprntffuns.c
+++ b/printf/asprntffuns.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. */
/* These routines are in a separate file so that the mpz_t, mpq_t and mpf_t
diff --git a/printf/doprnt.c b/printf/doprnt.c
index 9203ab7b5..1cbbe8534 100644
--- a/printf/doprnt.c
+++ b/printf/doprnt.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 glibc langinfo.h */
diff --git a/printf/doprntf.c b/printf/doprntf.c
index 42ca895c6..f1d2ccb90 100644
--- a/printf/doprntf.c
+++ b/printf/doprntf.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 "config.h"
diff --git a/printf/doprnti.c b/printf/doprnti.c
index e578b2f4b..a13963bd5 100644
--- a/printf/doprnti.c
+++ b/printf/doprnti.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 "config.h"
diff --git a/printf/fprintf.c b/printf/fprintf.c
index decb1b86b..3c9197dce 100644
--- a/printf/fprintf.c
+++ b/printf/fprintf.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/printf/obprintf.c b/printf/obprintf.c
index bf91776d5..018e76506 100644
--- a/printf/obprintf.c
+++ b/printf/obprintf.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/printf/obprntffuns.c b/printf/obprntffuns.c
index 0caa61423..62ffbba1d 100644
--- a/printf/obprntffuns.c
+++ b/printf/obprntffuns.c
@@ -21,8 +21,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/printf/obvprintf.c b/printf/obvprintf.c
index 78f4028a7..537aae8b1 100644
--- a/printf/obvprintf.c
+++ b/printf/obvprintf.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/printf/printf.c b/printf/printf.c
index e1d6f98fe..bbccce08e 100644
--- a/printf/printf.c
+++ b/printf/printf.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/printf/printffuns.c b/printf/printffuns.c
index c120cc451..047233a1b 100644
--- a/printf/printffuns.c
+++ b/printf/printffuns.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 "config.h"
diff --git a/printf/repl-vsnprintf.c b/printf/repl-vsnprintf.c
index debbebc17..d09f8a4b3 100644
--- a/printf/repl-vsnprintf.c
+++ b/printf/repl-vsnprintf.c
@@ -21,8 +21,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/printf/snprintf.c b/printf/snprintf.c
index e61b9ff15..15b5759bc 100644
--- a/printf/snprintf.c
+++ b/printf/snprintf.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/printf/snprntffuns.c b/printf/snprntffuns.c
index 0fe40f88f..2e7c949c3 100644
--- a/printf/snprntffuns.c
+++ b/printf/snprntffuns.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 "config.h"
diff --git a/printf/sprintf.c b/printf/sprintf.c
index 22a4c13f9..1507c3885 100644
--- a/printf/sprintf.c
+++ b/printf/sprintf.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/printf/sprintffuns.c b/printf/sprintffuns.c
index ebe11907c..d77865197 100644
--- a/printf/sprintffuns.c
+++ b/printf/sprintffuns.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 "config.h"
diff --git a/printf/vasprintf.c b/printf/vasprintf.c
index 50974d384..d816ba381 100644
--- a/printf/vasprintf.c
+++ b/printf/vasprintf.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/printf/vfprintf.c b/printf/vfprintf.c
index efe0c1dfa..af9fdc932 100644
--- a/printf/vfprintf.c
+++ b/printf/vfprintf.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/printf/vprintf.c b/printf/vprintf.c
index 56bb2ed1f..0d38bb1fa 100644
--- a/printf/vprintf.c
+++ b/printf/vprintf.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/printf/vsnprintf.c b/printf/vsnprintf.c
index 9ed6b6a93..89bd994b7 100644
--- a/printf/vsnprintf.c
+++ b/printf/vsnprintf.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/printf/vsprintf.c b/printf/vsprintf.c
index 52e4f56dd..f446da85f 100644
--- a/printf/vsprintf.c
+++ b/printf/vsprintf.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"