summaryrefslogtreecommitdiff
path: root/mpn/m68k
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-15 17:14:13 +0100
committertege <tege@gmplib.org>2006-02-15 17:14:13 +0100
commit4b43e2955fa9dcea086a367d47234d277ef3a57e (patch)
tree432770a53611eee98b6de89be764bea10e3948ee /mpn/m68k
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'mpn/m68k')
-rw-r--r--mpn/m68k/README4
-rw-r--r--mpn/m68k/aors_n.asm4
-rw-r--r--mpn/m68k/gmp-mparam.h4
-rw-r--r--mpn/m68k/lshift.asm4
-rw-r--r--mpn/m68k/m68k-defs.m44
-rw-r--r--mpn/m68k/mc68020/aorsmul_1.asm4
-rw-r--r--mpn/m68k/mc68020/mul_1.asm4
-rw-r--r--mpn/m68k/mc68020/udiv.asm4
-rw-r--r--mpn/m68k/mc68020/umul.asm4
-rw-r--r--mpn/m68k/rshift.asm4
-rw-r--r--mpn/m68k/t-m68k-defs.pl4
11 files changed, 22 insertions, 22 deletions
diff --git a/mpn/m68k/README b/mpn/m68k/README
index 3857c3415..af71e11df 100644
--- a/mpn/m68k/README
+++ b/mpn/m68k/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/m68k/aors_n.asm b/mpn/m68k/aors_n.asm
index 5daa1886c..857b5aa0d 100644
--- a/mpn/m68k/aors_n.asm
+++ b/mpn/m68k/aors_n.asm
@@ -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.
include(`../config.m4')
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index d9e4f00f4..6f0edba20 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define BITS_PER_MP_LIMB 32
diff --git a/mpn/m68k/lshift.asm b/mpn/m68k/lshift.asm
index 4a823cdf9..018b92fe2 100644
--- a/mpn/m68k/lshift.asm
+++ b/mpn/m68k/lshift.asm
@@ -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.
include(`../config.m4')
diff --git a/mpn/m68k/m68k-defs.m4 b/mpn/m68k/m68k-defs.m4
index 19b550cd9..d69c2510f 100644
--- a/mpn/m68k/m68k-defs.m4
+++ b/mpn/m68k/m68k-defs.m4
@@ -18,8 +18,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.
dnl The default m4 `#' commenting interferes with the assembler syntax for
diff --git a/mpn/m68k/mc68020/aorsmul_1.asm b/mpn/m68k/mc68020/aorsmul_1.asm
index 02df945fc..d949fec99 100644
--- a/mpn/m68k/mc68020/aorsmul_1.asm
+++ b/mpn/m68k/mc68020/aorsmul_1.asm
@@ -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.
include(`../config.m4')
diff --git a/mpn/m68k/mc68020/mul_1.asm b/mpn/m68k/mc68020/mul_1.asm
index bb6c0bd8c..21f721c0e 100644
--- a/mpn/m68k/mc68020/mul_1.asm
+++ b/mpn/m68k/mc68020/mul_1.asm
@@ -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.
include(`../config.m4')
diff --git a/mpn/m68k/mc68020/udiv.asm b/mpn/m68k/mc68020/udiv.asm
index 86dd0ff0e..000646f2c 100644
--- a/mpn/m68k/mc68020/udiv.asm
+++ b/mpn/m68k/mc68020/udiv.asm
@@ -16,8 +16,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.
include(`../config.m4')
diff --git a/mpn/m68k/mc68020/umul.asm b/mpn/m68k/mc68020/umul.asm
index 78d119769..b4c7dfc45 100644
--- a/mpn/m68k/mc68020/umul.asm
+++ b/mpn/m68k/mc68020/umul.asm
@@ -16,8 +16,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.
include(`../config.m4')
diff --git a/mpn/m68k/rshift.asm b/mpn/m68k/rshift.asm
index c3243f50f..3b983a86a 100644
--- a/mpn/m68k/rshift.asm
+++ b/mpn/m68k/rshift.asm
@@ -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.
include(`../config.m4')
diff --git a/mpn/m68k/t-m68k-defs.pl b/mpn/m68k/t-m68k-defs.pl
index 35ec99dd0..28fa7e969 100644
--- a/mpn/m68k/t-m68k-defs.pl
+++ b/mpn/m68k/t-m68k-defs.pl
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
# Usage: perl t-m68k-defs.pl [-t]