summaryrefslogtreecommitdiff
path: root/java/awt/AWTEventMulticaster.java
diff options
context:
space:
mode:
authorPaul Fisher <rao@gnu.org>2000-03-17 23:49:33 +0000
committerPaul Fisher <rao@gnu.org>2000-03-17 23:49:33 +0000
commit100ba1e8fdb17675d8309685545c72eedb00bc63 (patch)
tree15dc70d7e360f63dfb20edc0b2620fe6d02b4937 /java/awt/AWTEventMulticaster.java
parentd8efa45a120570d08dd55ac434285dfcdb529d9d (diff)
downloadclasspath-100ba1e8fdb17675d8309685545c72eedb00bc63.tar.gz
Change license to clearly state that these are part of the non-peer AWT libraries.
Diffstat (limited to 'java/awt/AWTEventMulticaster.java')
-rw-r--r--java/awt/AWTEventMulticaster.java37
1 files changed, 18 insertions, 19 deletions
diff --git a/java/awt/AWTEventMulticaster.java b/java/awt/AWTEventMulticaster.java
index c6c7518c2..05f31d392 100644
--- a/java/awt/AWTEventMulticaster.java
+++ b/java/awt/AWTEventMulticaster.java
@@ -1,23 +1,22 @@
-/*************************************************************************
/* AWTEventMulticaster.java -- Event handler chaining class
-/*
-/* Copyright (c) 1999 Free Software Foundation, Inc.
-/* Written by Aaron M. Renn (arenn@urbanophile.com)
-/*
-/* 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 verion.
-/*
-/* 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
-/*************************************************************************/
+ Copyright (C) 1999 Free Software Foundation, Inc.
+
+This file is part of the non-peer AWT libraries of GNU Classpath.
+
+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 verion.
+
+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 java.awt;