diff options
Diffstat (limited to 'libjava/java/lang/ref')
-rw-r--r-- | libjava/java/lang/ref/PhantomReference.java | 4 | ||||
-rw-r--r-- | libjava/java/lang/ref/Reference.java | 4 | ||||
-rw-r--r-- | libjava/java/lang/ref/ReferenceQueue.java | 4 | ||||
-rw-r--r-- | libjava/java/lang/ref/SoftReference.java | 4 | ||||
-rw-r--r-- | libjava/java/lang/ref/WeakReference.java | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libjava/java/lang/ref/PhantomReference.java b/libjava/java/lang/ref/PhantomReference.java index 7b9eebaf7e3..4d929c29c58 100644 --- a/libjava/java/lang/ref/PhantomReference.java +++ b/libjava/java/lang/ref/PhantomReference.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/java/lang/ref/Reference.java b/libjava/java/lang/ref/Reference.java index a6385a81617..ab0c55c84ce 100644 --- a/libjava/java/lang/ref/Reference.java +++ b/libjava/java/lang/ref/Reference.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/java/lang/ref/ReferenceQueue.java b/libjava/java/lang/ref/ReferenceQueue.java index d876ee58cef..f4729f282be 100644 --- a/libjava/java/lang/ref/ReferenceQueue.java +++ b/libjava/java/lang/ref/ReferenceQueue.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/java/lang/ref/SoftReference.java b/libjava/java/lang/ref/SoftReference.java index 059c6d3c0d2..97395eacdfa 100644 --- a/libjava/java/lang/ref/SoftReference.java +++ b/libjava/java/lang/ref/SoftReference.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/java/lang/ref/WeakReference.java b/libjava/java/lang/ref/WeakReference.java index 2724c4ecfce..9f758ca1eab 100644 --- a/libjava/java/lang/ref/WeakReference.java +++ b/libjava/java/lang/ref/WeakReference.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 |