summaryrefslogtreecommitdiff
path: root/tests/rand
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 /tests/rand
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'tests/rand')
-rw-r--r--tests/rand/Makefile.am4
-rw-r--r--tests/rand/Makefile.in4
-rw-r--r--tests/rand/findlc.c4
-rw-r--r--tests/rand/gen.c4
-rw-r--r--tests/rand/gmpstat.h4
-rw-r--r--tests/rand/spect.c4
-rw-r--r--tests/rand/stat.c4
-rw-r--r--tests/rand/statlib.c4
-rw-r--r--tests/rand/t-iset.c4
-rw-r--r--tests/rand/t-lc2exp.c4
-rw-r--r--tests/rand/t-mt.c4
-rw-r--r--tests/rand/t-rand.c4
-rw-r--r--tests/rand/t-urbui.c4
-rw-r--r--tests/rand/t-urmui.c4
-rw-r--r--tests/rand/t-urndmm.c4
-rw-r--r--tests/rand/zdiv_round.c4
16 files changed, 32 insertions, 32 deletions
diff --git a/tests/rand/Makefile.am b/tests/rand/Makefile.am
index 259a48847..41bb32c7d 100644
--- a/tests/rand/Makefile.am
+++ b/tests/rand/Makefile.am
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
diff --git a/tests/rand/Makefile.in b/tests/rand/Makefile.in
index 8b922d2d8..5739dad53 100644
--- a/tests/rand/Makefile.in
+++ b/tests/rand/Makefile.in
@@ -30,8 +30,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
SOURCES = $(libstat_la_SOURCES) findlc.c gen.c $(gen_static_SOURCES) spect.c stat.c t-iset.c t-lc2exp.c t-mt.c t-rand.c t-urbui.c t-urmui.c t-urndmm.c
srcdir = @srcdir@
diff --git a/tests/rand/findlc.c b/tests/rand/findlc.c
index 64bdb81b5..c432095d4 100644
--- a/tests/rand/findlc.c
+++ b/tests/rand/findlc.c
@@ -15,8 +15,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/rand/gen.c b/tests/rand/gen.c
index bc343b34e..f6e2e4d7c 100644
--- a/tests/rand/gen.c
+++ b/tests/rand/gen.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/* Examples:
diff --git a/tests/rand/gmpstat.h b/tests/rand/gmpstat.h
index 3da6458a2..e51a7fd11 100644
--- a/tests/rand/gmpstat.h
+++ b/tests/rand/gmpstat.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.
*/
/* This file requires the following header files: gmp.h */
diff --git a/tests/rand/spect.c b/tests/rand/spect.c
index 650c7c7a0..d27d15127 100644
--- a/tests/rand/spect.c
+++ b/tests/rand/spect.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
/* T is upper dimension. Z_A is the LC multiplier, which is
diff --git a/tests/rand/stat.c b/tests/rand/stat.c
index 5e0ee9956..1a9b552dd 100644
--- a/tests/rand/stat.c
+++ b/tests/rand/stat.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
/* Examples:
diff --git a/tests/rand/statlib.c b/tests/rand/statlib.c
index 377cd2345..e9ded8b61 100644
--- a/tests/rand/statlib.c
+++ b/tests/rand/statlib.c
@@ -18,8 +18,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.
*/
/* The theories for these functions are taken from D. Knuth's "The Art
diff --git a/tests/rand/t-iset.c b/tests/rand/t-iset.c
index 8e2fdda4b..22528fcc9 100644
--- a/tests/rand/t-iset.c
+++ b/tests/rand/t-iset.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-lc2exp.c b/tests/rand/t-lc2exp.c
index 4b6056481..f6e6a3611 100644
--- a/tests/rand/t-lc2exp.c
+++ b/tests/rand/t-lc2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-mt.c b/tests/rand/t-mt.c
index e5a4294a1..3e97d5d30 100644
--- a/tests/rand/t-mt.c
+++ b/tests/rand/t-mt.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/tests/rand/t-rand.c b/tests/rand/t-rand.c
index efcd785bb..9f393966e 100644
--- a/tests/rand/t-rand.c
+++ b/tests/rand/t-rand.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
#include <stdlib.h>
diff --git a/tests/rand/t-urbui.c b/tests/rand/t-urbui.c
index 38f406808..9c98166c4 100644
--- a/tests/rand/t-urbui.c
+++ b/tests/rand/t-urbui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-urmui.c b/tests/rand/t-urmui.c
index d8a2736ff..a8a976703 100644
--- a/tests/rand/t-urmui.c
+++ b/tests/rand/t-urmui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-urndmm.c b/tests/rand/t-urndmm.c
index dd3ae900f..669566a5c 100644
--- a/tests/rand/t-urndmm.c
+++ b/tests/rand/t-urndmm.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/tests/rand/zdiv_round.c b/tests/rand/zdiv_round.c
index fc9da771c..9e315cf98 100644
--- a/tests/rand/zdiv_round.c
+++ b/tests/rand/zdiv_round.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
#include "gmp.h"