diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-06-30 03:22:09 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-06-30 03:22:09 +0000 |
commit | 917b04f4923bdb692362b09ce5c4730d073c4c00 (patch) | |
tree | b13c0efbd21bc7cd7cdb9d01164f48e939bbe411 /libjava/javax/xml/parsers | |
parent | 674391b8f1380a53613fd3254d61a759072bdad0 (diff) | |
download | gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.zip gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.tar.gz gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.tar.bz2 |
Update FSF address
From-SVN: r101453
Diffstat (limited to 'libjava/javax/xml/parsers')
6 files changed, 12 insertions, 12 deletions
diff --git a/libjava/javax/xml/parsers/DocumentBuilder.java b/libjava/javax/xml/parsers/DocumentBuilder.java index 15130e8..56c55a3 100644 --- a/libjava/javax/xml/parsers/DocumentBuilder.java +++ b/libjava/javax/xml/parsers/DocumentBuilder.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/javax/xml/parsers/DocumentBuilderFactory.java b/libjava/javax/xml/parsers/DocumentBuilderFactory.java index 1ba51d0..1cbb9a7 100644 --- a/libjava/javax/xml/parsers/DocumentBuilderFactory.java +++ b/libjava/javax/xml/parsers/DocumentBuilderFactory.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/javax/xml/parsers/FactoryConfigurationError.java b/libjava/javax/xml/parsers/FactoryConfigurationError.java index 351b340..96d0fc0 100644 --- a/libjava/javax/xml/parsers/FactoryConfigurationError.java +++ b/libjava/javax/xml/parsers/FactoryConfigurationError.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/javax/xml/parsers/ParserConfigurationException.java b/libjava/javax/xml/parsers/ParserConfigurationException.java index a8cd546..412872f 100644 --- a/libjava/javax/xml/parsers/ParserConfigurationException.java +++ b/libjava/javax/xml/parsers/ParserConfigurationException.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/javax/xml/parsers/SAXParser.java b/libjava/javax/xml/parsers/SAXParser.java index f05cc51..1a6b155 100644 --- a/libjava/javax/xml/parsers/SAXParser.java +++ b/libjava/javax/xml/parsers/SAXParser.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/javax/xml/parsers/SAXParserFactory.java b/libjava/javax/xml/parsers/SAXParserFactory.java index 7b87bf2..8a89fdd 100644 --- a/libjava/javax/xml/parsers/SAXParserFactory.java +++ b/libjava/javax/xml/parsers/SAXParserFactory.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 |