From 8999fe288f269fcf607821f796186b24045bacd8 Mon Sep 17 00:00:00 2001 From: kcook Date: Thu, 30 Jun 2005 03:22:09 +0000 Subject: Update FSF address git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101453 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/gnu/javax/swing/text/html/package.html | 4 ++-- libjava/gnu/javax/swing/text/html/parser/HTML_401F.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/gnuDTD.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/htmlValidator.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java | 4 ++-- .../gnu/javax/swing/text/html/parser/models/TableRowContentModel.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/list.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/node.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/package.html | 4 ++-- libjava/gnu/javax/swing/text/html/parser/models/transformer.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/package.html | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/Parser.java | 4 ++-- .../gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/Location.java | 4 ++-- .../gnu/javax/swing/text/html/parser/support/low/ParseException.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java | 4 ++-- .../gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/Token.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/node.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/package.html | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java | 4 ++-- libjava/gnu/javax/swing/text/html/parser/support/package.html | 4 ++-- .../gnu/javax/swing/text/html/parser/support/parameterDefaulter.java | 4 ++-- .../gnu/javax/swing/text/html/parser/support/textPreProcessor.java | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) (limited to 'libjava/gnu/javax') diff --git a/libjava/gnu/javax/swing/text/html/package.html b/libjava/gnu/javax/swing/text/html/package.html index 622c4fcc126..c7e7744282c 100644 --- a/libjava/gnu/javax/swing/text/html/package.html +++ b/libjava/gnu/javax/swing/text/html/package.html @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/HTML_401F.java b/libjava/gnu/javax/swing/text/html/parser/HTML_401F.java index bd2f9f9f862..1ed42a2ab98 100755 --- a/libjava/gnu/javax/swing/text/html/parser/HTML_401F.java +++ b/libjava/gnu/javax/swing/text/html/parser/HTML_401F.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/gnuDTD.java b/libjava/gnu/javax/swing/text/html/parser/gnuDTD.java index 24d800af2fc..1f4b3ec6adc 100755 --- a/libjava/gnu/javax/swing/text/html/parser/gnuDTD.java +++ b/libjava/gnu/javax/swing/text/html/parser/gnuDTD.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java b/libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java index f42b4632880..a4e6f73c523 100644 --- a/libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java +++ b/libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/htmlValidator.java b/libjava/gnu/javax/swing/text/html/parser/htmlValidator.java index bcb23aa8b0d..1f9eee03a91 100644 --- a/libjava/gnu/javax/swing/text/html/parser/htmlValidator.java +++ b/libjava/gnu/javax/swing/text/html/parser/htmlValidator.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java b/libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java index 4bfc3b960e8..5a19a1bc13c 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/TableRowContentModel.java b/libjava/gnu/javax/swing/text/html/parser/models/TableRowContentModel.java index 1a803d5476d..14514d58458 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/TableRowContentModel.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/TableRowContentModel.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/list.java b/libjava/gnu/javax/swing/text/html/parser/models/list.java index 1fa16d96556..b77ef7fd850 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/list.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/list.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java b/libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java index 7ac58f0506d..8aac14d8e16 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/node.java b/libjava/gnu/javax/swing/text/html/parser/models/node.java index 42505d0bef0..c615ddff350 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/node.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/node.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/package.html b/libjava/gnu/javax/swing/text/html/parser/models/package.html index 60719d0cc97..18e61aeded7 100644 --- a/libjava/gnu/javax/swing/text/html/parser/models/package.html +++ b/libjava/gnu/javax/swing/text/html/parser/models/package.html @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/models/transformer.java b/libjava/gnu/javax/swing/text/html/parser/models/transformer.java index c8c4a2544a4..22ae3c3fa52 100755 --- a/libjava/gnu/javax/swing/text/html/parser/models/transformer.java +++ b/libjava/gnu/javax/swing/text/html/parser/models/transformer.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/package.html b/libjava/gnu/javax/swing/text/html/parser/package.html index 7fa69953021..cd050f9c2cf 100644 --- a/libjava/gnu/javax/swing/text/html/parser/package.html +++ b/libjava/gnu/javax/swing/text/html/parser/package.html @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/Parser.java b/libjava/gnu/javax/swing/text/html/parser/support/Parser.java index 1e5147a4728..cef94942e16 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/Parser.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/Parser.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java b/libjava/gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java index 2887bac0a11..9cdf810dd42 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java b/libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java index b9e8edc13f6..a39330af846 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java b/libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java index 367dd03962c..283d32385ef 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/Location.java b/libjava/gnu/javax/swing/text/html/parser/support/low/Location.java index 5a0f2046f49..8a1cde1c86c 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/Location.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/Location.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/ParseException.java b/libjava/gnu/javax/swing/text/html/parser/support/low/ParseException.java index 9f1094e6285..e71c0c1f651 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/ParseException.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/ParseException.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java b/libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java index 30890e4ebdf..31cf4bb4d59 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java b/libjava/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java index f354bec6e63..0ffc6c8b754 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/Token.java b/libjava/gnu/javax/swing/text/html/parser/support/low/Token.java index c298d78171d..d91adf47ab8 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/Token.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/Token.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/node.java b/libjava/gnu/javax/swing/text/html/parser/support/low/node.java index 981166562ce..b54ed86a381 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/node.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/node.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/package.html b/libjava/gnu/javax/swing/text/html/parser/support/low/package.html index a4ae57bffc5..17358301530 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/package.html +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/package.html @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java b/libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java index ac82a205046..0fe03fdbe87 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/package.html b/libjava/gnu/javax/swing/text/html/parser/support/package.html index 35071ed00ca..97c6439b3fe 100644 --- a/libjava/gnu/javax/swing/text/html/parser/support/package.html +++ b/libjava/gnu/javax/swing/text/html/parser/support/package.html @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/parameterDefaulter.java b/libjava/gnu/javax/swing/text/html/parser/support/parameterDefaulter.java index 4b4878a7918..654acbbb58c 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/parameterDefaulter.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/parameterDefaulter.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and diff --git a/libjava/gnu/javax/swing/text/html/parser/support/textPreProcessor.java b/libjava/gnu/javax/swing/text/html/parser/support/textPreProcessor.java index 20af8f6352c..cc1610585a6 100755 --- a/libjava/gnu/javax/swing/text/html/parser/support/textPreProcessor.java +++ b/libjava/gnu/javax/swing/text/html/parser/support/textPreProcessor.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and -- cgit v1.2.1