summaryrefslogtreecommitdiff
path: root/gnu/java/awt/peer/gtk/GtkGenericPeer.java
diff options
context:
space:
mode:
authorPaul Fisher <rao@gnu.org>2000-03-20 04:14:01 +0000
committerPaul Fisher <rao@gnu.org>2000-03-20 04:14:01 +0000
commit987ed827739b7e2740a2f095c8380bf2bb2dcda6 (patch)
tree63827e49a62f30c7bc7aa59b1e08d7359abbff79 /gnu/java/awt/peer/gtk/GtkGenericPeer.java
parentaef1f19fa1da41febb8f68f053d65419be25edf2 (diff)
downloadclasspath-987ed827739b7e2740a2f095c8380bf2bb2dcda6.tar.gz
Reformat license.
Make clear that these files are covered under the LGPL.
Diffstat (limited to 'gnu/java/awt/peer/gtk/GtkGenericPeer.java')
-rw-r--r--gnu/java/awt/peer/gtk/GtkGenericPeer.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/gnu/java/awt/peer/gtk/GtkGenericPeer.java b/gnu/java/awt/peer/gtk/GtkGenericPeer.java
index b24abe693..71083b06e 100644
--- a/gnu/java/awt/peer/gtk/GtkGenericPeer.java
+++ b/gnu/java/awt/peer/gtk/GtkGenericPeer.java
@@ -1,23 +1,23 @@
-/*
- * GtkGenericPeer.java - Has a hashcode. Yuck.
- *
- * Copyright (c) 1998 Free Software Foundation, Inc.
- * Written by James E. Blair <corvus@gnu.org>
- *
- * 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
- */
+/* GtkGenericPeer.java - Has a hashcode. Yuck.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+
+This file is part of the 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 gnu.java.awt.peer.gtk;
import java.awt.*;
import java.awt.event.*;