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 /java/lang/reflect | |
| parent | 5e09e4750778d7e99616395c1bc1a99596d5293e (diff) | |
| download | classpath-d300c5f7e90eeb0ffc7f7bc4299d461b38383d93.tar.gz | |
* all files: Update for new FSF address.
Diffstat (limited to 'java/lang/reflect')
| -rw-r--r-- | java/lang/reflect/AccessibleObject.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/Array.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/GenericArrayType.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/GenericSignatureFormatError.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/InvocationHandler.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/InvocationTargetException.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/Member.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/Modifier.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/ParameterizedType.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/Proxy.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/ReflectPermission.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/Type.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/UndeclaredThrowableException.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/WildcardType.java | 4 | ||||
| -rw-r--r-- | java/lang/reflect/package.html | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/java/lang/reflect/AccessibleObject.java b/java/lang/reflect/AccessibleObject.java index d50f3de9d..24418c971 100644 --- a/java/lang/reflect/AccessibleObject.java +++ b/java/lang/reflect/AccessibleObject.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/java/lang/reflect/Array.java b/java/lang/reflect/Array.java index 6cce3f7d6..35c77da36 100644 --- a/java/lang/reflect/Array.java +++ b/java/lang/reflect/Array.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/java/lang/reflect/GenericArrayType.java b/java/lang/reflect/GenericArrayType.java index 341c4c197..8dc33a796 100644 --- a/java/lang/reflect/GenericArrayType.java +++ b/java/lang/reflect/GenericArrayType.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/java/lang/reflect/GenericSignatureFormatError.java b/java/lang/reflect/GenericSignatureFormatError.java index efe47f9fe..ab6928de6 100644 --- a/java/lang/reflect/GenericSignatureFormatError.java +++ b/java/lang/reflect/GenericSignatureFormatError.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/java/lang/reflect/InvocationHandler.java b/java/lang/reflect/InvocationHandler.java index 514d943f5..208e621ee 100644 --- a/java/lang/reflect/InvocationHandler.java +++ b/java/lang/reflect/InvocationHandler.java @@ -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/java/lang/reflect/InvocationTargetException.java b/java/lang/reflect/InvocationTargetException.java index 2593921a3..af79d3a19 100644 --- a/java/lang/reflect/InvocationTargetException.java +++ b/java/lang/reflect/InvocationTargetException.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/java/lang/reflect/Member.java b/java/lang/reflect/Member.java index ef980d872..9983b275a 100644 --- a/java/lang/reflect/Member.java +++ b/java/lang/reflect/Member.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/java/lang/reflect/Modifier.java b/java/lang/reflect/Modifier.java index 0e8dcbf49..efc88c941 100644 --- a/java/lang/reflect/Modifier.java +++ b/java/lang/reflect/Modifier.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/java/lang/reflect/ParameterizedType.java b/java/lang/reflect/ParameterizedType.java index fb0ebb306..61081c962 100644 --- a/java/lang/reflect/ParameterizedType.java +++ b/java/lang/reflect/ParameterizedType.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/java/lang/reflect/Proxy.java b/java/lang/reflect/Proxy.java index 3f13254fd..dc1ac87e4 100644 --- a/java/lang/reflect/Proxy.java +++ b/java/lang/reflect/Proxy.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/java/lang/reflect/ReflectPermission.java b/java/lang/reflect/ReflectPermission.java index 26fd0fc4a..56eccf813 100644 --- a/java/lang/reflect/ReflectPermission.java +++ b/java/lang/reflect/ReflectPermission.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/java/lang/reflect/Type.java b/java/lang/reflect/Type.java index da8b68c7c..c9ea5bfb9 100644 --- a/java/lang/reflect/Type.java +++ b/java/lang/reflect/Type.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/java/lang/reflect/UndeclaredThrowableException.java b/java/lang/reflect/UndeclaredThrowableException.java index 2e26e5988..6d5a80084 100644 --- a/java/lang/reflect/UndeclaredThrowableException.java +++ b/java/lang/reflect/UndeclaredThrowableException.java @@ -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/java/lang/reflect/WildcardType.java b/java/lang/reflect/WildcardType.java index a769c41f4..4f789067c 100644 --- a/java/lang/reflect/WildcardType.java +++ b/java/lang/reflect/WildcardType.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/java/lang/reflect/package.html b/java/lang/reflect/package.html index f2ad7635d..9f7ed6328 100644 --- a/java/lang/reflect/package.html +++ b/java/lang/reflect/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 |
