diff options
author | Mark Wielaard <mark@klomp.org> | 2005-07-02 20:32:07 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-07-02 20:32:07 +0000 |
commit | d300c5f7e90eeb0ffc7f7bc4299d461b38383d93 (patch) | |
tree | 8ad049549d437b770077671c0a73bcec5313bd17 /test/java.io/BufferedCharWriterTest.java | |
parent | 5e09e4750778d7e99616395c1bc1a99596d5293e (diff) | |
download | classpath-d300c5f7e90eeb0ffc7f7bc4299d461b38383d93.tar.gz |
* all files: Update for new FSF address.
Diffstat (limited to 'test/java.io/BufferedCharWriterTest.java')
-rw-r--r-- | test/java.io/BufferedCharWriterTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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.*; |