fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob bench/gl/texturemove.py include/vob/text...


From: Tuomas J. Lukka
Subject: [ff-cvs] libvob bench/gl/texturemove.py include/vob/text...
Date: Sat, 18 Oct 2003 02:12:07 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/10/18 02:12:06

Modified files:
        bench/gl       : texturemove.py 
        include/vob/text: QuadFont.hxx 
        org/nongnu/libvob/buoy: BuoyGeometryConfiguration.java 
                                BuoyManager.java 
                                FocusViewPortsGeometer.java 
                                MultiBuoyManager.java NadirManager.java 
        org/nongnu/libvob/buoy/impl: FlatMarginGeometer.java 
                                     FocusWithBuoysManager.java 
                                     FocusWithBuoysManager.test 
                                     MultiBuoyManagerImpl.java 
                                     MultiBuoyManagerImpl.test 
        org/nongnu/libvob/gl: GLFont.java SimpleAlphaFont.java 
                              fonts.test image.test indirecttexture.test 
        org/nongnu/libvob/gl/virtualtexture: IndirectMipzipManager.java 
                                             
NonDeletingIndirectMipzipManager.java 
                                             VirtualTexture.java 
                                             
nondeletingindirectmipzipmanager.test 
        org/nongnu/libvob/util: CacheControl.java DbgCacheControl.java 
                                DumbPriorityQueue.java 
                                ExplicitBackground.java 
                                LifoPriorityQueue.java Mosaic2D.java 
                                PrioritizeBackground.java 
                                dumbpriorityqueue.test 
                                lifopriorityqueue.test mosaic2d.test 
        org/nongnu/libvob/vobs: AbstractSelectVob.java 
                                SelectItemVob.java 
        org/nongnu/libvob/vobs/lava: SelectItemVob.java 
        vob/demo       : texlab.py 
        vob/demo/aniso : probe1.py 
        vob/demo/font  : anifont.py 
        vob/demo/mouse : mousemenu.py moves.py 
        vob/putil      : mipzipmaker.test 

Log message:
        Arch sync

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/gl/texturemove.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/include/vob/text/QuadFont.hxx.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/BuoyManager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/NadirManager.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/GLFont.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/fonts.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/image.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/indirecttexture.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/CacheControl.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/DbgCacheControl.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/DumbPriorityQueue.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/ExplicitBackground.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/LifoPriorityQueue.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/Mosaic2D.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/PrioritizeBackground.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/dumbpriorityqueue.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/lifopriorityqueue.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/mosaic2d.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/vobs/SelectItemVob.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/texlab.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/aniso/probe1.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/font/anifont.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/mouse/mousemenu.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/mouse/moves.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/putil/mipzipmaker.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/bench/gl/texturemove.py
diff -u libvob/bench/gl/texturemove.py:1.1 libvob/bench/gl/texturemove.py:1.2
--- libvob/bench/gl/texturemove.py:1.1  Fri Oct 10 09:52:19 2003
+++ libvob/bench/gl/texturemove.py      Sat Oct 18 02:12:05 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 import java
Index: libvob/include/vob/text/QuadFont.hxx
diff -u libvob/include/vob/text/QuadFont.hxx:1.1 
libvob/include/vob/text/QuadFont.hxx:1.2
--- libvob/include/vob/text/QuadFont.hxx:1.1    Sun Sep 28 09:02:17 2003
+++ libvob/include/vob/text/QuadFont.hxx        Sat Oct 18 02:12:05 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+QuadFont.hxx
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 #include "callgl_objects.hxx"
 
Index: libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java
diff -u libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java:1.2 
libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java:1.3
--- libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java:1.2    Thu Sep 
 4 04:19:13 2003
+++ libvob/org/nongnu/libvob/buoy/BuoyGeometryConfiguration.java        Sat Oct 
18 02:12:05 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+BuoyGeometryConfiguration.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.buoy;
 import java.util.Set;
