Blob Blame History Raw
diff -up pari-2.5.1/Configure.orig pari-2.5.1/Configure
--- pari-2.5.1/Configure.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/Configure	2012-05-16 14:12:07.160588197 +0100
@@ -9,7 +9,7 @@
 #
 # Check the License for details. You should have received a copy of it, along
 # with the package; 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.
 
 # Configuration file for GP/PARI.  Run Configure --help for Usage.
 #
diff -up pari-2.5.1/COPYING.orig pari-2.5.1/COPYING
--- pari-2.5.1/COPYING.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/COPYING	2012-05-16 14:12:07.160588197 +0100
@@ -1,12 +1,12 @@
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@ software--to make sure the software is f
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@ patent must be licensed for everyone's f
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
+
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@ above, provided that you also meet all o
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@ access to copy from a designated place,
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@ impose that choice.
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -255,7 +255,7 @@ make exceptions for this.  Our decision
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
-
-	    How to Apply These Terms to Your New Programs
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and ea
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 19yy  <name of author>
+    Copyright (C) <year>  <name of author>
 
     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
@@ -303,17 +303,16 @@ the "copyright" line and a pointer to wh
     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
-
+    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.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 Also add information on how to contact you by electronic and paper mail.
 
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
@@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the
 This General Public License does not permit incorporating your program into
 proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
+library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.
diff -up pari-2.5.1/doc/gphelp.in.orig pari-2.5.1/doc/gphelp.in
--- pari-2.5.1/doc/gphelp.in.orig	2012-05-16 14:12:07.102588125 +0100
+++ pari-2.5.1/doc/gphelp.in	2012-05-16 14:12:07.161588198 +0100
@@ -13,7 +13,7 @@
 #
 # Check the License for details. You should have received a copy of it, along
 # with the package; 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.
 
 # Output extended help corresponding to a given GP command. By default,
 # extract relevant information from  from the PARI manual, run TeX, then open
diff -up pari-2.5.1/README.orig pari-2.5.1/README
--- pari-2.5.1/README.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/README	2012-05-16 14:12:07.162588199 +0100
@@ -76,7 +76,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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.
 
 
 (*) Version numbers have the shape: MAJOR.MINOR.patchlevel.status. The status
diff -up pari-2.5.1/src/basemath/alglin1.c.orig pari-2.5.1/src/basemath/alglin1.c
--- pari-2.5.1/src/basemath/alglin1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/alglin1.c	2012-05-16 14:12:07.163588200 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/alglin2.c.orig pari-2.5.1/src/basemath/alglin2.c
--- pari-2.5.1/src/basemath/alglin2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/alglin2.c	2012-05-16 14:12:07.164588201 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/arith1.c.orig pari-2.5.1/src/basemath/arith1.c
--- pari-2.5.1/src/basemath/arith1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/arith1.c	2012-05-16 14:12:07.166588205 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*********************************************************************/
 /**                                                                 **/
diff -up pari-2.5.1/src/basemath/arith2.c.orig pari-2.5.1/src/basemath/arith2.c
--- pari-2.5.1/src/basemath/arith2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/arith2.c	2012-05-16 14:12:07.167588206 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*********************************************************************/
 /**                                                                 **/
diff -up pari-2.5.1/src/basemath/base1.c.orig pari-2.5.1/src/basemath/base1.c
--- pari-2.5.1/src/basemath/base1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/base1.c	2012-05-16 14:12:07.168588207 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /**************************************************************/
 /*                                                            */
