summaryrefslogtreecommitdiff
path: root/mpn/powerpc64
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/powerpc64')
-rw-r--r--mpn/powerpc64/README4
-rw-r--r--mpn/powerpc64/aix.m44
-rw-r--r--mpn/powerpc64/com_n.asm4
-rw-r--r--mpn/powerpc64/copyd.asm4
-rw-r--r--mpn/powerpc64/copyi.asm4
-rw-r--r--mpn/powerpc64/darwin.m44
-rw-r--r--mpn/powerpc64/gmp-mparam.h4
-rw-r--r--mpn/powerpc64/linux64.m44
-rw-r--r--mpn/powerpc64/logops_n.asm4
-rw-r--r--mpn/powerpc64/lshift.asm4
-rw-r--r--mpn/powerpc64/mode32/add_n.asm4
-rw-r--r--mpn/powerpc64/mode32/addmul_1.asm4
-rw-r--r--mpn/powerpc64/mode32/mul_1.asm4
-rw-r--r--mpn/powerpc64/mode32/sub_n.asm4
-rw-r--r--mpn/powerpc64/mode32/submul_1.asm4
-rw-r--r--mpn/powerpc64/mode64/addlsh1_n.asm4
-rw-r--r--mpn/powerpc64/mode64/addmul_1.asm4
-rw-r--r--mpn/powerpc64/mode64/aors_n.asm4
-rw-r--r--mpn/powerpc64/mode64/dive_1.asm4
-rw-r--r--mpn/powerpc64/mode64/diveby3.asm4
-rw-r--r--mpn/powerpc64/mode64/divrem_1.asm4
-rw-r--r--mpn/powerpc64/mode64/invert_limb.asm4
-rw-r--r--mpn/powerpc64/mode64/mod_34lsub1.asm4
-rw-r--r--mpn/powerpc64/mode64/mode1o.asm4
-rw-r--r--mpn/powerpc64/mode64/mul_1.asm4
-rw-r--r--mpn/powerpc64/mode64/rsh1add_n.asm4
-rw-r--r--mpn/powerpc64/mode64/rsh1sub_n.asm4
-rw-r--r--mpn/powerpc64/mode64/sublsh1_n.asm4
-rw-r--r--mpn/powerpc64/mode64/submul_1.asm4
-rw-r--r--mpn/powerpc64/rshift.asm4
-rw-r--r--mpn/powerpc64/sqr_diagonal.asm4
-rw-r--r--mpn/powerpc64/umul.asm4
-rw-r--r--mpn/powerpc64/vmx/popcount.asm4
33 files changed, 66 insertions, 66 deletions
diff --git a/mpn/powerpc64/README b/mpn/powerpc64/README
index 7344c4954..464eb5050 100644
--- a/mpn/powerpc64/README
+++ b/mpn/powerpc64/README
@@ -14,8 +14,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
diff --git a/mpn/powerpc64/aix.m4 b/mpn/powerpc64/aix.m4
index 9374a2006..75d4b30fe 100644
--- a/mpn/powerpc64/aix.m4
+++ b/mpn/powerpc64/aix.m4
@@ -17,8 +17,8 @@ dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
dnl License along with the GNU MP Library; see the file COPYING.LIB. If
-dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
-dnl Suite 330, Boston, MA 02111-1307, USA.
+dnl not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+dnl Fifth Floor, Boston, MA 02110-1301, USA.
define(`ASM_START',
`.machine "ppc64"
diff --git a/mpn/powerpc64/com_n.asm b/mpn/powerpc64/com_n.asm
index 9d51cf730..745ff3e4e 100644
--- a/mpn/powerpc64/com_n.asm
+++ b/mpn/powerpc64/com_n.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/copyd.asm b/mpn/powerpc64/copyd.asm
index 3f5e3e5fc..f44d55ffb 100644
--- a/mpn/powerpc64/copyd.asm
+++ b/mpn/powerpc64/copyd.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/copyi.asm b/mpn/powerpc64/copyi.asm
index b41760f6d..4dd034f49 100644
--- a/mpn/powerpc64/copyi.asm
+++ b/mpn/powerpc64/copyi.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/darwin.m4 b/mpn/powerpc64/darwin.m4
index ab651e9b5..886771911 100644
--- a/mpn/powerpc64/darwin.m4
+++ b/mpn/powerpc64/darwin.m4
@@ -17,8 +17,8 @@ dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
dnl License along with the GNU MP Library; see the file COPYING.LIB. If
-dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
-dnl Suite 330, Boston, MA 02111-1307, USA.
+dnl not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+dnl Fifth Floor, Boston, MA 02110-1301, USA.
define(`ASM_START',`')
diff --git a/mpn/powerpc64/gmp-mparam.h b/mpn/powerpc64/gmp-mparam.h
index 057cde9f5..4ca77846a 100644
--- a/mpn/powerpc64/gmp-mparam.h
+++ b/mpn/powerpc64/gmp-mparam.h
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define BITS_PER_MP_LIMB 64
#define BYTES_PER_MP_LIMB 8
diff --git a/mpn/powerpc64/linux64.m4 b/mpn/powerpc64/linux64.m4
index b9eb8aaf4..6a9f22c70 100644
--- a/mpn/powerpc64/linux64.m4
+++ b/mpn/powerpc64/linux64.m4
@@ -17,8 +17,8 @@ dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
dnl License along with the GNU MP Library; see the file COPYING.LIB. If
-dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
-dnl Suite 330, Boston, MA 02111-1307, USA.
+dnl not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+dnl Fifth Floor, Boston, MA 02110-1301, USA.
define(`ASM_START',`')
diff --git a/mpn/powerpc64/logops_n.asm b/mpn/powerpc64/logops_n.asm
index 7fde2c08b..5206d33f3 100644
--- a/mpn/powerpc64/logops_n.asm
+++ b/mpn/powerpc64/logops_n.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/lshift.asm b/mpn/powerpc64/lshift.asm
index c100595a4..fdbd74f66 100644
--- a/mpn/powerpc64/lshift.asm
+++ b/mpn/powerpc64/lshift.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode32/add_n.asm b/mpn/powerpc64/mode32/add_n.asm
index 50b91ce46..2e38766a0 100644
--- a/mpn/powerpc64/mode32/add_n.asm
+++ b/mpn/powerpc64/mode32/add_n.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode32/addmul_1.asm b/mpn/powerpc64/mode32/addmul_1.asm
index e95ed7b8f..4420d200e 100644
--- a/mpn/powerpc64/mode32/addmul_1.asm
+++ b/mpn/powerpc64/mode32/addmul_1.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode32/mul_1.asm b/mpn/powerpc64/mode32/mul_1.asm
index e02606c02..461f21d7c 100644
--- a/mpn/powerpc64/mode32/mul_1.asm
+++ b/mpn/powerpc64/mode32/mul_1.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode32/sub_n.asm b/mpn/powerpc64/mode32/sub_n.asm
index 09823e7cb..41d340e47 100644
--- a/mpn/powerpc64/mode32/sub_n.asm
+++ b/mpn/powerpc64/mode32/sub_n.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode32/submul_1.asm b/mpn/powerpc64/mode32/submul_1.asm
index 5b3feb542..cc2eba37d 100644
--- a/mpn/powerpc64/mode32/submul_1.asm
+++ b/mpn/powerpc64/mode32/submul_1.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/addlsh1_n.asm b/mpn/powerpc64/mode64/addlsh1_n.asm
index 7d96b6a59..82b09b248 100644
--- a/mpn/powerpc64/mode64/addlsh1_n.asm
+++ b/mpn/powerpc64/mode64/addlsh1_n.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/addmul_1.asm b/mpn/powerpc64/mode64/addmul_1.asm
index 62a1f83f9..47cdbcc1a 100644
--- a/mpn/powerpc64/mode64/addmul_1.asm
+++ b/mpn/powerpc64/mode64/addmul_1.asm
@@ -18,8 +18,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/aors_n.asm b/mpn/powerpc64/mode64/aors_n.asm
index 1dedf8620..5050e6fae 100644
--- a/mpn/powerpc64/mode64/aors_n.asm
+++ b/mpn/powerpc64/mode64/aors_n.asm
@@ -17,8 +17,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/dive_1.asm b/mpn/powerpc64/mode64/dive_1.asm
index 24e227901..a30c19504 100644
--- a/mpn/powerpc64/mode64/dive_1.asm
+++ b/mpn/powerpc64/mode64/dive_1.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/diveby3.asm b/mpn/powerpc64/mode64/diveby3.asm
index 656f08530..ea5704b14 100644
--- a/mpn/powerpc64/mode64/diveby3.asm
+++ b/mpn/powerpc64/mode64/diveby3.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/divrem_1.asm b/mpn/powerpc64/mode64/divrem_1.asm
index 87ad05ad6..96ba8db2c 100644
--- a/mpn/powerpc64/mode64/divrem_1.asm
+++ b/mpn/powerpc64/mode64/divrem_1.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/invert_limb.asm b/mpn/powerpc64/mode64/invert_limb.asm
index 4219f7870..0c7e79c02 100644
--- a/mpn/powerpc64/mode64/invert_limb.asm
+++ b/mpn/powerpc64/mode64/invert_limb.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/mod_34lsub1.asm b/mpn/powerpc64/mode64/mod_34lsub1.asm
index 8b02459bc..cb54f8608 100644
--- a/mpn/powerpc64/mode64/mod_34lsub1.asm
+++ b/mpn/powerpc64/mode64/mod_34lsub1.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/mode1o.asm b/mpn/powerpc64/mode64/mode1o.asm
index 065dc7576..46237cd68 100644
--- a/mpn/powerpc64/mode64/mode1o.asm
+++ b/mpn/powerpc64/mode64/mode1o.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/mul_1.asm b/mpn/powerpc64/mode64/mul_1.asm
index c05be288c..aecec82f2 100644
--- a/mpn/powerpc64/mode64/mul_1.asm
+++ b/mpn/powerpc64/mode64/mul_1.asm
@@ -18,8 +18,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/rsh1add_n.asm b/mpn/powerpc64/mode64/rsh1add_n.asm
index e8b7c1ce9..07162bfc0 100644
--- a/mpn/powerpc64/mode64/rsh1add_n.asm
+++ b/mpn/powerpc64/mode64/rsh1add_n.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/rsh1sub_n.asm b/mpn/powerpc64/mode64/rsh1sub_n.asm
index d01933af7..a79e8ac07 100644
--- a/mpn/powerpc64/mode64/rsh1sub_n.asm
+++ b/mpn/powerpc64/mode64/rsh1sub_n.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/sublsh1_n.asm b/mpn/powerpc64/mode64/sublsh1_n.asm
index b6c274b9b..8a430019f 100644
--- a/mpn/powerpc64/mode64/sublsh1_n.asm
+++ b/mpn/powerpc64/mode64/sublsh1_n.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/mode64/submul_1.asm b/mpn/powerpc64/mode64/submul_1.asm
index 8b2defcb5..596a15b76 100644
--- a/mpn/powerpc64/mode64/submul_1.asm
+++ b/mpn/powerpc64/mode64/submul_1.asm
@@ -18,8 +18,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/rshift.asm b/mpn/powerpc64/rshift.asm
index 55729028d..59485bb99 100644
--- a/mpn/powerpc64/rshift.asm
+++ b/mpn/powerpc64/rshift.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/sqr_diagonal.asm b/mpn/powerpc64/sqr_diagonal.asm
index 6d9d0aedf..0e9481fc3 100644
--- a/mpn/powerpc64/sqr_diagonal.asm
+++ b/mpn/powerpc64/sqr_diagonal.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/umul.asm b/mpn/powerpc64/umul.asm
index 4b2a0abbb..07158ef8f 100644
--- a/mpn/powerpc64/umul.asm
+++ b/mpn/powerpc64/umul.asm
@@ -16,8 +16,8 @@ dnl General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
-dnl to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-dnl Boston, MA 02111-1307, USA.
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/powerpc64/vmx/popcount.asm b/mpn/powerpc64/vmx/popcount.asm
index dcbb911f8..a3e084b70 100644
--- a/mpn/powerpc64/vmx/popcount.asm
+++ b/mpn/powerpc64/vmx/popcount.asm
@@ -16,8 +16,8 @@ dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-dnl MA 02111-1307, USA.
+dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+dnl MA 02110-1301, USA.
include(`../config.m4')