Index: java/awt/image/ConvolveOp.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/awt/image/ConvolveOp.java,v retrieving revision 1.2 diff -u -r1.2 ConvolveOp.java --- java/awt/image/ConvolveOp.java 6 Nov 2004 21:50:52 -0000 1.2 +++ java/awt/image/ConvolveOp.java 30 Mar 2005 07:05:48 -0000 @@ -1,4 +1,5 @@ -/* Copyright (C) 2004 Free Software Foundation -- ConvolveOp +/* ConvolveOp.java -- + Copyright (C) 2004 Free Software Foundation -- ConvolveOp This file is part of GNU Classpath. @@ -34,12 +35,7 @@ obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ -/* - * Created on Nov 1, 2004 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + package java.awt.image; import java.awt.Graphics2D;