diff -up pari-2.5.1/src/basemath/base2.c.orig pari-2.5.1/src/basemath/base2.c
--- pari-2.5.1/src/basemath/base2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/base2.c	2012-05-16 14:12:07.170588209 +0100
@@ -10,7 +10,7 @@ Foundation. It is distributed in the hop
 ANY WARRANTY WHATSOEVER.
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/base3.c.orig pari-2.5.1/src/basemath/base3.c
--- pari-2.5.1/src/basemath/base3.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/base3.c	2012-05-16 14:12:07.171588210 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/base4.c.orig pari-2.5.1/src/basemath/base4.c
--- pari-2.5.1/src/basemath/base4.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/base4.c	2012-05-16 14:12:07.173588213 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/base5.c.orig pari-2.5.1/src/basemath/base5.c
--- pari-2.5.1/src/basemath/base5.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/base5.c	2012-05-16 14:12:07.174588215 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/bb_group.c.orig pari-2.5.1/src/basemath/bb_group.c
--- pari-2.5.1/src/basemath/bb_group.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/bb_group.c	2012-05-16 14:12:07.175588217 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/basemath/bibli1.c.orig pari-2.5.1/src/basemath/bibli1.c
--- pari-2.5.1/src/basemath/bibli1.c.orig	2012-05-16 14:12:07.152588187 +0100
+++ pari-2.5.1/src/basemath/bibli1.c	2012-05-16 14:12:07.176588218 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/bibli2.c.orig pari-2.5.1/src/basemath/bibli2.c
--- pari-2.5.1/src/basemath/bibli2.c.orig	2012-05-16 14:12:07.157588194 +0100
+++ pari-2.5.1/src/basemath/bibli2.c	2012-05-16 14:12:07.177588219 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/bit.c.orig pari-2.5.1/src/basemath/bit.c
--- pari-2.5.1/src/basemath/bit.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/bit.c	2012-05-16 14:12:07.178588220 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/buch1.c.orig pari-2.5.1/src/basemath/buch1.c
--- pari-2.5.1/src/basemath/buch1.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/basemath/buch1.c	2012-05-16 14:12:07.179588221 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/basemath/buch2.c.orig pari-2.5.1/src/basemath/buch2.c
--- pari-2.5.1/src/basemath/buch2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/buch2.c	2012-05-16 14:12:07.180588222 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 /********************************************************************/
diff -up pari-2.5.1/src/basemath/buch3.c.orig pari-2.5.1/src/basemath/buch3.c
--- pari-2.5.1/src/basemath/buch3.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/buch3.c	2012-05-16 14:12:07.182588224 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/buch4.c.orig pari-2.5.1/src/basemath/buch4.c
--- pari-2.5.1/src/basemath/buch4.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/buch4.c	2012-05-16 14:12:07.183588225 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/concat.c.orig pari-2.5.1/src/basemath/concat.c
--- pari-2.5.1/src/basemath/concat.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/concat.c	2012-05-16 14:12:07.184588226 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/ellanal.c.orig pari-2.5.1/src/basemath/ellanal.c
--- pari-2.5.1/src/basemath/ellanal.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/ellanal.c	2012-05-16 14:12:07.184588226 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/elliptic.c.orig pari-2.5.1/src/basemath/elliptic.c
--- pari-2.5.1/src/basemath/elliptic.c.orig	2012-01-28 17:16:47.000000000 +0000
+++ pari-2.5.1/src/basemath/elliptic.c	2012-05-16 14:12:07.186588229 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/F2x.c.orig pari-2.5.1/src/basemath/F2x.c
--- pari-2.5.1/src/basemath/F2x.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/F2x.c	2012-05-16 14:12:07.187588231 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/FF.c.orig pari-2.5.1/src/basemath/FF.c
--- pari-2.5.1/src/basemath/FF.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/FF.c	2012-05-16 14:12:07.188588232 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/Flx.c.orig pari-2.5.1/src/basemath/Flx.c
--- pari-2.5.1/src/basemath/Flx.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/Flx.c	2012-05-16 14:12:07.189588233 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/FpE.c.orig pari-2.5.1/src/basemath/FpE.c
--- pari-2.5.1/src/basemath/FpE.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/FpE.c	2012-05-16 14:12:07.190588234 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/FpV.c.orig pari-2.5.1/src/basemath/FpV.c
--- pari-2.5.1/src/basemath/FpV.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/FpV.c	2012-05-16 14:12:07.190588234 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/FpX.c.orig pari-2.5.1/src/basemath/FpX.c
--- pari-2.5.1/src/basemath/FpX.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/FpX.c	2012-05-16 14:12:07.191588235 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/galconj.c.orig pari-2.5.1/src/basemath/galconj.c
--- pari-2.5.1/src/basemath/galconj.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/galconj.c	2012-05-16 14:12:07.192588236 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/gen1.c.orig pari-2.5.1/src/basemath/gen1.c
--- pari-2.5.1/src/basemath/gen1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/gen1.c	2012-05-16 14:12:07.194588238 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/gen2.c.orig pari-2.5.1/src/basemath/gen2.c
--- pari-2.5.1/src/basemath/gen2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/gen2.c	2012-05-16 14:12:07.196588242 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/gen3.c.orig pari-2.5.1/src/basemath/gen3.c
--- pari-2.5.1/src/basemath/gen3.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/gen3.c	2012-05-16 14:12:07.197588243 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/Hensel.c.orig pari-2.5.1/src/basemath/Hensel.c
--- pari-2.5.1/src/basemath/Hensel.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/Hensel.c	2012-05-16 14:12:07.198588244 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/basemath/hnf_snf.c.orig pari-2.5.1/src/basemath/hnf_snf.c
--- pari-2.5.1/src/basemath/hnf_snf.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/hnf_snf.c	2012-05-16 14:12:07.199588245 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/ifactor1.c.orig pari-2.5.1/src/basemath/ifactor1.c
--- pari-2.5.1/src/basemath/ifactor1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/ifactor1.c	2012-05-16 14:12:07.201588247 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/basemath/lll.c.orig pari-2.5.1/src/basemath/lll.c
--- pari-2.5.1/src/basemath/lll.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/lll.c	2012-05-16 14:12:07.203588250 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/nffactor.c.orig pari-2.5.1/src/basemath/nffactor.c
--- pari-2.5.1/src/basemath/nffactor.c.orig	2012-02-02 16:49:31.000000000 +0000
+++ pari-2.5.1/src/basemath/nffactor.c	2012-05-16 14:12:07.204588252 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/perm.c.orig pari-2.5.1/src/basemath/perm.c
--- pari-2.5.1/src/basemath/perm.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/perm.c	2012-05-16 14:12:07.205588253 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/polarit1.c.orig pari-2.5.1/src/basemath/polarit1.c
--- pari-2.5.1/src/basemath/polarit1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/polarit1.c	2012-05-16 14:12:07.205588253 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/basemath/polarit2.c.orig pari-2.5.1/src/basemath/polarit2.c
--- pari-2.5.1/src/basemath/polarit2.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/polarit2.c	2012-05-16 14:12:07.207588255 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/basemath/polarit3.c.orig pari-2.5.1/src/basemath/polarit3.c
--- pari-2.5.1/src/basemath/polarit3.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/polarit3.c	2012-05-16 14:12:07.208588256 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/basemath/prime.c.orig pari-2.5.1/src/basemath/prime.c
--- pari-2.5.1/src/basemath/prime.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/prime.c	2012-05-16 14:12:07.209588257 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/Qfb.c.orig pari-2.5.1/src/basemath/Qfb.c
--- pari-2.5.1/src/basemath/Qfb.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/Qfb.c	2012-05-16 14:12:07.210588258 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 /*******************************************************************/
diff -up pari-2.5.1/src/basemath/QX_factor.c.orig pari-2.5.1/src/basemath/QX_factor.c
--- pari-2.5.1/src/basemath/QX_factor.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/QX_factor.c	2012-05-16 14:12:07.211588259 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/basemath/random.c.orig pari-2.5.1/src/basemath/random.c
--- pari-2.5.1/src/basemath/random.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/random.c	2012-05-16 14:12:07.212588261 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /********************************************************************/
 /*                                                                  */
 /*                      PSEUDO-RANDOM INTEGERS                      */
