summaryrefslogtreecommitdiff
path: root/java/awt/image/PixelGrabber.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/image/PixelGrabber.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/image/PixelGrabber.java')
-rw-r--r--java/awt/image/PixelGrabber.java40
1 files changed, 19 insertions, 21 deletions
diff --git a/java/awt/image/PixelGrabber.java b/java/awt/image/PixelGrabber.java
index afd6da28e..d981d9554 100644
--- a/java/awt/image/PixelGrabber.java
+++ b/java/awt/image/PixelGrabber.java
@@ -1,24 +1,22 @@
-/*******************************************************************
- * PixelGrabber.java -- Java class for providing image data
- * from a pixel array
- *
- * Copyright (c) 1999 Free Software Foundation, Inc.
- * Written by Mark Benvenuto (mcb54@columbia.edu)
- *
- * 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
- ********************************************************************/
+/* PixelGrabber.java -- Java class for providing image data
+ 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.image;