summaryrefslogtreecommitdiff
path: root/demos
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 /demos
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'demos')
-rw-r--r--demos/Makefile.am4
-rw-r--r--demos/Makefile.in4
-rw-r--r--demos/calc/Makefile.am4
-rw-r--r--demos/calc/Makefile.in4
-rw-r--r--demos/calc/README4
-rw-r--r--demos/calc/calc-common.h4
-rw-r--r--demos/calc/calc-config-h.in4
-rw-r--r--demos/calc/calc.c8
-rw-r--r--demos/calc/calc.y4
-rw-r--r--demos/calc/calclex.c4
-rw-r--r--demos/calc/calclex.l4
-rw-r--r--demos/calc/calcread.c4
-rw-r--r--demos/expr/Makefile.am4
-rw-r--r--demos/expr/Makefile.in4
-rw-r--r--demos/expr/README4
-rw-r--r--demos/expr/expr-impl.h4
-rw-r--r--demos/expr/expr.c4
-rw-r--r--demos/expr/expr.h4
-rw-r--r--demos/expr/exprf.c4
-rw-r--r--demos/expr/exprfa.c4
-rw-r--r--demos/expr/exprq.c4
-rw-r--r--demos/expr/exprqa.c4
-rw-r--r--demos/expr/exprv.c4
-rw-r--r--demos/expr/exprz.c4
-rw-r--r--demos/expr/exprza.c4
-rw-r--r--demos/expr/run-expr.c4
-rw-r--r--demos/expr/t-expr.c4
-rw-r--r--demos/factorize.c2
-rw-r--r--demos/isprime.c4
-rw-r--r--demos/perl/GMP.pm8
-rw-r--r--demos/perl/GMP.xs4
-rw-r--r--demos/perl/GMP/Mpf.pm4
-rw-r--r--demos/perl/GMP/Mpq.pm4
-rw-r--r--demos/perl/GMP/Mpz.pm4
-rw-r--r--demos/perl/GMP/Rand.pm4
-rw-r--r--demos/perl/INSTALL4
-rw-r--r--demos/perl/Makefile.PL4
-rw-r--r--demos/perl/sample.pl4
-rw-r--r--demos/perl/test.pl4
-rw-r--r--demos/perl/test2.pl4
-rw-r--r--demos/perl/typemap4
-rw-r--r--demos/pexpr-config-h.in4
-rw-r--r--demos/pexpr.c4
-rw-r--r--demos/primes.c4
-rw-r--r--demos/qcn.c4
45 files changed, 93 insertions, 93 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 34131c3fe..d14c25201 100644
--- a/demos/Makefile.am
+++ b/demos/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.
SUBDIRS = calc expr
diff --git a/demos/Makefile.in b/demos/Makefile.in
index 0240e85ca..915a8e81a 100644
--- a/demos/Makefile.in
+++ b/demos/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 = factorize.c isprime.c pexpr.c primes.c qcn.c
srcdir = @srcdir@
diff --git a/demos/calc/Makefile.am b/demos/calc/Makefile.am
index 8407c0db2..0f820618d 100644
--- a/demos/calc/Makefile.am
+++ b/demos/calc/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 = -I$(top_srcdir)
diff --git a/demos/calc/Makefile.in b/demos/calc/Makefile.in
index f97ee3940..9b354c55c 100644
--- a/demos/calc/Makefile.in
+++ b/demos/calc/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 = $(calc_SOURCES)
srcdir = @srcdir@
diff --git a/demos/calc/README b/demos/calc/README
index c90326d02..0a272c08d 100644
--- a/demos/calc/README
+++ b/demos/calc/README
@@ -12,8 +12,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA.
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
diff --git a/demos/calc/calc-common.h b/demos/calc/calc-common.h
index 8d83ea9a1..228d870a5 100644
--- a/demos/calc/calc-common.h
+++ b/demos/calc/calc-common.h
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stddef.h> /* for size_t */
#ifndef NO_CALC_H
diff --git a/demos/calc/calc-config-h.in b/demos/calc/calc-config-h.in
index 7444d9996..e2bc46753 100644
--- a/demos/calc/calc-config-h.in
+++ b/demos/calc/calc-config-h.in
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Define if GNU readline should be used. */
diff --git a/demos/calc/calc.c b/demos/calc/calc.c
index 7527df1b8..15f6bc007 100644
--- a/demos/calc/calc.c
+++ b/demos/calc/calc.c
@@ -50,8 +50,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This is a simple program, meant only to show one way to use GMP for this
@@ -498,8 +498,8 @@ static const short yycheck[] =
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
diff --git a/demos/calc/calc.y b/demos/calc/calc.y
index 1d05dea7e..daf832f37 100644
--- a/demos/calc/calc.y
+++ b/demos/calc/calc.y
@@ -15,8 +15,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This is a simple program, meant only to show one way to use GMP for this
diff --git a/demos/calc/calclex.c b/demos/calc/calclex.c
index 0ff412ab6..30775df29 100644
--- a/demos/calc/calclex.c
+++ b/demos/calc/calclex.c
@@ -402,8 +402,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#line 21 "calclex.l"
#include <string.h>
#include "calc-common.h"
diff --git a/demos/calc/calclex.l b/demos/calc/calclex.l
index b5ba6875d..c487c5413 100644
--- a/demos/calc/calclex.l
+++ b/demos/calc/calclex.l
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
%{
#include <string.h>
diff --git a/demos/calc/calcread.c b/demos/calc/calcread.c
index 0afb66e9f..a3a3635c0 100644
--- a/demos/calc/calcread.c
+++ b/demos/calc/calcread.c
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "calc-common.h"
diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am
index c4f3909e1..4e0645b46 100644
--- a/demos/expr/Makefile.am
+++ b/demos/expr/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 = -I$(top_srcdir) -I$(top_srcdir)/tests
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index 84b4d7eed..126fec395 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/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 = $(libexpr_a_SOURCES) run-expr.c t-expr.c
srcdir = @srcdir@
diff --git a/demos/expr/README b/demos/expr/README
index a177aaa9a..8900e9619 100644
--- a/demos/expr/README
+++ b/demos/expr/README
@@ -14,8 +14,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.
diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h
index 5044358fa..9082578d1 100644
--- a/demos/expr/expr-impl.h
+++ b/demos/expr/expr-impl.h
@@ -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. */
/* Same tests as gmp.h. */
diff --git a/demos/expr/expr.c b/demos/expr/expr.c
index cd2efcf10..00ce5b963 100644
--- a/demos/expr/expr.c
+++ b/demos/expr/expr.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 <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/expr.h b/demos/expr/expr.h
index 9cd1432a1..4a4743edd 100644
--- a/demos/expr/expr.h
+++ b/demos/expr/expr.h
@@ -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. */
#ifndef __EXPR_H__
diff --git a/demos/expr/exprf.c b/demos/expr/exprf.c
index 59c43c5c7..4f8e777df 100644
--- a/demos/expr/exprf.c
+++ b/demos/expr/exprf.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 <stdio.h>
#include <string.h>
diff --git a/demos/expr/exprfa.c b/demos/expr/exprfa.c
index c28873305..f40e08ecd 100644
--- a/demos/expr/exprfa.c
+++ b/demos/expr/exprfa.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. */
/* Future: Bitwise "&", "|" and "&" could be done, if desired. Not sure
diff --git a/demos/expr/exprq.c b/demos/expr/exprq.c
index 2b706f93b..90d61aea5 100644
--- a/demos/expr/exprq.c
+++ b/demos/expr/exprq.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 <stdio.h>
#include <string.h>
diff --git a/demos/expr/exprqa.c b/demos/expr/exprqa.c
index 2fbabf1bc..70836fd15 100644
--- a/demos/expr/exprqa.c
+++ b/demos/expr/exprqa.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 <stdio.h>
diff --git a/demos/expr/exprv.c b/demos/expr/exprv.c
index 6d48f00c2..90ff4696f 100644
--- a/demos/expr/exprv.c
+++ b/demos/expr/exprv.c
@@ -17,8 +17,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>
diff --git a/demos/expr/exprz.c b/demos/expr/exprz.c
index d0af1e1fc..36f7c40ea 100644
--- a/demos/expr/exprz.c
+++ b/demos/expr/exprz.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 <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/exprza.c b/demos/expr/exprza.c
index bb3471eee..0381f3ff6 100644
--- a/demos/expr/exprza.c
+++ b/demos/expr/exprza.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 <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/run-expr.c b/demos/expr/run-expr.c
index 620c9aeaa..11e4070de 100644
--- a/demos/expr/run-expr.c
+++ b/demos/expr/run-expr.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. */
/* Usage: ./run-expr [-z] [-q] [-f] [-p prec] [-b base] expression...
diff --git a/demos/expr/t-expr.c b/demos/expr/t-expr.c
index 25dc4ea35..ba1f67090 100644
--- a/demos/expr/t-expr.c
+++ b/demos/expr/t-expr.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 <stdio.h>
#include <stdlib.h>
diff --git a/demos/factorize.c b/demos/factorize.c
index 4a5642c0c..0b14e7468 100644
--- a/demos/factorize.c
+++ b/demos/factorize.c
@@ -13,7 +13,7 @@ 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; see the file COPYING. If not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/demos/isprime.c b/demos/isprime.c
index d33d74352..701f404d2 100644
--- a/demos/isprime.c
+++ b/demos/isprime.c
@@ -13,8 +13,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/demos/perl/GMP.pm b/demos/perl/GMP.pm
index 052ae48a6..e6d7baf01 100644
--- a/demos/perl/GMP.pm
+++ b/demos/perl/GMP.pm
@@ -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.
# [Note: The above copyright notice is repeated in the documentation section
# below, in order to get it into man pages etc generated by the various pod
@@ -642,8 +642,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.
=cut
diff --git a/demos/perl/GMP.xs b/demos/perl/GMP.xs
index 7b1eefa71..4aa4b34aa 100644
--- a/demos/perl/GMP.xs
+++ b/demos/perl/GMP.xs
@@ -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. */
/* Notes:
diff --git a/demos/perl/GMP/Mpf.pm b/demos/perl/GMP/Mpf.pm
index 258ee43e3..babb1d1be 100644
--- a/demos/perl/GMP/Mpf.pm
+++ b/demos/perl/GMP/Mpf.pm
@@ -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.
package GMP::Mpf;
diff --git a/demos/perl/GMP/Mpq.pm b/demos/perl/GMP/Mpq.pm
index 44b4f7c74..67c3e202c 100644
--- a/demos/perl/GMP/Mpq.pm
+++ b/demos/perl/GMP/Mpq.pm
@@ -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.
package GMP::Mpq;
diff --git a/demos/perl/GMP/Mpz.pm b/demos/perl/GMP/Mpz.pm
index c323f1267..f97538611 100644
--- a/demos/perl/GMP/Mpz.pm
+++ b/demos/perl/GMP/Mpz.pm
@@ -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.
package GMP::Mpz;
diff --git a/demos/perl/GMP/Rand.pm b/demos/perl/GMP/Rand.pm
index 377ac18ae..b809e9adb 100644
--- a/demos/perl/GMP/Rand.pm
+++ b/demos/perl/GMP/Rand.pm
@@ -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.
package GMP::Rand;
diff --git a/demos/perl/INSTALL b/demos/perl/INSTALL
index 8f64437fe..291c5bd02 100644
--- a/demos/perl/INSTALL
+++ b/demos/perl/INSTALL
@@ -14,8 +14,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.
diff --git a/demos/perl/Makefile.PL b/demos/perl/Makefile.PL
index 27b0cf2fb..90a5e371e 100644
--- a/demos/perl/Makefile.PL
+++ b/demos/perl/Makefile.PL
@@ -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.
# Bugs:
diff --git a/demos/perl/sample.pl b/demos/perl/sample.pl
index cad679bf5..659059ac8 100644
--- a/demos/perl/sample.pl
+++ b/demos/perl/sample.pl
@@ -18,8 +18,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.
use strict;
diff --git a/demos/perl/test.pl b/demos/perl/test.pl
index d7f6e18eb..7cdbc214e 100644
--- a/demos/perl/test.pl
+++ b/demos/perl/test.pl
@@ -18,8 +18,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.
# These tests aim to exercise the many possible combinations of operands
diff --git a/demos/perl/test2.pl b/demos/perl/test2.pl
index 598143eb8..dd11b3b44 100644
--- a/demos/perl/test2.pl
+++ b/demos/perl/test2.pl
@@ -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.
# The following uses of :constants seem to provoke segvs in perl 5.005_03,
diff --git a/demos/perl/typemap b/demos/perl/typemap
index 69dc3ec50..474a1b63f 100644
--- a/demos/perl/typemap
+++ b/demos/perl/typemap
@@ -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.
TYPEMAP
diff --git a/demos/pexpr-config-h.in b/demos/pexpr-config-h.in
index ec1e7ee24..9cec4e16b 100644
--- a/demos/pexpr-config-h.in
+++ b/demos/pexpr-config-h.in
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Define if you have the <sys/resource.h> header file. */
diff --git a/demos/pexpr.c b/demos/pexpr.c
index 27dda7670..c1069745c 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -13,8 +13,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This expressions evaluator works by building an expression tree (using a
diff --git a/demos/primes.c b/demos/primes.c
index 8ba1c84b1..8f5320d08 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -14,8 +14,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/demos/qcn.c b/demos/qcn.c
index fc7995f83..2861fcef9 100644
--- a/demos/qcn.c
+++ b/demos/qcn.c
@@ -17,8 +17,8 @@ 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., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Usage: qcn [-p limit] <discriminant>...