diff -up pari-2.5.1/src/basemath/RgV.c.orig pari-2.5.1/src/basemath/RgV.c
--- pari-2.5.1/src/basemath/RgV.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/RgV.c	2012-05-16 14:12:07.212588261 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/RgX.c.orig pari-2.5.1/src/basemath/RgX.c
--- pari-2.5.1/src/basemath/RgX.c.orig	2012-02-02 16:46:08.000000000 +0000
+++ pari-2.5.1/src/basemath/RgX.c	2012-05-16 14:12:07.213588263 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/rootpol.c.orig pari-2.5.1/src/basemath/rootpol.c
--- pari-2.5.1/src/basemath/rootpol.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/rootpol.c	2012-05-16 14:12:07.214588264 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/basemath/subcyclo.c.orig pari-2.5.1/src/basemath/subcyclo.c
--- pari-2.5.1/src/basemath/subcyclo.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/subcyclo.c	2012-05-16 14:12:07.215588265 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/subgroup.c.orig pari-2.5.1/src/basemath/subgroup.c
--- pari-2.5.1/src/basemath/subgroup.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/subgroup.c	2012-05-16 14:12:07.216588266 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/trans1.c.orig pari-2.5.1/src/basemath/trans1.c
--- pari-2.5.1/src/basemath/trans1.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/trans1.c	2012-05-16 14:12:07.217588267 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/trans2.c.orig pari-2.5.1/src/basemath/trans2.c
--- pari-2.5.1/src/basemath/trans2.c.orig	2012-01-28 17:04:26.000000000 +0000
+++ pari-2.5.1/src/basemath/trans2.c	2012-05-16 14:12:07.218588268 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/trans3.c.orig pari-2.5.1/src/basemath/trans3.c
--- pari-2.5.1/src/basemath/trans3.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/trans3.c	2012-05-16 14:12:07.219588269 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/basemath/ZV.c.orig pari-2.5.1/src/basemath/ZV.c
--- pari-2.5.1/src/basemath/ZV.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/ZV.c	2012-05-16 14:12:07.220588271 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/basemath/ZX.c.orig pari-2.5.1/src/basemath/ZX.c
--- pari-2.5.1/src/basemath/ZX.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/basemath/ZX.c	2012-05-16 14:12:07.221588273 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/desc/PARI/822.pm.orig pari-2.5.1/src/desc/PARI/822.pm
--- pari-2.5.1/src/desc/PARI/822.pm.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/desc/PARI/822.pm	2012-05-16 14:12:07.222588275 +0100
@@ -10,7 +10,7 @@
 #
 #Check the License for details. You should have received a copy of it, along
 #with the package; 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.
 
 #Based on Debconf::Format::822 by Joey Hess <joey@kitenet.net>.
 
diff -up pari-2.5.1/src/gp/gp.c.orig pari-2.5.1/src/gp/gp.c
--- pari-2.5.1/src/gp/gp.c.orig	2012-05-16 14:12:07.152588187 +0100
+++ pari-2.5.1/src/gp/gp.c	2012-05-16 14:12:07.223588276 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /**                                                               **/
diff -up pari-2.5.1/src/gp/gp.h.orig pari-2.5.1/src/gp/gp.h
--- pari-2.5.1/src/gp/gp.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/gp/gp.h	2012-05-16 14:12:07.224588277 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*************************************************************************/
 /*                                                                       */
diff -up pari-2.5.1/src/gp/gp_init.c.orig pari-2.5.1/src/gp/gp_init.c
--- pari-2.5.1/src/gp/gp_init.c.orig	2012-05-16 14:12:07.138588169 +0100
+++ pari-2.5.1/src/gp/gp_init.c	2012-05-16 14:12:07.224588277 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/gp/gp_rl.c.orig pari-2.5.1/src/gp/gp_rl.c
--- pari-2.5.1/src/gp/gp_rl.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/gp/gp_rl.c	2012-05-16 14:12:07.225588278 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/gp/highlvl.c.orig pari-2.5.1/src/gp/highlvl.c
--- pari-2.5.1/src/gp/highlvl.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/gp/highlvl.c	2012-05-16 14:12:07.226588279 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/gp/whatnow.c.orig pari-2.5.1/src/gp/whatnow.c
--- pari-2.5.1/src/gp/whatnow.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/gp/whatnow.c	2012-05-16 14:12:07.226588279 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/graph/plotfltk.c.orig pari-2.5.1/src/graph/plotfltk.c
--- pari-2.5.1/src/graph/plotfltk.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/graph/plotfltk.c	2012-05-16 14:12:07.226588279 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /////////////////////////////////////////////////////////////////////////////
 //
 //  High resolution plot using FLTK library