Index: libvob/org/nongnu/libvob/buoy/BuoyManager.java
diff -u libvob/org/nongnu/libvob/buoy/BuoyManager.java:1.2 
libvob/org/nongnu/libvob/buoy/BuoyManager.java:1.3
--- libvob/org/nongnu/libvob/buoy/BuoyManager.java:1.2  Fri Oct 10 09:52:22 2003
+++ libvob/org/nongnu/libvob/buoy/BuoyManager.java      Sat Oct 18 02:12:05 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+BuoyManager.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 
 package org.nongnu.libvob.buoy;
Index: libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java
diff -u libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java:1.2 
libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java:1.3
--- libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java:1.2       Fri Sep 
 5 09:04:29 2003
+++ libvob/org/nongnu/libvob/buoy/FocusViewPortsGeometer.java   Sat Oct 18 
02:12:05 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+FocusViewPortsGeometer.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 
 package org.nongnu.libvob.buoy;
Index: libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java
diff -u libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java:1.1 
libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java:1.2
--- libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java:1.1     Fri Oct 10 
09:54:59 2003
+++ libvob/org/nongnu/libvob/buoy/MultiBuoyManager.java Sat Oct 18 02:12:05 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+MultiBuoyManager.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 package org.nongnu.libvob.buoy;
 import org.nongnu.libvob.VobScene;
Index: libvob/org/nongnu/libvob/buoy/NadirManager.java
diff -u libvob/org/nongnu/libvob/buoy/NadirManager.java:1.1 
libvob/org/nongnu/libvob/buoy/NadirManager.java:1.2
--- libvob/org/nongnu/libvob/buoy/NadirManager.java:1.1 Wed Aug 13 08:08:28 2003
+++ libvob/org/nongnu/libvob/buoy/NadirManager.java     Sat Oct 18 02:12:05 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+NadirManager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.buoy;
 import org.nongnu.libvob.*;
Index: libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java
diff -u libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java:1.3 
libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java:1.4
--- libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java:1.3      Wed Aug 
13 08:08:29 2003
+++ libvob/org/nongnu/libvob/buoy/impl/FlatMarginGeometer.java  Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+FlatMarginGeometer.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.buoy.impl;
 import org.nongnu.libvob.VobScene;
Index: libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java
diff -u libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java:1.2 
libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java:1.3
--- libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java:1.2   Fri Oct 
10 09:52:23 2003
+++ libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.java       Sat Oct 
18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila 
+/*
+FocusWithBuoysManager.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila 
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila 
+ */
 
 package org.nongnu.libvob.buoy.impl;
 import org.nongnu.libvob.buoy.*;
Index: libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test
diff -u libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test:1.2 
libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test:1.3
--- libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test:1.2   Fri Oct 
10 09:52:23 2003
+++ libvob/org/nongnu/libvob/buoy/impl/FocusWithBuoysManager.test       Sat Oct 
18 02:12:06 2003
@@ -1,5 +1,24 @@
 # -*-python-*-
-# (c): Matti J. Katila
+# 
+# Copyright (c) 2003, Matti J. Katila
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob, java
 from test.tools.gfx import *
Index: libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java
diff -u libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java:1.1 
libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java:1.2
--- libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java:1.1    Fri Oct 
10 09:53:35 2003
+++ libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.java        Sat Oct 
18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c): Matti Katila
+/*
+MultiBuoyManagerImpl.java
+ *    
+ *    Copyright (c) 2003, Matti Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti Katila
+ */
 
 package org.nongnu.libvob.buoy.impl;
 import org.nongnu.libvob.buoy.*;
Index: libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test
diff -u libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test:1.1 
libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test:1.2
--- libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test:1.1    Fri Oct 
10 09:54:59 2003
+++ libvob/org/nongnu/libvob/buoy/impl/MultiBuoyManagerImpl.test        Sat Oct 
18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c): Matti J. Katila
+# 
+# Copyright (c) 2003, Matti J. Katila
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import org.nongnu.libvob as vob
 import org.nongnu.libvob.buoy as buoy
Index: libvob/org/nongnu/libvob/gl/GLFont.java
diff -u libvob/org/nongnu/libvob/gl/GLFont.java:1.1 
libvob/org/nongnu/libvob/gl/GLFont.java:1.2
--- libvob/org/nongnu/libvob/gl/GLFont.java:1.1 Sun Sep 28 09:02:17 2003
+++ libvob/org/nongnu/libvob/gl/GLFont.java     Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+GLFont.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 
 package org.nongnu.libvob.gl;
