summaryrefslogtreecommitdiff
path: root/gnu/java/beans/info/ComponentBeanInfo.java
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/info/ComponentBeanInfo.java
parent9c927746995cb8e15d8efaac2fa3fdbdcf27bca3 (diff)
downloadclasspath-ab2f5a4daaf2a37023da76e48d8260f99f9416b2.tar.gz
Copyright Fixes.
Diffstat (limited to 'gnu/java/beans/info/ComponentBeanInfo.java')
-rwxr-xr-xgnu/java/beans/info/ComponentBeanInfo.java20
1 files changed, 20 insertions, 0 deletions
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.*;