diff -up pari-2.5.1/src/graph/plotnull.c.orig pari-2.5.1/src/graph/plotnull.c
--- pari-2.5.1/src/graph/plotnull.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/graph/plotnull.c	2012-05-16 14:12:07.227588280 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "rect.h"
diff -up pari-2.5.1/src/graph/plotport.c.orig pari-2.5.1/src/graph/plotport.c
--- pari-2.5.1/src/graph/plotport.c.orig	2012-05-16 14:12:07.140588173 +0100
+++ pari-2.5.1/src/graph/plotport.c	2012-05-16 14:12:07.228588281 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/graph/plotQt4.c.orig pari-2.5.1/src/graph/plotQt4.c
--- pari-2.5.1/src/graph/plotQt4.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/graph/plotQt4.c	2012-05-16 14:12:07.231588284 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /////////////////////////////////////////////////////////////////////////////
 //
 //  High resolution plot using Trolltech's Qt library
diff -up pari-2.5.1/src/graph/plotQt.c.orig pari-2.5.1/src/graph/plotQt.c
--- pari-2.5.1/src/graph/plotQt.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/graph/plotQt.c	2012-05-16 14:12:07.231588284 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /////////////////////////////////////////////////////////////////////////////
 //
 //  High resolution plot using Trolltech's Qt library
diff -up pari-2.5.1/src/graph/plotWin32.c.orig pari-2.5.1/src/graph/plotWin32.c
--- pari-2.5.1/src/graph/plotWin32.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/graph/plotWin32.c	2012-05-16 14:12:07.232588285 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Written by Vasili Burdo */
 
diff -up pari-2.5.1/src/graph/plotX.c.orig pari-2.5.1/src/graph/plotX.c
--- pari-2.5.1/src/graph/plotX.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/graph/plotX.c	2012-05-16 14:12:07.232588285 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/graph/rect.h.orig pari-2.5.1/src/graph/rect.h
--- pari-2.5.1/src/graph/rect.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/graph/rect.h	2012-05-16 14:12:07.233588287 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 BEGINEXTERN
 
diff -up pari-2.5.1/src/headers/paricast.h.orig pari-2.5.1/src/headers/paricast.h
--- pari-2.5.1/src/headers/paricast.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/headers/paricast.h	2012-05-16 14:12:07.233588287 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #define mael2(m,x1,x2)          (((GEN*)   (m))[x1][x2])
 #define mael3(m,x1,x2,x3)       (((GEN**)  (m))[x1][x2][x3])
diff -up pari-2.5.1/src/headers/paricom.h.orig pari-2.5.1/src/headers/paricom.h
--- pari-2.5.1/src/headers/paricom.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/headers/paricom.h	2012-05-16 14:12:07.233588287 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /******************************************************************/
 /*                                                                */
