From 4b43e2955fa9dcea086a367d47234d277ef3a57e Mon Sep 17 00:00:00 2001 From: tege Date: Wed, 15 Feb 2006 17:14:13 +0100 Subject: Update FSF's address. --- demos/Makefile.am | 4 ++-- demos/Makefile.in | 4 ++-- demos/calc/Makefile.am | 4 ++-- demos/calc/Makefile.in | 4 ++-- demos/calc/README | 4 ++-- demos/calc/calc-common.h | 4 ++-- demos/calc/calc-config-h.in | 4 ++-- demos/calc/calc.c | 8 ++++---- demos/calc/calc.y | 4 ++-- demos/calc/calclex.c | 4 ++-- demos/calc/calclex.l | 4 ++-- demos/calc/calcread.c | 4 ++-- demos/expr/Makefile.am | 4 ++-- demos/expr/Makefile.in | 4 ++-- demos/expr/README | 4 ++-- demos/expr/expr-impl.h | 4 ++-- demos/expr/expr.c | 4 ++-- demos/expr/expr.h | 4 ++-- demos/expr/exprf.c | 4 ++-- demos/expr/exprfa.c | 4 ++-- demos/expr/exprq.c | 4 ++-- demos/expr/exprqa.c | 4 ++-- demos/expr/exprv.c | 4 ++-- demos/expr/exprz.c | 4 ++-- demos/expr/exprza.c | 4 ++-- demos/expr/run-expr.c | 4 ++-- demos/expr/t-expr.c | 4 ++-- demos/factorize.c | 2 +- demos/isprime.c | 4 ++-- demos/perl/GMP.pm | 8 ++++---- demos/perl/GMP.xs | 4 ++-- demos/perl/GMP/Mpf.pm | 4 ++-- demos/perl/GMP/Mpq.pm | 4 ++-- demos/perl/GMP/Mpz.pm | 4 ++-- demos/perl/GMP/Rand.pm | 4 ++-- demos/perl/INSTALL | 4 ++-- demos/perl/Makefile.PL | 4 ++-- demos/perl/sample.pl | 4 ++-- demos/perl/test.pl | 4 ++-- demos/perl/test2.pl | 4 ++-- demos/perl/typemap | 4 ++-- demos/pexpr-config-h.in | 4 ++-- demos/pexpr.c | 4 ++-- demos/primes.c | 4 ++-- demos/qcn.c | 4 ++-- 45 files changed, 93 insertions(+), 93 deletions(-) (limited to 'demos') 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 /* 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 #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 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 #include 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 #include 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 #include 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 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 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 #include 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 #include 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 #include 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 #include 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 #include 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 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 #include 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] ... -- cgit v1.2.1