summaryrefslogtreecommitdiff
path: root/gnu/java/beans
diff options
context:
space:
mode:
authorJohn Keiser <shalom@gnu.org>1999-02-10 22:34:32 +0000
committerJohn Keiser <shalom@gnu.org>1999-02-10 22:34:32 +0000
commitab2f5a4daaf2a37023da76e48d8260f99f9416b2 (patch)
treedc464e1c8de000e0ce0666703d45a5ba15948d63 /gnu/java/beans
parent9c927746995cb8e15d8efaac2fa3fdbdcf27bca3 (diff)
downloadclasspath-ab2f5a4daaf2a37023da76e48d8260f99f9416b2.tar.gz
Copyright Fixes.
Diffstat (limited to 'gnu/java/beans')
-rw-r--r--gnu/java/beans/BeanInfoEmbryo.java2
-rw-r--r--gnu/java/beans/EmptyBeanInfo.java2
-rw-r--r--gnu/java/beans/ExplicitBeanInfo.java2
-rw-r--r--gnu/java/beans/IntrospectionIncubator.java2
-rw-r--r--gnu/java/beans/editors/ColorEditor.java2
-rw-r--r--gnu/java/beans/editors/FontEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeBooleanEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeByteEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeDoubleEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeFloatEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeIntEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeLongEditor.java2
-rw-r--r--gnu/java/beans/editors/NativeShortEditor.java2
-rw-r--r--gnu/java/beans/editors/StringEditor.java2
-rwxr-xr-xgnu/java/beans/info/ComponentBeanInfo.java20
15 files changed, 34 insertions, 14 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.*;