diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-30 03:22:09 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-30 03:22:09 +0000 |
commit | 8999fe288f269fcf607821f796186b24045bacd8 (patch) | |
tree | b13c0efbd21bc7cd7cdb9d01164f48e939bbe411 /libjava/javax/xml/validation | |
parent | d65e34782cd2d87f4d386f040a3407640aa048c7 (diff) | |
download | gcc-8999fe288f269fcf607821f796186b24045bacd8.tar.gz |
Update FSF address
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101453 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax/xml/validation')
-rw-r--r-- | libjava/javax/xml/validation/Schema.java | 4 | ||||
-rw-r--r-- | libjava/javax/xml/validation/SchemaFactory.java | 4 | ||||
-rw-r--r-- | libjava/javax/xml/validation/TypeInfoProvider.java | 4 | ||||
-rw-r--r-- | libjava/javax/xml/validation/Validator.java | 4 | ||||
-rw-r--r-- | libjava/javax/xml/validation/ValidatorHandler.java | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libjava/javax/xml/validation/Schema.java b/libjava/javax/xml/validation/Schema.java index fc196e104c6..46926c8c89a 100644 --- a/libjava/javax/xml/validation/Schema.java +++ b/libjava/javax/xml/validation/Schema.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/validation/SchemaFactory.java b/libjava/javax/xml/validation/SchemaFactory.java index 3c5155d22b4..35bf205642b 100644 --- a/libjava/javax/xml/validation/SchemaFactory.java +++ b/libjava/javax/xml/validation/SchemaFactory.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/validation/TypeInfoProvider.java b/libjava/javax/xml/validation/TypeInfoProvider.java index 11da16c15f8..99bf2832fb6 100644 --- a/libjava/javax/xml/validation/TypeInfoProvider.java +++ b/libjava/javax/xml/validation/TypeInfoProvider.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/validation/Validator.java b/libjava/javax/xml/validation/Validator.java index 48107ee1d2f..4a96fc13a1f 100644 --- a/libjava/javax/xml/validation/Validator.java +++ b/libjava/javax/xml/validation/Validator.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/validation/ValidatorHandler.java b/libjava/javax/xml/validation/ValidatorHandler.java index c7427e68059..50cd1516542 100644 --- a/libjava/javax/xml/validation/ValidatorHandler.java +++ b/libjava/javax/xml/validation/ValidatorHandler.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 |