diff -up pari-2.5.1/src/headers/paridecl.h.orig pari-2.5.1/src/headers/paridecl.h
--- pari-2.5.1/src/headers/paridecl.h.orig	2012-02-02 16:44:44.000000000 +0000
+++ pari-2.5.1/src/headers/paridecl.h	2012-05-16 14:12:07.234588289 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/headers/parierr.h.orig pari-2.5.1/src/headers/parierr.h
--- pari-2.5.1/src/headers/parierr.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/headers/parierr.h	2012-05-16 14:12:07.237588293 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 */
 
 enum {
 /* Force errors into non-0 */
diff -up pari-2.5.1/src/headers/parigen.h.orig pari-2.5.1/src/headers/parigen.h
--- pari-2.5.1/src/headers/parigen.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/headers/parigen.h	2012-05-16 14:12:07.237588293 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file defines the parameters of the GEN type               */
 
diff -up pari-2.5.1/src/headers/pari.h.orig pari-2.5.1/src/headers/pari.h
--- pari-2.5.1/src/headers/pari.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/headers/pari.h	2012-05-16 14:12:07.237588293 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #ifndef __GENPARI__
 #define __GENPARI__
diff -up pari-2.5.1/src/headers/pariinl.h.orig pari-2.5.1/src/headers/pariinl.h
--- pari-2.5.1/src/headers/pariinl.h.orig	2012-01-26 16:27:55.000000000 +0000
+++ pari-2.5.1/src/headers/pariinl.h	2012-05-16 14:12:07.238588294 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/headers/parinf.h.orig pari-2.5.1/src/headers/parinf.h
--- pari-2.5.1/src/headers/parinf.h.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/headers/parinf.h	2012-05-16 14:12:07.239588295 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* output of get_nf and get_bnf */
 enum {
diff -up pari-2.5.1/src/headers/pariold.h.orig pari-2.5.1/src/headers/pariold.h
--- pari-2.5.1/src/headers/pariold.h.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/headers/pariold.h	2012-05-16 14:12:07.239588295 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* For compatibility with 1.x.x */
 /*functions renamed*/
diff -up pari-2.5.1/src/headers/paripriv.h.orig pari-2.5.1/src/headers/paripriv.h
--- pari-2.5.1/src/headers/paripriv.h.orig	2012-05-16 14:12:07.148588183 +0100
+++ pari-2.5.1/src/headers/paripriv.h	2012-05-16 14:12:07.240588296 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 BEGINEXTERN
 /* hashtables */
diff -up pari-2.5.1/src/headers/paristio.h.orig pari-2.5.1/src/headers/paristio.h
--- pari-2.5.1/src/headers/paristio.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/headers/paristio.h	2012-05-16 14:12:07.240588296 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file contains memory and I/O management definitions       */
 
diff -up pari-2.5.1/src/headers/parisys.h.orig pari-2.5.1/src/headers/parisys.h
--- pari-2.5.1/src/headers/parisys.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/headers/parisys.h	2012-05-16 14:12:07.241588297 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This files contains macros depending on system and compiler    */
 
diff -up pari-2.5.1/src/kernel/alpha/asm0.h.orig pari-2.5.1/src/kernel/alpha/asm0.h
--- pari-2.5.1/src/kernel/alpha/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/alpha/asm0.h	2012-05-16 14:12:07.241588297 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*
 ASM addll mulll
diff -up pari-2.5.1/src/kernel/alpha/asm1.h.orig pari-2.5.1/src/kernel/alpha/asm1.h
--- pari-2.5.1/src/kernel/alpha/asm1.h.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/alpha/asm1.h	2012-05-16 14:12:07.241588297 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file is a slight adaptation of source code extracted from gmp-3.1.1
   (from T. Granlund), files longlong.h and gmp-impl.h
diff -up pari-2.5.1/src/kernel/gmp/gcd.c.orig pari-2.5.1/src/kernel/gmp/gcd.c
--- pari-2.5.1/src/kernel/gmp/gcd.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/gmp/gcd.c	2012-05-16 14:12:07.242588298 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* assume y > x > 0. return y mod x */
 static ulong
diff -up pari-2.5.1/src/kernel/gmp/gcdext.c.orig pari-2.5.1/src/kernel/gmp/gcdext.c
--- pari-2.5.1/src/kernel/gmp/gcdext.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/gmp/gcdext.c	2012-05-16 14:12:07.242588298 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*==================================
  * invmod(a,b,res)
diff -up pari-2.5.1/src/kernel/gmp/int.h.orig pari-2.5.1/src/kernel/gmp/int.h
--- pari-2.5.1/src/kernel/gmp/int.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/gmp/int.h	2012-05-16 14:12:07.242588298 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #define int_MSW(x) ((x)+lgefint((x))-1)
 /*x being a t_INT, return a pointer to the most significant word of x.*/
diff -up pari-2.5.1/src/kernel/gmp/mp.c.orig pari-2.5.1/src/kernel/gmp/mp.c
--- pari-2.5.1/src/kernel/gmp/mp.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/gmp/mp.c	2012-05-16 14:12:07.243588299 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/kernel/hppa64/asm0.h.orig pari-2.5.1/src/kernel/hppa64/asm0.h
--- pari-2.5.1/src/kernel/hppa64/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/hppa64/asm0.h	2012-05-16 14:12:07.244588300 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file was made using idea from Bruno Haible ix86 asm inline kernel
  * and code from Nigel Smart hppa asm kernel. mulll was inspired from
diff -up pari-2.5.1/src/kernel/hppa/asm0.h.orig pari-2.5.1/src/kernel/hppa/asm0.h
--- pari-2.5.1/src/kernel/hppa/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/hppa/asm0.h	2012-05-16 14:12:07.244588300 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file was made using idea from Bruno Haible ix86 asm inline kernel
  * and code from Nigel Smart hppa asm kernel. mulll was inspired from
diff -up pari-2.5.1/src/kernel/ia64/asm0.h.orig pari-2.5.1/src/kernel/ia64/asm0.h
--- pari-2.5.1/src/kernel/ia64/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/ia64/asm0.h	2012-05-16 14:12:07.244588300 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*
 ASM mulll bfffo
diff -up pari-2.5.1/src/kernel/ix86/asm0.h.orig pari-2.5.1/src/kernel/ix86/asm0.h
--- pari-2.5.1/src/kernel/ix86/asm0.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/ix86/asm0.h	2012-05-16 14:12:07.246588302 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file defines some "level 0" kernel functions for Intel ix86  */
 /* It is intended for use with an external "asm" definition          */
diff -up pari-2.5.1/src/kernel/m68k/asm0.h.orig pari-2.5.1/src/kernel/m68k/asm0.h
--- pari-2.5.1/src/kernel/m68k/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/m68k/asm0.h	2012-05-16 14:12:07.247588304 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Written by Bill Allombert and dedicated to thoses who wrote the original
  * m68k kernel mp.s */
diff -up pari-2.5.1/src/kernel/none/add.c.orig pari-2.5.1/src/kernel/none/add.c
--- pari-2.5.1/src/kernel/none/add.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/none/add.c	2012-05-16 14:12:07.247588304 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 INLINE GEN
 icopy_sign(GEN x, long sx)
diff -up pari-2.5.1/src/kernel/none/addll.h.orig pari-2.5.1/src/kernel/none/addll.h
--- pari-2.5.1/src/kernel/none/addll.h.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/none/addll.h	2012-05-16 14:12:07.248588306 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file originally adapted from gmp-3.1.1 (from T. Granlund), files
  * longlong.h and gmp-impl.h
diff -up pari-2.5.1/src/kernel/none/asm0.h.orig pari-2.5.1/src/kernel/none/asm0.h
--- pari-2.5.1/src/kernel/none/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/asm0.h	2012-05-16 14:12:07.248588306 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*
 NOASM addll mulll bfffo divll
diff -up pari-2.5.1/src/kernel/none/bfffo.h.orig pari-2.5.1/src/kernel/none/bfffo.h
--- pari-2.5.1/src/kernel/none/bfffo.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/bfffo.h	2012-05-16 14:12:07.248588306 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #if !defined(INLINE)
 extern int  bfffo(ulong x);
diff -up pari-2.5.1/src/kernel/none/cmp.c.orig pari-2.5.1/src/kernel/none/cmp.c
--- pari-2.5.1/src/kernel/none/cmp.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/none/cmp.c	2012-05-16 14:12:07.249588307 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 
 /********************************************************************/
diff -up pari-2.5.1/src/kernel/none/divll.h.orig pari-2.5.1/src/kernel/none/divll.h
--- pari-2.5.1/src/kernel/none/divll.h.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/none/divll.h	2012-05-16 14:12:07.250588308 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file originally adapted from gmp-3.1.1 (from T. Granlund), files
  * longlong.h and gmp-impl.h
diff -up pari-2.5.1/src/kernel/none/gcd.c.orig pari-2.5.1/src/kernel/none/gcd.c
--- pari-2.5.1/src/kernel/none/gcd.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/gcd.c	2012-05-16 14:12:07.250588308 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* assume y > x > 0. return y mod x */
 static ulong
diff -up pari-2.5.1/src/kernel/none/gcdext.c.orig pari-2.5.1/src/kernel/none/gcdext.c
--- pari-2.5.1/src/kernel/none/gcdext.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/gcdext.c	2012-05-16 14:12:07.250588308 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*==================================
  * bezout(a,b,pu,pv)
diff -up pari-2.5.1/src/kernel/none/gcdll.c.orig pari-2.5.1/src/kernel/none/gcdll.c
--- pari-2.5.1/src/kernel/none/gcdll.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/kernel/none/gcdll.c	2012-05-16 14:12:07.251588309 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/kernel/none/int.h.orig pari-2.5.1/src/kernel/none/int.h
--- pari-2.5.1/src/kernel/none/int.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/int.h	2012-05-16 14:12:07.252588310 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #define int_MSW(x) ((x)+2)
 /*x being a t_INT, return a pointer to the most significant word of x.*/
diff -up pari-2.5.1/src/kernel/none/invmod.c.orig pari-2.5.1/src/kernel/none/invmod.c
--- pari-2.5.1/src/kernel/none/invmod.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/invmod.c	2012-05-16 14:12:07.252588310 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*==================================
  * invmod(a,b,res)
diff -up pari-2.5.1/src/kernel/none/level1.h.orig pari-2.5.1/src/kernel/none/level1.h
--- pari-2.5.1/src/kernel/none/level1.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/level1.h	2012-05-16 14:12:07.253588311 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file defines "level 1" kernel functions.
  * These functions can be inline; they are also defined externally in
diff -up pari-2.5.1/src/kernel/none/mp.c.orig pari-2.5.1/src/kernel/none/mp.c
--- pari-2.5.1/src/kernel/none/mp.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/mp.c	2012-05-16 14:12:07.254588312 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /***********************************************************************/
 /**                                                                   **/
diff -up pari-2.5.1/src/kernel/none/mp_indep.c.orig pari-2.5.1/src/kernel/none/mp_indep.c
--- pari-2.5.1/src/kernel/none/mp_indep.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/mp_indep.c	2012-05-16 14:12:07.255588314 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Find c such that 1=c*b mod 2^BITS_IN_LONG, assuming b odd (unchecked) */
 ulong
diff -up pari-2.5.1/src/kernel/none/mpinl.c.orig pari-2.5.1/src/kernel/none/mpinl.c
--- pari-2.5.1/src/kernel/none/mpinl.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/mpinl.c	2012-05-16 14:12:07.255588314 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 #define PARI_NO_PARIINL_H
 #define INLINE
 #define DISABLE_INLINE
diff -up pari-2.5.1/src/kernel/none/mulll.h.orig pari-2.5.1/src/kernel/none/mulll.h
--- pari-2.5.1/src/kernel/none/mulll.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/none/mulll.h	2012-05-16 14:12:07.256588316 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #undef  LOCAL_HIREMAINDER
 #define LOCAL_HIREMAINDER
diff -up pari-2.5.1/src/kernel/none/ratlift.c.orig pari-2.5.1/src/kernel/none/ratlift.c
--- pari-2.5.1/src/kernel/none/ratlift.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/none/ratlift.c	2012-05-16 14:12:07.256588316 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*==========================================================
  * ratlift(GEN x, GEN m, GEN *a, GEN *b, GEN amax, GEN bmax)
diff -up pari-2.5.1/src/kernel/ppc64/asm0.h.orig pari-2.5.1/src/kernel/ppc64/asm0.h
--- pari-2.5.1/src/kernel/ppc64/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/ppc64/asm0.h	2012-05-16 14:12:07.257588317 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /*
 ASM addll mulll bfffo
 NOASM divll
diff -up pari-2.5.1/src/kernel/ppc/asm0.h.orig pari-2.5.1/src/kernel/ppc/asm0.h
--- pari-2.5.1/src/kernel/ppc/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/ppc/asm0.h	2012-05-16 14:12:07.257588317 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /*
 ASM addll mulll bfffo
 NOASM divll
diff -up pari-2.5.1/src/kernel/sparcv8_micro/asm0-common.h.orig pari-2.5.1/src/kernel/sparcv8_micro/asm0-common.h
--- pari-2.5.1/src/kernel/sparcv8_micro/asm0-common.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/sparcv8_micro/asm0-common.h	2012-05-16 14:12:07.258588318 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file is common to SuperSparc and MicroSparc */
 /*
diff -up pari-2.5.1/src/kernel/sparcv8_micro/asm0.h.orig pari-2.5.1/src/kernel/sparcv8_micro/asm0.h
--- pari-2.5.1/src/kernel/sparcv8_micro/asm0.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/kernel/sparcv8_micro/asm0.h	2012-05-16 14:12:07.258588318 +0100
@@ -10,7 +10,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /*
 ASM divll
 */
diff -up pari-2.5.1/src/kernel/x86_64/asm0.h.orig pari-2.5.1/src/kernel/x86_64/asm0.h
--- pari-2.5.1/src/kernel/x86_64/asm0.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/kernel/x86_64/asm0.h	2012-05-16 14:12:07.258588318 +0100
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*
 ASM addll mulll bfffo divll
diff -up pari-2.5.1/src/language/anal.c.orig pari-2.5.1/src/language/anal.c
--- pari-2.5.1/src/language/anal.c.orig	2012-01-27 23:40:30.000000000 +0000
+++ pari-2.5.1/src/language/anal.c	2012-05-16 14:12:07.259588319 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/anal.h.orig pari-2.5.1/src/language/anal.h
--- pari-2.5.1/src/language/anal.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/language/anal.h	2012-05-16 14:12:07.259588319 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*************************************************************************/
 /*                                                                       */
diff -up pari-2.5.1/src/language/compat.c.orig pari-2.5.1/src/language/compat.c
--- pari-2.5.1/src/language/compat.c.orig	2012-05-16 14:12:07.145588178 +0100
+++ pari-2.5.1/src/language/compat.c	2012-05-16 14:12:07.260588320 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/compile.c.orig pari-2.5.1/src/language/compile.c
--- pari-2.5.1/src/language/compile.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/language/compile.c	2012-05-16 14:12:07.261588321 +0100
@@ -10,7 +10,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/default.c.orig pari-2.5.1/src/language/default.c
--- pari-2.5.1/src/language/default.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/default.c	2012-05-16 14:12:07.262588322 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/language/errmsg.c.orig pari-2.5.1/src/language/errmsg.c
--- pari-2.5.1/src/language/errmsg.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/errmsg.c	2012-05-16 14:12:50.838634160 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 
diff -up pari-2.5.1/src/language/es.c.orig pari-2.5.1/src/language/es.c
--- pari-2.5.1/src/language/es.c.orig	2012-01-28 17:06:25.000000000 +0000
+++ pari-2.5.1/src/language/es.c	2012-05-16 14:12:07.263588324 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /**                                                               **/
diff -up pari-2.5.1/src/language/eval.c.orig pari-2.5.1/src/language/eval.c
--- pari-2.5.1/src/language/eval.c.orig	2012-05-16 14:12:07.148588183 +0100
+++ pari-2.5.1/src/language/eval.c	2012-05-16 14:12:07.265588327 +0100
@@ -10,7 +10,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/hash.c.orig pari-2.5.1/src/language/hash.c
--- pari-2.5.1/src/language/hash.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/language/hash.c	2012-05-16 14:12:07.266588328 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
 
diff -up pari-2.5.1/src/language/init.c.orig pari-2.5.1/src/language/init.c
--- pari-2.5.1/src/language/init.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/init.c	2012-05-16 14:12:07.266588328 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/language/intnum.c.orig pari-2.5.1/src/language/intnum.c
--- pari-2.5.1/src/language/intnum.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/intnum.c	2012-05-16 14:12:07.267588329 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/members.c.orig pari-2.5.1/src/language/members.c
--- pari-2.5.1/src/language/members.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/language/members.c	2012-05-16 14:12:07.269588331 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/opcode.h.orig pari-2.5.1/src/language/opcode.h
--- pari-2.5.1/src/language/opcode.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/language/opcode.h	2012-05-16 14:12:07.269588331 +0100
@@ -10,7 +10,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 BEGINEXTERN
 
diff -up pari-2.5.1/src/language/paricfg.c.orig pari-2.5.1/src/language/paricfg.c
--- pari-2.5.1/src/language/paricfg.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/language/paricfg.c	2012-05-16 14:12:07.269588331 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 
 const char *paricfg_datadir = GPDATADIR;
diff -up pari-2.5.1/src/language/pariinl.c.orig pari-2.5.1/src/language/pariinl.c
--- pari-2.5.1/src/language/pariinl.c.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/language/pariinl.c	2012-05-16 14:12:07.270588332 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 #define PARI_NO_MPINL_H
 #define INLINE
 #define DISABLE_INLINE
diff -up pari-2.5.1/src/language/parsec.h.orig pari-2.5.1/src/language/parsec.h
--- pari-2.5.1/src/language/parsec.h.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/parsec.h	2012-05-16 14:12:07.270588332 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/parse.y.orig pari-2.5.1/src/language/parse.y
--- pari-2.5.1/src/language/parse.y.orig	2012-01-27 23:40:30.000000000 +0000
+++ pari-2.5.1/src/language/parse.y	2012-01-27 23:40:30.000000000 +0000
@@ -12,7 +12,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 #define YYSIZE_T size_t
 #define YYERROR_VERBOSE 1
diff -up pari-2.5.1/src/language/sumiter.c.orig pari-2.5.1/src/language/sumiter.c
--- pari-2.5.1/src/language/sumiter.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/language/sumiter.c	2012-05-16 14:12:07.271588333 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/language/tree.h.orig pari-2.5.1/src/language/tree.h
--- pari-2.5.1/src/language/tree.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/language/tree.h	2012-05-16 14:12:07.271588333 +0100
@@ -10,7 +10,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 BEGINEXTERN
 
diff -up pari-2.5.1/src/modules/aprcl.c.orig pari-2.5.1/src/modules/aprcl.c
--- pari-2.5.1/src/modules/aprcl.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/aprcl.c	2012-05-16 14:12:07.272588335 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/modules/DedekZeta.c.orig pari-2.5.1/src/modules/DedekZeta.c
--- pari-2.5.1/src/modules/DedekZeta.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/DedekZeta.c	2012-05-16 14:12:07.273588337 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 /*******************************************************************/
 /*                                                                 */
 /*                     DEDEKIND ZETA FUNCTION                      */
diff -up pari-2.5.1/src/modules/elldata.c.orig pari-2.5.1/src/modules/elldata.c
--- pari-2.5.1/src/modules/elldata.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/elldata.c	2012-05-16 14:12:07.273588337 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /********************************************************************/
 /**                                                                **/
diff -up pari-2.5.1/src/modules/ellsea.c.orig pari-2.5.1/src/modules/ellsea.c
--- pari-2.5.1/src/modules/ellsea.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/ellsea.c	2012-05-16 14:12:07.274588338 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file is a C version by Bill Allombert of the 'ellsea' GP package
  * whose copyright statement is as follows:
diff -up pari-2.5.1/src/modules/galois.c.orig pari-2.5.1/src/modules/galois.c
--- pari-2.5.1/src/modules/galois.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/galois.c	2012-05-16 14:12:07.275588339 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /**************************************************************/
 /*                                                            */
diff -up pari-2.5.1/src/modules/galpol.c.orig pari-2.5.1/src/modules/galpol.c
--- pari-2.5.1/src/modules/galpol.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/modules/galpol.c	2012-05-16 14:12:07.276588340 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/modules/groupid.c.orig pari-2.5.1/src/modules/groupid.c
--- pari-2.5.1/src/modules/groupid.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/modules/groupid.c	2012-05-16 14:12:07.276588340 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/modules/krasner.c.orig pari-2.5.1/src/modules/krasner.c
--- pari-2.5.1/src/modules/krasner.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/krasner.c	2012-05-16 14:12:07.277588341 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/modules/kummer.c.orig pari-2.5.1/src/modules/kummer.c
--- pari-2.5.1/src/modules/kummer.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/kummer.c	2012-05-16 14:12:07.278588342 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/modules/mpqs.c.orig pari-2.5.1/src/modules/mpqs.c
--- pari-2.5.1/src/modules/mpqs.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/modules/mpqs.c	2012-05-16 14:12:07.280588345 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Written by Thomas Papanikolaou and Xavier Roblot
  *
diff -up pari-2.5.1/src/modules/part.c.orig pari-2.5.1/src/modules/part.c
--- pari-2.5.1/src/modules/part.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/part.c	2012-05-16 14:12:07.281588347 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Original code contributed by: Ralf Stephan (ralf@ark.in-berlin.de).
  *
diff -up pari-2.5.1/src/modules/stark.c.orig pari-2.5.1/src/modules/stark.c
--- pari-2.5.1/src/modules/stark.c.orig	2012-05-16 14:12:07.154588189 +0100
+++ pari-2.5.1/src/modules/stark.c	2012-05-16 14:12:07.282588349 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/modules/subfield.c.orig pari-2.5.1/src/modules/subfield.c
--- pari-2.5.1/src/modules/subfield.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/subfield.c	2012-05-16 14:12:07.284588351 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /*******************************************************************/
 /*                                                                 */
diff -up pari-2.5.1/src/modules/thue.c.orig pari-2.5.1/src/modules/thue.c
--- pari-2.5.1/src/modules/thue.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/modules/thue.c	2012-05-16 14:12:07.284588351 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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 "pari.h"
 #include "paripriv.h"
diff -up pari-2.5.1/src/systems/mingw/mingw.c.orig pari-2.5.1/src/systems/mingw/mingw.c
--- pari-2.5.1/src/systems/mingw/mingw.c.orig	2012-01-26 16:26:13.000000000 +0000
+++ pari-2.5.1/src/systems/mingw/mingw.c	2012-05-16 14:12:07.285588352 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Written by Vasili Burdo */
 
diff -up pari-2.5.1/src/systems/mingw/mingw.h.orig pari-2.5.1/src/systems/mingw/mingw.h
--- pari-2.5.1/src/systems/mingw/mingw.h.orig	2011-09-22 21:02:11.000000000 +0100
+++ pari-2.5.1/src/systems/mingw/mingw.h	2012-05-16 14:12:07.285588352 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* Written by Vasili Burdo */
 
diff -up pari-2.5.1/src/test/tune.c.orig pari-2.5.1/src/test/tune.c
--- pari-2.5.1/src/test/tune.c.orig	2012-01-22 17:02:03.000000000 +0000
+++ pari-2.5.1/src/test/tune.c	2012-05-16 14:12:07.285588352 +0100
@@ -11,7 +11,7 @@ ANY WARRANTY WHATSOEVER.
 
 Check the License for details. You should have received a copy of it, along
 with the package; 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. */
 
 /* This file is a quick hack adapted from gmp-4.0 tuning utilities
  * (T. Granlund et al.)