summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-07-02 20:32:07 +0000
committerMark Wielaard <mark@klomp.org>2005-07-02 20:32:07 +0000
commitd300c5f7e90eeb0ffc7f7bc4299d461b38383d93 (patch)
tree8ad049549d437b770077671c0a73bcec5313bd17 /test
parent5e09e4750778d7e99616395c1bc1a99596d5293e (diff)
downloadclasspath-d300c5f7e90eeb0ffc7f7bc4299d461b38383d93.tar.gz
* all files: Update for new FSF address.
Diffstat (limited to 'test')
-rw-r--r--test/gnu.java.lang.reflect/TypeSignatureTest.java2
-rw-r--r--test/java.io/BufferedByteOutputStreamTest.java2
-rw-r--r--test/java.io/BufferedCharWriterTest.java2
-rw-r--r--test/java.io/BufferedInputStreamTest.java2
-rw-r--r--test/java.io/BufferedReaderTest.java2
-rw-r--r--test/java.io/ByteArrayInputStreamTest.java2
-rw-r--r--test/java.io/CharArrayReaderTest.java2
-rw-r--r--test/java.io/DataInputOutputTest.java2
-rw-r--r--test/java.io/FileInputStreamTest.java2
-rw-r--r--test/java.io/FileOutputStreamTest.java2
-rw-r--r--test/java.io/FileReaderTest.java2
-rw-r--r--test/java.io/FileTest.java2
-rw-r--r--test/java.io/FileWriterTest.java2
-rw-r--r--test/java.io/LineNumberInputStreamTest.java2
-rw-r--r--test/java.io/LineNumberReaderTest.java2
-rw-r--r--test/java.io/ObjectInputStreamTest.java2
-rw-r--r--test/java.io/ObjectOutputStreamTest.java2
-rw-r--r--test/java.io/ObjectStreamClassTest.java2
-rw-r--r--test/java.io/PipedReaderWriterTest.java2
-rw-r--r--test/java.io/PipedStreamTest.java2
-rw-r--r--test/java.io/PrintStreamTest.java2
-rw-r--r--test/java.io/PrintWriterTest.java2
-rw-r--r--test/java.io/PushbackInputStreamTest.java2
-rw-r--r--test/java.io/PushbackReaderTest.java2
-rw-r--r--test/java.io/RandomAccessFileTest.java2
-rw-r--r--test/java.io/SequenceInputStreamTest.java2
-rw-r--r--test/java.io/StreamTokenizerTest.java2
-rw-r--r--test/java.io/StringBufferInputStreamTest.java2
-rw-r--r--test/java.io/StringWriterTest.java2
-rw-r--r--test/java.io/Test.java2
-rw-r--r--test/java.io/UTF8EncodingTest.java2
31 files changed, 31 insertions, 31 deletions
diff --git a/test/gnu.java.lang.reflect/TypeSignatureTest.java b/test/gnu.java.lang.reflect/TypeSignatureTest.java
index 5aefcd0e9..bd3465d3a 100644
--- a/test/gnu.java.lang.reflect/TypeSignatureTest.java
+++ b/test/gnu.java.lang.reflect/TypeSignatureTest.java
@@ -14,7 +14,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
diff --git a/test/java.io/BufferedByteOutputStreamTest.java b/test/java.io/BufferedByteOutputStreamTest.java
index 2d11579f6..e2785e6b3 100644
--- a/test/java.io/BufferedByteOutputStreamTest.java
+++ b/test/java.io/BufferedByteOutputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/BufferedCharWriterTest.java b/test/java.io/BufferedCharWriterTest.java
index 43e175e4e..2893b4b90 100644
--- a/test/java.io/BufferedCharWriterTest.java
+++ b/test/java.io/BufferedCharWriterTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/BufferedInputStreamTest.java b/test/java.io/BufferedInputStreamTest.java
index c38c179fc..c7d73e352 100644
--- a/test/java.io/BufferedInputStreamTest.java
+++ b/test/java.io/BufferedInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/BufferedReaderTest.java b/test/java.io/BufferedReaderTest.java
index 3124959e2..d3c1d4fcf 100644
--- a/test/java.io/BufferedReaderTest.java
+++ b/test/java.io/BufferedReaderTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/ByteArrayInputStreamTest.java b/test/java.io/ByteArrayInputStreamTest.java
index 1e70c6af8..1b44985f9 100644
--- a/test/java.io/ByteArrayInputStreamTest.java
+++ b/test/java.io/ByteArrayInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/CharArrayReaderTest.java b/test/java.io/CharArrayReaderTest.java
index e0cde60fa..8b652b806 100644
--- a/test/java.io/CharArrayReaderTest.java
+++ b/test/java.io/CharArrayReaderTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/DataInputOutputTest.java b/test/java.io/DataInputOutputTest.java
index dcb6e9aec..dd03fb0cd 100644
--- a/test/java.io/DataInputOutputTest.java
+++ b/test/java.io/DataInputOutputTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/FileInputStreamTest.java b/test/java.io/FileInputStreamTest.java
index 1eb92f0ff..e42b93e06 100644
--- a/test/java.io/FileInputStreamTest.java
+++ b/test/java.io/FileInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/FileOutputStreamTest.java b/test/java.io/FileOutputStreamTest.java
index 27578cc6c..1917f4e3b 100644
--- a/test/java.io/FileOutputStreamTest.java
+++ b/test/java.io/FileOutputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/FileReaderTest.java b/test/java.io/FileReaderTest.java
index 58b290e0e..e22cec53e 100644
--- a/test/java.io/FileReaderTest.java
+++ b/test/java.io/FileReaderTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/FileTest.java b/test/java.io/FileTest.java
index a555c5938..838b99e11 100644
--- a/test/java.io/FileTest.java
+++ b/test/java.io/FileTest.java
@@ -15,7 +15,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/FileWriterTest.java b/test/java.io/FileWriterTest.java
index 3f898099b..3602c045c 100644
--- a/test/java.io/FileWriterTest.java
+++ b/test/java.io/FileWriterTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/LineNumberInputStreamTest.java b/test/java.io/LineNumberInputStreamTest.java
index 26edebd41..fbc726f9e 100644
--- a/test/java.io/LineNumberInputStreamTest.java
+++ b/test/java.io/LineNumberInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/LineNumberReaderTest.java b/test/java.io/LineNumberReaderTest.java
index 5eb2b1479..1a20b70f5 100644
--- a/test/java.io/LineNumberReaderTest.java
+++ b/test/java.io/LineNumberReaderTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/ObjectInputStreamTest.java b/test/java.io/ObjectInputStreamTest.java
index 9001fae45..af236ddf1 100644
--- a/test/java.io/ObjectInputStreamTest.java
+++ b/test/java.io/ObjectInputStreamTest.java
@@ -14,7 +14,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.FileInputStream;
diff --git a/test/java.io/ObjectOutputStreamTest.java b/test/java.io/ObjectOutputStreamTest.java
index 8bcef125c..62f60dce1 100644
--- a/test/java.io/ObjectOutputStreamTest.java
+++ b/test/java.io/ObjectOutputStreamTest.java
@@ -14,7 +14,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.ByteArrayOutputStream;
diff --git a/test/java.io/ObjectStreamClassTest.java b/test/java.io/ObjectStreamClassTest.java
index f43f2d9f9..7002bf7f0 100644
--- a/test/java.io/ObjectStreamClassTest.java
+++ b/test/java.io/ObjectStreamClassTest.java
@@ -14,7 +14,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.Externalizable;
diff --git a/test/java.io/PipedReaderWriterTest.java b/test/java.io/PipedReaderWriterTest.java
index 48d876237..827598e58 100644
--- a/test/java.io/PipedReaderWriterTest.java
+++ b/test/java.io/PipedReaderWriterTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/PipedStreamTest.java b/test/java.io/PipedStreamTest.java
index 796b35846..d30bfa3e6 100644
--- a/test/java.io/PipedStreamTest.java
+++ b/test/java.io/PipedStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/PrintStreamTest.java b/test/java.io/PrintStreamTest.java
index 11496a65f..bd4dde54d 100644
--- a/test/java.io/PrintStreamTest.java
+++ b/test/java.io/PrintStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/PrintWriterTest.java b/test/java.io/PrintWriterTest.java
index 8568e019f..d466f447a 100644
--- a/test/java.io/PrintWriterTest.java
+++ b/test/java.io/PrintWriterTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/PushbackInputStreamTest.java b/test/java.io/PushbackInputStreamTest.java
index ca2061453..9d67623fe 100644
--- a/test/java.io/PushbackInputStreamTest.java
+++ b/test/java.io/PushbackInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/PushbackReaderTest.java b/test/java.io/PushbackReaderTest.java
index e651cd8e4..337830623 100644
--- a/test/java.io/PushbackReaderTest.java
+++ b/test/java.io/PushbackReaderTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/RandomAccessFileTest.java b/test/java.io/RandomAccessFileTest.java
index 12da66497..8ee53b735 100644
--- a/test/java.io/RandomAccessFileTest.java
+++ b/test/java.io/RandomAccessFileTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/SequenceInputStreamTest.java b/test/java.io/SequenceInputStreamTest.java
index 0ca5fd988..7b2c91644 100644
--- a/test/java.io/SequenceInputStreamTest.java
+++ b/test/java.io/SequenceInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/StreamTokenizerTest.java b/test/java.io/StreamTokenizerTest.java
index be739842c..e2d023f54 100644
--- a/test/java.io/StreamTokenizerTest.java
+++ b/test/java.io/StreamTokenizerTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/StringBufferInputStreamTest.java b/test/java.io/StringBufferInputStreamTest.java
index 289f9d1b5..adafac6e5 100644
--- a/test/java.io/StringBufferInputStreamTest.java
+++ b/test/java.io/StringBufferInputStreamTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/StringWriterTest.java b/test/java.io/StringWriterTest.java
index f6f11ad99..543360689 100644
--- a/test/java.io/StringWriterTest.java
+++ b/test/java.io/StringWriterTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;
diff --git a/test/java.io/Test.java b/test/java.io/Test.java
index 4c8f8ee90..154884ecd 100644
--- a/test/java.io/Test.java
+++ b/test/java.io/Test.java
@@ -14,7 +14,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
public class Test
diff --git a/test/java.io/UTF8EncodingTest.java b/test/java.io/UTF8EncodingTest.java
index 62634ebf7..0c8d975b2 100644
--- a/test/java.io/UTF8EncodingTest.java
+++ b/test/java.io/UTF8EncodingTest.java
@@ -16,7 +16,7 @@
/*
/* 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
+/* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*************************************************************************/
import java.io.*;