gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/org/nongnu/libvob/lava AbstractColorable...


From: Asko Soukka
Subject: [Gzz-commits] libvob/org/nongnu/libvob/lava AbstractColorable...
Date: Tue, 08 Apr 2003 07:39:32 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/04/08 07:39:32

Modified files:
        org/nongnu/libvob/lava: AbstractColorableVob.java 

Log message:
        typo

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/lava/AbstractColorableVob.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/lava/AbstractColorableVob.java
diff -u libvob/org/nongnu/libvob/lava/AbstractColorableVob.java:1.1 
libvob/org/nongnu/libvob/lava/AbstractColorableVob.java:1.2
--- libvob/org/nongnu/libvob/lava/AbstractColorableVob.java:1.1 Tue Apr  8 
07:38:40 2003
+++ libvob/org/nongnu/libvob/lava/AbstractColorableVob.java     Tue Apr  8 
07:39:32 2003
@@ -3,23 +3,22 @@
  *    
  *    Copyright (c) 2003 by Asko Soukka
  *
- *    This file is part of Gzz.
+ *    This file is part of libvob.
  *    
- *    Gzz is free software; you can redistribute it and/or modify it under
+ *    libvob is free software; you can redistribute it and/or modify it under
  *    the terms of the GNU Lesser General Public License as published by
  *    the Free Software Foundation; either version 2 of the License, or
  *    (at your option) any later version.
  *    
- *    Gzz is distributed in the hope that it will be useful, but WITHOUT
+ *    libvob 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 Lesser General
  *    Public License for more details.
  *    
  *    You should have received a copy of the GNU Lesser General
- *    Public License along with Gzz; if not, write to the Free
+ *    Public License along with libvob; if not, write to the Free
  *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *    MA  02111-1307  USA
- *    
  *
  */
 /*
@@ -41,7 +40,7 @@
  */
 public abstract class AbstractColorableVob extends AbstractVob
     implements ColorableVob, Cloneable {
-    public static final String rcsid = "$Id: AbstractColorableVob.java,v 1.1 
2003/04/08 11:38:40 humppake Exp $";
+    public static final String rcsid = "$Id: AbstractColorableVob.java,v 1.2 
2003/04/08 11:39:32 humppake Exp $";
     public static boolean dbg = false;
     static final void p(String s) { if(dbg) System.out.println(s); }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]