From ab2f5a4daaf2a37023da76e48d8260f99f9416b2 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 10 Feb 1999 22:34:32 +0000 Subject: Copyright Fixes. --- gnu/java/beans/BeanInfoEmbryo.java | 2 +- gnu/java/beans/EmptyBeanInfo.java | 2 +- gnu/java/beans/ExplicitBeanInfo.java | 2 +- gnu/java/beans/IntrospectionIncubator.java | 2 +- gnu/java/beans/editors/ColorEditor.java | 2 +- gnu/java/beans/editors/FontEditor.java | 2 +- gnu/java/beans/editors/NativeBooleanEditor.java | 2 +- gnu/java/beans/editors/NativeByteEditor.java | 2 +- gnu/java/beans/editors/NativeDoubleEditor.java | 2 +- gnu/java/beans/editors/NativeFloatEditor.java | 2 +- gnu/java/beans/editors/NativeIntEditor.java | 2 +- gnu/java/beans/editors/NativeLongEditor.java | 2 +- gnu/java/beans/editors/NativeShortEditor.java | 2 +- gnu/java/beans/editors/StringEditor.java | 2 +- gnu/java/beans/info/ComponentBeanInfo.java | 20 ++++++++++++++++++++ 15 files changed, 34 insertions(+), 14 deletions(-) (limited to 'gnu/java/beans') 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.*; -- cgit v1.2.1