gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./Makefile ./bindings.py gzz/view/Cell1DBuo...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz ./Makefile ./bindings.py gzz/view/Cell1DBuo...
Date: Tue, 29 Oct 2002 16:21:26 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/29 16:21:26

Modified files:
        .              : Makefile bindings.py 
        gzz/view       : Cell1DBuoyHook.java CellInBox.java 
                         CellInBoxPlugin.java CellPlacementHook.java 
        gzz/vob        : TestSpotVob.java 
        lava/gzz/util/headers: UniqueHeader822.java 
        lava/gzz/zzutil: Containment.java 
        lava/test/gzz/util/headers: DefaultHeaderLines822.test 
                                    VerbatimHeader822.test 
                                    VerbatimHeaderLines822.meta 
        test/gzz/view  : renderscene.test 
Added files:
        gzz/modules/email: EmailInStorm.java 
        lava/test/gzz/storm: StormPoolTest.java 

Log message:
        Two classes from Anton Feldmann plus LOTS of copyright statements

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.199&tr2=1.200&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/bindings.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/email/EmailInStorm.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/Cell1DBuoyHook.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellInBox.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellInBoxPlugin.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellPlacementHook.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/TestSpotVob.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/util/headers/UniqueHeader822.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/zzutil/Containment.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/storm/StormPoolTest.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/util/headers/VerbatimHeader822.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/view/renderscene.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.199 gzz/Makefile:1.200
--- gzz/Makefile:1.199  Sun Oct 27 19:17:54 2002
+++ gzz/Makefile        Tue Oct 29 16:21:25 2002
@@ -188,7 +188,7 @@
     gzz/view/*.java gzz/client/awt/*.java gzz/client/gl/*.java \
     gzz/modules/contraints/*.java gzz/modules/mm/*.java lava/gzz/media/*.java \
     lava/gzz/media/impl/*.java gzz/slices/*.java gzz/storm/*.java \
-    gzz/modules/email/*.java) $(TESTS) $(PP)
+    gzz/modules/email/*.java lava/test/gzz/storm/*.java) $(TESTS) $(PP)
 # gzz/impl/zob/*.java 
 
 LAVASRC:= $(wildcard lava/gzz/*.java lava/gzz/impl/*.java 
lava/gzz/impl/errors/*.java lava/gzz/impl/mirror/*.java lava/gzz/storm/*.java 
lava/gzz/util/*.java lava/gzz/util/headers/*.java lava/gzz/storm/impl/*.java)
Index: gzz/bindings.py
diff -u gzz/bindings.py:1.3 gzz/bindings.py:1.4
--- gzz/bindings.py:1.3 Sun Oct 27 19:54:13 2002
+++ gzz/bindings.py     Tue Oct 29 16:21:25 2002
@@ -1,4 +1,20 @@
-#(c):Benja Fallenstein
+# 
+# Copyright (c) 2002, Benja Fallenstein
+# 
+# You may use and distribute under the terms of either the GNU Lesser
+# General Public License, either version 2 of the license or,
+# at your choice, any later version. Alternatively, you may use and
+# distribute under the terms of the XPL.
+# 
+# See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+# the licenses.
+# 
+# This software 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 README
+# file for more details.
+# 
+
 
 """
 Default bindings for the Gzz client.
Index: gzz/gzz/view/Cell1DBuoyHook.java
diff -u gzz/gzz/view/Cell1DBuoyHook.java:1.1 
gzz/gzz/view/Cell1DBuoyHook.java:1.2
--- gzz/gzz/view/Cell1DBuoyHook.java:1.1        Tue Oct 29 09:13:39 2002
+++ gzz/gzz/view/Cell1DBuoyHook.java    Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+Cell1DBuoyHook.java
+ *    
+ *    Copyright (c) 2002, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.view;
 import gzz.*;
@@ -10,7 +31,7 @@
  * XXX Tjl Doc
  */
 public class Cell1DBuoyHook implements CellPlacementHook {
-public static final String rcsid = "$Id: Cell1DBuoyHook.java,v 1.1 2002/10/29 
14:13:39 tjl Exp $";
+public static final String rcsid = "$Id: Cell1DBuoyHook.java,v 1.2 2002/10/29 
21:21:25 benja Exp $";
     public static boolean dbg = true;
     private static void pa(String s) { System.err.println(s); }
 
Index: gzz/gzz/view/CellInBox.java
diff -u gzz/gzz/view/CellInBox.java:1.1 gzz/gzz/view/CellInBox.java:1.2
--- gzz/gzz/view/CellInBox.java:1.1     Tue Oct 29 02:30:58 2002
+++ gzz/gzz/view/CellInBox.java Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+CellInBox.java
+ *    
+ *    Copyright (c) 2002, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.view;
 import gzz.*;
@@ -13,7 +34,7 @@
  * the default implementations call each other.
  */
 public abstract class CellInBox {
-public static final String rcsid = "$Id: CellInBox.java,v 1.1 2002/10/29 
07:30:58 tjl Exp $";
+public static final String rcsid = "$Id: CellInBox.java,v 1.2 2002/10/29 
21:21:25 benja Exp $";
     /** Place the contents of one cell into the given coord system.
      * The coordsys given shall be a mapping from the rectangle
      * (0,w)x(0,h) onto the screen.
Index: gzz/gzz/view/CellInBoxPlugin.java
diff -u gzz/gzz/view/CellInBoxPlugin.java:1.1 
gzz/gzz/view/CellInBoxPlugin.java:1.2
--- gzz/gzz/view/CellInBoxPlugin.java:1.1       Tue Oct 29 09:13:39 2002
+++ gzz/gzz/view/CellInBoxPlugin.java   Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+CellInBoxPlugin.java
+ *    
+ *    Copyright (c) 2002, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.view;
 import gzz.*;
Index: gzz/gzz/view/CellPlacementHook.java
diff -u gzz/gzz/view/CellPlacementHook.java:1.1 
gzz/gzz/view/CellPlacementHook.java:1.2
--- gzz/gzz/view/CellPlacementHook.java:1.1     Tue Oct 29 09:13:39 2002
+++ gzz/gzz/view/CellPlacementHook.java Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+CellPlacementHook.java
+ *    
+ *    Copyright (c) 2002, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.view;
 import gzz.*;
@@ -7,7 +28,7 @@
 /** An interface for code to be run when a cell has been placed in a box.
  */
 public interface CellPlacementHook {
-String rcsid = "$Id: CellPlacementHook.java,v 1.1 2002/10/29 14:13:39 tjl Exp 
$";
+String rcsid = "$Id: CellPlacementHook.java,v 1.2 2002/10/29 21:21:25 benja 
Exp $";
     /** A cell was placed.
      */
     void placed(Cell c, VobScene sc, Box b, ViewContext context);
Index: gzz/gzz/vob/TestSpotVob.java
diff -u gzz/gzz/vob/TestSpotVob.java:1.2 gzz/gzz/vob/TestSpotVob.java:1.3
--- gzz/gzz/vob/TestSpotVob.java:1.2    Tue Oct 29 10:35:51 2002
+++ gzz/gzz/vob/TestSpotVob.java        Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+TestSpotVob.java
+ *    
+ *    Copyright (c) 2002, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.vob;
 import java.awt.*;
@@ -12,7 +33,7 @@
  * This is most likely not useful for anything else. 
  */
 public class TestSpotVob extends Vob {
-public static final String rcsid = "$Id: TestSpotVob.java,v 1.2 2002/10/29 
15:35:51 tjl Exp $";
+public static final String rcsid = "$Id: TestSpotVob.java,v 1.3 2002/10/29 
21:21:25 benja Exp $";
 
     float x, y, z;
 
Index: gzz/lava/gzz/util/headers/UniqueHeader822.java
diff -u gzz/lava/gzz/util/headers/UniqueHeader822.java:1.1 
gzz/lava/gzz/util/headers/UniqueHeader822.java:1.2
--- gzz/lava/gzz/util/headers/UniqueHeader822.java:1.1  Thu Oct 24 15:44:49 2002
+++ gzz/lava/gzz/util/headers/UniqueHeader822.java      Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+UniqueHeader822.java
+ *    
+ *    Copyright (c) 2002, Benja Fallenstein
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Benja Fallenstein
+ */
 package gzz.util.headers;
 import java.io.*;
 import java.util.*;
Index: gzz/lava/gzz/zzutil/Containment.java
diff -u gzz/lava/gzz/zzutil/Containment.java:1.1 
gzz/lava/gzz/zzutil/Containment.java:1.2
--- gzz/lava/gzz/zzutil/Containment.java:1.1    Tue Oct 29 12:29:01 2002
+++ gzz/lava/gzz/zzutil/Containment.java        Tue Oct 29 16:21:25 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+Containment.java
+ *    
+ *    Copyright (c) 2002, Benja Fallenstein
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software 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 README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Benja Fallenstein
+ */
 package gzz.zzutil;
 import gzz.*;
 
Index: gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test
diff -u gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test:1.1 
gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test:1.2
--- gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test:1.1       Thu Oct 
24 15:44:49 2002
+++ gzz/lava/test/gzz/util/headers/DefaultHeaderLines822.test   Tue Oct 29 
16:21:26 2002
@@ -1,6 +1,22 @@
-#(c):Benja Fallenstein
+# 
+# Copyright (c) 2002, Benja Fallenstein
+# 
+# You may use and distribute under the terms of either the GNU Lesser
+# General Public License, either version 2 of the license or,
+# at your choice, any later version. Alternatively, you may use and
+# distribute under the terms of the XPL.
+# 
+# See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+# the licenses.
+# 
+# This software 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 README
+# file for more details.
+# 
+
 
 import gzz
 
 Class = gzz.util.headers.DefaultHeaderLines822
-execfile('lava/test/gzz/util/headers/VerbatimHeaderLines822.meta')
\ No newline at end of file
+execfile('lava/test/gzz/util/headers/VerbatimHeaderLines822.meta')
Index: gzz/lava/test/gzz/util/headers/VerbatimHeader822.test
diff -u gzz/lava/test/gzz/util/headers/VerbatimHeader822.test:1.1 
gzz/lava/test/gzz/util/headers/VerbatimHeader822.test:1.2
--- gzz/lava/test/gzz/util/headers/VerbatimHeader822.test:1.1   Thu Oct 24 
15:44:49 2002
+++ gzz/lava/test/gzz/util/headers/VerbatimHeader822.test       Tue Oct 29 
16:21:26 2002
@@ -1,4 +1,20 @@
-#(c):Benja Fallenstein
+# 
+# Copyright (c) 2002, Benja Fallenstein
+# 
+# You may use and distribute under the terms of either the GNU Lesser
+# General Public License, either version 2 of the license or,
+# at your choice, any later version. Alternatively, you may use and
+# distribute under the terms of the XPL.
+# 
+# See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+# the licenses.
+# 
+# This software 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 README
+# file for more details.
+# 
+
 
 import gzz, java
 
Index: gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta
diff -u gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta:1.1 
gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta:1.2
--- gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta:1.1      Thu Oct 
24 15:44:49 2002
+++ gzz/lava/test/gzz/util/headers/VerbatimHeaderLines822.meta  Tue Oct 29 
16:21:26 2002
@@ -1,4 +1,20 @@
-#(c):Benja Fallenstein
+# 
+# Copyright (c) 2002, Benja Fallenstein
+# 
+# You may use and distribute under the terms of either the GNU Lesser
+# General Public License, either version 2 of the license or,
+# at your choice, any later version. Alternatively, you may use and
+# distribute under the terms of the XPL.
+# 
+# See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+# the licenses.
+# 
+# This software 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 README
+# file for more details.
+# 
+
 
 """
 Tests for verbatim impls of HeaderLines822: those
Index: gzz/test/gzz/view/renderscene.test
diff -u gzz/test/gzz/view/renderscene.test:1.2 
gzz/test/gzz/view/renderscene.test:1.3
--- gzz/test/gzz/view/renderscene.test:1.2      Tue Oct 29 10:08:08 2002
+++ gzz/test/gzz/view/renderscene.test  Tue Oct 29 16:21:26 2002
@@ -1,4 +1,20 @@
-#(c):Benja Fallenstein
+# 
+# Copyright (c) 2002, Benja Fallenstein
+# 
+# You may use and distribute under the terms of either the GNU Lesser
+# General Public License, either version 2 of the license or,
+# at your choice, any later version. Alternatively, you may use and
+# distribute under the terms of the XPL.
+# 
+# See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+# the licenses.
+# 
+# This software 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 README
+# file for more details.
+# 
+
 
 """
 Render a scene through a Fallback view.




reply via email to

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