diff options
| author | John Keiser <shalom@gnu.org> | 1999-02-10 22:34:32 +0000 |
|---|---|---|
| committer | John Keiser <shalom@gnu.org> | 1999-02-10 22:34:32 +0000 |
| commit | ab2f5a4daaf2a37023da76e48d8260f99f9416b2 (patch) | |
| tree | dc464e1c8de000e0ce0666703d45a5ba15948d63 /gnu/java/beans/info/ComponentBeanInfo.java | |
| parent | 9c927746995cb8e15d8efaac2fa3fdbdcf27bca3 (diff) | |
| download | classpath-ab2f5a4daaf2a37023da76e48d8260f99f9416b2.tar.gz | |
Copyright Fixes.
Diffstat (limited to 'gnu/java/beans/info/ComponentBeanInfo.java')
| -rwxr-xr-x | gnu/java/beans/info/ComponentBeanInfo.java | 20 |
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.*; |