Index: libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java
diff -u libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java:1.2 
libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java:1.3
--- libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java:1.2        Sat Oct 18 
02:11:15 2003
+++ libvob/org/nongnu/libvob/gl/SimpleAlphaFont.java    Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+SimpleAlphaFont.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 
 package org.nongnu.libvob.gl;
Index: libvob/org/nongnu/libvob/gl/fonts.test
diff -u libvob/org/nongnu/libvob/gl/fonts.test:1.1 
libvob/org/nongnu/libvob/gl/fonts.test:1.2
--- libvob/org/nongnu/libvob/gl/fonts.test:1.1  Sun Sep 28 09:02:17 2003
+++ libvob/org/nongnu/libvob/gl/fonts.test      Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 # Test various aspects of FTFont and QuadFont.
 
Index: libvob/org/nongnu/libvob/gl/image.test
diff -u libvob/org/nongnu/libvob/gl/image.test:1.1 
libvob/org/nongnu/libvob/gl/image.test:1.2
--- libvob/org/nongnu/libvob/gl/image.test:1.1  Fri Oct 10 09:55:48 2003
+++ libvob/org/nongnu/libvob/gl/image.test      Sat Oct 18 02:12:06 2003
@@ -1,5 +1,24 @@
 
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java
 import vob
Index: libvob/org/nongnu/libvob/gl/indirecttexture.test
diff -u libvob/org/nongnu/libvob/gl/indirecttexture.test:1.1 
libvob/org/nongnu/libvob/gl/indirecttexture.test:1.2
--- libvob/org/nongnu/libvob/gl/indirecttexture.test:1.1        Fri Oct 10 
09:55:48 2003
+++ libvob/org/nongnu/libvob/gl/indirecttexture.test    Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from test.tools.gfx import *
 import vob
Index: libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java
diff -u 
libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java:1.2 
libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java:1.3
--- libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java:1.2   
Sat Oct 18 02:11:15 2003
+++ libvob/org/nongnu/libvob/gl/virtualtexture/IndirectMipzipManager.java       
Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+IndirectMipzipManager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.gl.virtualtexture;
 import org.nongnu.libvob.util.Background;
Index: 
libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java
diff -u 
libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java:1.2
 
libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java:1.3
--- 
libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java:1.2
        Sat Oct 18 02:11:15 2003
+++ 
libvob/org/nongnu/libvob/gl/virtualtexture/NonDeletingIndirectMipzipManager.java
    Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+NonDeletingIndirectMipzipManager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.gl.virtualtexture;
 import org.nongnu.libvob.*;
Index: libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java
diff -u libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java:1.2 
libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java:1.3
--- libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java:1.2  Sat Oct 
18 02:11:15 2003
+++ libvob/org/nongnu/libvob/gl/virtualtexture/VirtualTexture.java      Sat Oct 
18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+VirtualTexture.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.gl.virtualtexture;
 import org.nongnu.libvob.*;
Index: 
libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test
diff -u 
libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test:1.2
 
libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test:1.3
--- 
libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test:1.2
        Sat Oct 18 02:11:15 2003
+++ 
libvob/org/nongnu/libvob/gl/virtualtexture/nondeletingindirectmipzipmanager.test
    Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 
Index: libvob/org/nongnu/libvob/util/CacheControl.java
diff -u libvob/org/nongnu/libvob/util/CacheControl.java:1.1 
libvob/org/nongnu/libvob/util/CacheControl.java:1.2
--- libvob/org/nongnu/libvob/util/CacheControl.java:1.1 Tue Aug 26 14:51:25 2003
+++ libvob/org/nongnu/libvob/util/CacheControl.java     Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+CacheControl.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 
Index: libvob/org/nongnu/libvob/util/DbgCacheControl.java
diff -u libvob/org/nongnu/libvob/util/DbgCacheControl.java:1.1 
libvob/org/nongnu/libvob/util/DbgCacheControl.java:1.2
--- libvob/org/nongnu/libvob/util/DbgCacheControl.java:1.1      Tue Aug 26 
14:51:25 2003
+++ libvob/org/nongnu/libvob/util/DbgCacheControl.java  Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+DbgCacheControl.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 
Index: libvob/org/nongnu/libvob/util/DumbPriorityQueue.java
diff -u libvob/org/nongnu/libvob/util/DumbPriorityQueue.java:1.1 
libvob/org/nongnu/libvob/util/DumbPriorityQueue.java:1.2
--- libvob/org/nongnu/libvob/util/DumbPriorityQueue.java:1.1    Sun Sep  7 
08:20:22 2003
+++ libvob/org/nongnu/libvob/util/DumbPriorityQueue.java        Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+DumbPriorityQueue.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 import java.util.*;
Index: libvob/org/nongnu/libvob/util/ExplicitBackground.java
diff -u libvob/org/nongnu/libvob/util/ExplicitBackground.java:1.1 
libvob/org/nongnu/libvob/util/ExplicitBackground.java:1.2
--- libvob/org/nongnu/libvob/util/ExplicitBackground.java:1.1   Tue Sep  9 
08:13:20 2003
+++ libvob/org/nongnu/libvob/util/ExplicitBackground.java       Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+ExplicitBackground.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 
Index: libvob/org/nongnu/libvob/util/LifoPriorityQueue.java
diff -u libvob/org/nongnu/libvob/util/LifoPriorityQueue.java:1.1 
libvob/org/nongnu/libvob/util/LifoPriorityQueue.java:1.2
--- libvob/org/nongnu/libvob/util/LifoPriorityQueue.java:1.1    Sun Sep  7 
08:20:22 2003
+++ libvob/org/nongnu/libvob/util/LifoPriorityQueue.java        Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+LifoPriorityQueue.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 import java.util.*;
Index: libvob/org/nongnu/libvob/util/Mosaic2D.java
diff -u libvob/org/nongnu/libvob/util/Mosaic2D.java:1.1 
libvob/org/nongnu/libvob/util/Mosaic2D.java:1.2
--- libvob/org/nongnu/libvob/util/Mosaic2D.java:1.1     Sun Sep 28 09:02:17 2003
+++ libvob/org/nongnu/libvob/util/Mosaic2D.java Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+Mosaic2D.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 import java.util.*;
Index: libvob/org/nongnu/libvob/util/PrioritizeBackground.java
diff -u libvob/org/nongnu/libvob/util/PrioritizeBackground.java:1.2 
libvob/org/nongnu/libvob/util/PrioritizeBackground.java:1.3
--- libvob/org/nongnu/libvob/util/PrioritizeBackground.java:1.2 Sun Sep  7 
08:20:22 2003
+++ libvob/org/nongnu/libvob/util/PrioritizeBackground.java     Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PrioritizeBackground.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.nongnu.libvob.util;
 
Index: libvob/org/nongnu/libvob/util/dumbpriorityqueue.test
diff -u libvob/org/nongnu/libvob/util/dumbpriorityqueue.test:1.1 
libvob/org/nongnu/libvob/util/dumbpriorityqueue.test:1.2
--- libvob/org/nongnu/libvob/util/dumbpriorityqueue.test:1.1    Mon Sep  8 
00:47:56 2003
+++ libvob/org/nongnu/libvob/util/dumbpriorityqueue.test        Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from vob.util.priorityqueuetest import *
 
Index: libvob/org/nongnu/libvob/util/lifopriorityqueue.test
diff -u libvob/org/nongnu/libvob/util/lifopriorityqueue.test:1.1 
libvob/org/nongnu/libvob/util/lifopriorityqueue.test:1.2
--- libvob/org/nongnu/libvob/util/lifopriorityqueue.test:1.1    Mon Sep  8 
00:47:56 2003
+++ libvob/org/nongnu/libvob/util/lifopriorityqueue.test        Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 # The lifo queue obeys all normal invariants
 # plus some of its own.
Index: libvob/org/nongnu/libvob/util/mosaic2d.test
diff -u libvob/org/nongnu/libvob/util/mosaic2d.test:1.1 
libvob/org/nongnu/libvob/util/mosaic2d.test:1.2
--- libvob/org/nongnu/libvob/util/mosaic2d.test:1.1     Sun Sep 28 09:02:17 2003
+++ libvob/org/nongnu/libvob/util/mosaic2d.test Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 
Index: libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java
diff -u libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java:1.1 
libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java:1.2
--- libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java:1.1    Fri Oct 10 
09:55:00 2003
+++ libvob/org/nongnu/libvob/vobs/AbstractSelectVob.java        Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+AbstractSelectVob.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 package org.nongnu.libvob.vobs;
 import org.nongnu.libvob.*;
Index: libvob/org/nongnu/libvob/vobs/SelectItemVob.java
diff -u libvob/org/nongnu/libvob/vobs/SelectItemVob.java:1.1 
libvob/org/nongnu/libvob/vobs/SelectItemVob.java:1.2
--- libvob/org/nongnu/libvob/vobs/SelectItemVob.java:1.1        Mon Aug 25 
16:33:00 2003
+++ libvob/org/nongnu/libvob/vobs/SelectItemVob.java    Sat Oct 18 02:12:06 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+SelectItemVob.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 
 package org.nongnu.libvob.vobs;
Index: libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java
diff -u libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java:1.1 
libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java:1.2
--- libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java:1.1   Fri Oct 10 
09:56:57 2003
+++ libvob/org/nongnu/libvob/vobs/lava/SelectItemVob.java       Sat Oct 18 
02:12:06 2003
@@ -1,4 +1,28 @@
-// (c): Matti J. Katila
+/*
+SelectItemVob.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Libvob.
+ *    
+ *    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.
+ *    
+ *    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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 
 package org.nongnu.libvob.vobs.lava;
Index: libvob/vob/demo/aniso/probe1.py
diff -u libvob/vob/demo/aniso/probe1.py:1.4 libvob/vob/demo/aniso/probe1.py:1.5
--- libvob/vob/demo/aniso/probe1.py:1.4 Sat Oct 18 02:11:16 2003
+++ libvob/vob/demo/aniso/probe1.py     Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 from vob.putil.misc import *
Index: libvob/vob/demo/font/anifont.py
diff -u libvob/vob/demo/font/anifont.py:1.1 libvob/vob/demo/font/anifont.py:1.2
--- libvob/vob/demo/font/anifont.py:1.1 Sun Sep 28 09:02:18 2003
+++ libvob/vob/demo/font/anifont.py     Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 from vob.putil.misc import *
Index: libvob/vob/demo/mouse/mousemenu.py
diff -u libvob/vob/demo/mouse/mousemenu.py:1.2 
libvob/vob/demo/mouse/mousemenu.py:1.3
--- libvob/vob/demo/mouse/mousemenu.py:1.2      Fri Oct 10 09:52:29 2003
+++ libvob/vob/demo/mouse/mousemenu.py  Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c): Matti J. Katila
+# 
+# Copyright (c) 2003, Matti J. Katila
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob, jarray
 
Index: libvob/vob/demo/mouse/moves.py
diff -u libvob/vob/demo/mouse/moves.py:1.2 libvob/vob/demo/mouse/moves.py:1.3
--- libvob/vob/demo/mouse/moves.py:1.2  Wed Sep 17 09:18:44 2003
+++ libvob/vob/demo/mouse/moves.py      Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c): Matti J. Katila
+# 
+# Copyright (c) 2003, Matti J. Katila
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 #
 # This demo shows how vob matcher is used to make
 # draggable/moveable objects and also how
Index: libvob/vob/demo/texlab.py
diff -u libvob/vob/demo/texlab.py:1.1 libvob/vob/demo/texlab.py:1.2
--- libvob/vob/demo/texlab.py:1.1       Mon Aug 25 03:02:33 2003
+++ libvob/vob/demo/texlab.py   Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 
 import vob
Index: libvob/vob/putil/mipzipmaker.test
diff -u libvob/vob/putil/mipzipmaker.test:1.1 
libvob/vob/putil/mipzipmaker.test:1.2
--- libvob/vob/putil/mipzipmaker.test:1.1       Fri Oct 10 09:55:01 2003
+++ libvob/vob/putil/mipzipmaker.test   Sat Oct 18 02:12:06 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# 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.
+# 
+# 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java
 import vob




reply via email to

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