diff options
22 files changed, 79 insertions, 33 deletions
diff --git a/gnu/java/beans/BeanInfoEmbryo.java b/gnu/java/beans/BeanInfoEmbryo.java index 6e3abbc2e..b0654c75f 100644 --- a/gnu/java/beans/BeanInfoEmbryo.java +++ b/gnu/java/beans/BeanInfoEmbryo.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.BeanInfoEmbryo: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/EmptyBeanInfo.java b/gnu/java/beans/EmptyBeanInfo.java index 07f938bf4..952e4d2d3 100644 --- a/gnu/java/beans/EmptyBeanInfo.java +++ b/gnu/java/beans/EmptyBeanInfo.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.EmptyBeanInfo: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/ExplicitBeanInfo.java b/gnu/java/beans/ExplicitBeanInfo.java index 3b6c3f035..63a4fba8b 100644 --- a/gnu/java/beans/ExplicitBeanInfo.java +++ b/gnu/java/beans/ExplicitBeanInfo.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.ExplicitBeanInfo: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/IntrospectionIncubator.java b/gnu/java/beans/IntrospectionIncubator.java index 9cacddc1b..590889898 100644 --- a/gnu/java/beans/IntrospectionIncubator.java +++ b/gnu/java/beans/IntrospectionIncubator.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.IntrospectionIncubator: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/ColorEditor.java b/gnu/java/beans/editors/ColorEditor.java index 2607f515b..652eaa7ea 100644 --- a/gnu/java/beans/editors/ColorEditor.java +++ b/gnu/java/beans/editors/ColorEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.ColorEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/FontEditor.java b/gnu/java/beans/editors/FontEditor.java index 7d004cab4..9c36d662b 100644 --- a/gnu/java/beans/editors/FontEditor.java +++ b/gnu/java/beans/editors/FontEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.FontEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeBooleanEditor.java b/gnu/java/beans/editors/NativeBooleanEditor.java index 983ddbb22..07fa7d506 100644 --- a/gnu/java/beans/editors/NativeBooleanEditor.java +++ b/gnu/java/beans/editors/NativeBooleanEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeBooleanEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeByteEditor.java b/gnu/java/beans/editors/NativeByteEditor.java index ef3c53691..f41c70647 100644 --- a/gnu/java/beans/editors/NativeByteEditor.java +++ b/gnu/java/beans/editors/NativeByteEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeByteEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeDoubleEditor.java b/gnu/java/beans/editors/NativeDoubleEditor.java index 86f6b0c73..ed60b2dca 100644 --- a/gnu/java/beans/editors/NativeDoubleEditor.java +++ b/gnu/java/beans/editors/NativeDoubleEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeDoubleEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeFloatEditor.java b/gnu/java/beans/editors/NativeFloatEditor.java index a98b4c346..c430c7aa7 100644 --- a/gnu/java/beans/editors/NativeFloatEditor.java +++ b/gnu/java/beans/editors/NativeFloatEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeFloatEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeIntEditor.java b/gnu/java/beans/editors/NativeIntEditor.java index a743878f6..a3422eb90 100644 --- a/gnu/java/beans/editors/NativeIntEditor.java +++ b/gnu/java/beans/editors/NativeIntEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeIntEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeLongEditor.java b/gnu/java/beans/editors/NativeLongEditor.java index 4dc02028e..06e2929a2 100644 --- a/gnu/java/beans/editors/NativeLongEditor.java +++ b/gnu/java/beans/editors/NativeLongEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeLongEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/NativeShortEditor.java b/gnu/java/beans/editors/NativeShortEditor.java index 7c52eafca..49bf70a91 100644 --- a/gnu/java/beans/editors/NativeShortEditor.java +++ b/gnu/java/beans/editors/NativeShortEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.NativeShortEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/editors/StringEditor.java b/gnu/java/beans/editors/StringEditor.java index 5d1d4640c..4dcfe5a7a 100644 --- a/gnu/java/beans/editors/StringEditor.java +++ b/gnu/java/beans/editors/StringEditor.java @@ -1,6 +1,6 @@ /* * gnu.java.beans.editors.StringEditor: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/beans/info/ComponentBeanInfo.java b/gnu/java/beans/info/ComponentBeanInfo.java index 794fe74a7..61c9a646d 100755 --- a/gnu/java/beans/info/ComponentBeanInfo.java +++ b/gnu/java/beans/info/ComponentBeanInfo.java @@ -1,3 +1,23 @@ +/* + * gnu.java.beans.info.ComponentBeanInfo: part of the Java Class Libraries project. + * Copyright (C) 1998 Free Software Foundation + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + package gnu.java.beans.info; import gnu.java.beans.*; diff --git a/gnu/java/io/ClassLoaderObjectInputStream.java b/gnu/java/io/ClassLoaderObjectInputStream.java index b928eaa56..3211f649c 100644 --- a/gnu/java/io/ClassLoaderObjectInputStream.java +++ b/gnu/java/io/ClassLoaderObjectInputStream.java @@ -1,6 +1,6 @@ /* * gnu.java.io.ClassLoaderObjectInputStream: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -23,30 +23,29 @@ package gnu.java.io; import java.io.*; /** - ** ClassLoaderObjectInputStream is ObjectInputStream, with - ** the ability to use a specific ClassLoader. - ** - ** @author John Keiser - ** @author Geoff Berry - ** @version 1.1.0, 29 Jul 1998 - **/ + * ClassLoaderObjectInputStream is ObjectInputStream, with + * the ability to use a specific ClassLoader. + * + * @author Geoff Berry + * @version 1.1.0, 29 Jul 1998 + */ public class ClassLoaderObjectInputStream extends ObjectInputStream { ClassLoader myClassLoader; /** Create the new ClassLoaderObjectInputStream. - ** @param in the InputStream to read the Objects from. - ** @param myClassLoader the ClassLoader to load classes - ** with. - **/ + * @param in the InputStream to read the Objects from. + * @param myClassLoader the ClassLoader to load classes + * with. + */ public ClassLoaderObjectInputStream(InputStream in, ClassLoader myClassLoader) throws IOException,StreamCorruptedException { super(in); this.myClassLoader = myClassLoader; } /** Overriden method to use the loadClass() method from - ** the ClassLoader. - **/ + * the ClassLoader. + */ public Class resolveClass(String name) throws IOException, ClassNotFoundException { return myClassLoader.loadClass(name); } diff --git a/gnu/java/lang/ArrayHelper.java b/gnu/java/lang/ArrayHelper.java index 6e468fd50..d481c6323 100644 --- a/gnu/java/lang/ArrayHelper.java +++ b/gnu/java/lang/ArrayHelper.java @@ -1,6 +1,6 @@ /* * gnu.java.lang.ArrayHelper: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/lang/ClassHelper.java b/gnu/java/lang/ClassHelper.java index ce9f019c4..67870f84a 100644 --- a/gnu/java/lang/ClassHelper.java +++ b/gnu/java/lang/ClassHelper.java @@ -1,6 +1,6 @@ /* * gnu.java.lang.ClassHelper: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/lang/ClassLoaderHelper.java b/gnu/java/lang/ClassLoaderHelper.java index 965be9f01..73517e8c0 100644 --- a/gnu/java/lang/ClassLoaderHelper.java +++ b/gnu/java/lang/ClassLoaderHelper.java @@ -1,8 +1,35 @@ +/* + * gnu.java.lang.ClassLoaderHelper: part of the Java Class Libraries project. + * Copyright (C) 1998 Free Software Foundation + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + package gnu.java.lang; import java.io.*; import java.util.*; +/** + ** ClassLoaderHelper has various methods that ought to have been + ** in ClassLoader. + ** + ** @author John Keiser + ** @version 1.1.0, 29 Jul 1998 + **/ public class ClassLoaderHelper { /** diff --git a/gnu/java/lang/ExecutionStack.java b/gnu/java/lang/ExecutionStack.java index 31700ab46..569cf0c95 100755 --- a/gnu/java/lang/ExecutionStack.java +++ b/gnu/java/lang/ExecutionStack.java @@ -1,6 +1,6 @@ /* * gnu.java.lang.ExecutionStack: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/lang/MainThread.java b/gnu/java/lang/MainThread.java index bfbff1361..b699eeae5 100644 --- a/gnu/java/lang/MainThread.java +++ b/gnu/java/lang/MainThread.java @@ -1,6 +1,6 @@ /* * gnu.java.lang.MainThread: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gnu/java/lang/StackFrame.java b/gnu/java/lang/StackFrame.java index 3f9837125..c91c83cee 100755 --- a/gnu/java/lang/StackFrame.java +++ b/gnu/java/lang/StackFrame.java @@ -1,6 +1,6 @@ /* * gnu.java.lang.StackFrame: part of the Java Class Libraries project. - * Copyright (C) 1998 John Keiser + * Copyright (C) 1998 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |
