gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz gfx/demo/fillets.py gfx/demo/fillet/ambigui...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz gfx/demo/fillets.py gfx/demo/fillet/ambigui...
Date: Mon, 30 Dec 2002 08:49:49 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/12/30 08:49:48

Modified files:
        gfx/demo       : fillets.py 
        gfx/demo/fillet: ambiguity.py util.py zbuffer.py 
        gfx/util       : anim.py reload.py 
        gzz/gfx/gl     : GLDeletable.java 
        gzz/mediaserver: MediaserverFiler.java 
        gzz/modules/pp : EventHandling.java 
        gzz/vob/vobs   : ContinuousLineVob.java 
        lava/gzz/potion/potions: Hop.java 
        lava/gzz/storm : CollectionListener.java Collector.java 
                         SetCollector.java 
        lava/gzz/storm/impl: AbstractLocalPool.java 
                             SimpleSetCollector.java 
        lava/gzz/zzutil: Direction.java 

Log message:
        Make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/fillets.py.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/fillet/ambiguity.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/fillet/util.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/fillet/zbuffer.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/anim.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/reload.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/gfx/gl/GLDeletable.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/mediaserver/MediaserverFiler.java.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/EventHandling.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/vobs/ContinuousLineVob.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/potion/potions/Hop.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/CollectionListener.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/Collector.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/SetCollector.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/AbstractLocalPool.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/SimpleSetCollector.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/zzutil/Direction.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gfx/demo/fillet/ambiguity.py
diff -u gzz/gfx/demo/fillet/ambiguity.py:1.4 
gzz/gfx/demo/fillet/ambiguity.py:1.5
--- gzz/gfx/demo/fillet/ambiguity.py:1.4        Thu Dec 19 18:05:46 2002
+++ gzz/gfx/demo/fillet/ambiguity.py    Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Tuomas J. Lukka
+# 
+# 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.
+# 
+
 
 from __future__ import nested_scopes
 
Index: gzz/gfx/demo/fillet/util.py
diff -u gzz/gfx/demo/fillet/util.py:1.2 gzz/gfx/demo/fillet/util.py:1.3
--- gzz/gfx/demo/fillet/util.py:1.2     Wed Dec 11 00:48:30 2002
+++ gzz/gfx/demo/fillet/util.py Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Tuomas J. Lukka
+# 
+# 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.
+# 
+
 
 # Kluge: a directive to the gldemo.py code; this module should
 # not be deleted but simply reloaded with "r".
Index: gzz/gfx/demo/fillet/zbuffer.py
diff -u gzz/gfx/demo/fillet/zbuffer.py:1.5 gzz/gfx/demo/fillet/zbuffer.py:1.6
--- gzz/gfx/demo/fillet/zbuffer.py:1.5  Mon Dec 23 05:34:51 2002
+++ gzz/gfx/demo/fillet/zbuffer.py      Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Tuomas J. Lukka
+# 
+# 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.
+# 
+
 
 from util import *
 from gfx.util.demokeys import *
Index: gzz/gfx/demo/fillets.py
diff -u gzz/gfx/demo/fillets.py:1.12 gzz/gfx/demo/fillets.py:1.13
--- gzz/gfx/demo/fillets.py:1.12        Thu Dec  5 12:33:52 2002
+++ gzz/gfx/demo/fillets.py     Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Tuomas J. Lukka
+# 
+# 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.
+# 
+
 
 from gfx.demo.fillet import ambiguity, zbuffer
 
Index: gzz/gfx/util/anim.py
diff -u gzz/gfx/util/anim.py:1.3 gzz/gfx/util/anim.py:1.4
--- gzz/gfx/util/anim.py:1.3    Wed Dec 11 00:48:30 2002
+++ gzz/gfx/util/anim.py        Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Tuomas J. Lukka
+# 
+# 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.
+# 
+
 
 # A GL animation framework
 #
Index: gzz/gfx/util/reload.py
diff -u gzz/gfx/util/reload.py:1.1 gzz/gfx/util/reload.py:1.2
--- gzz/gfx/util/reload.py:1.1  Sun Dec  8 07:15:57 2002
+++ gzz/gfx/util/reload.py      Mon Dec 30 08:49:48 2002
@@ -1,4 +1,20 @@
-#(c): Janne Kujala and Tuomas J. Lukka
+# 
+# Copyright (c) 2002, Janne Kujala and 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.
+# 
+
 
 import sys
 
Index: gzz/gzz/gfx/gl/GLDeletable.java
diff -u gzz/gzz/gfx/gl/GLDeletable.java:1.1 gzz/gzz/gfx/gl/GLDeletable.java:1.2
--- gzz/gzz/gfx/gl/GLDeletable.java:1.1 Wed Dec  4 04:47:09 2002
+++ gzz/gzz/gfx/gl/GLDeletable.java     Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+GLDeletable.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.gfx.gl;
 
Index: gzz/gzz/mediaserver/MediaserverFiler.java
diff -u gzz/gzz/mediaserver/MediaserverFiler.java:1.16 
gzz/gzz/mediaserver/MediaserverFiler.java:1.17
--- gzz/gzz/mediaserver/MediaserverFiler.java:1.16      Sat Dec  7 18:40:32 2002
+++ gzz/gzz/mediaserver/MediaserverFiler.java   Mon Dec 30 08:49:48 2002
@@ -40,7 +40,7 @@
     public static final String versionContentType = 
"application/x-GZZ2-version";
     public static final String diffContentType = 
"application/x-GZZ2-msfiler-diff";
 
-    public static class Group extends Filer.AbstractGroup {
+    public static class Group extends gzz.util.Filer.AbstractGroup {
         public Mediaserver ms;
        Version emptyVersion;
        VersionFormat fmt;
Index: gzz/gzz/modules/pp/EventHandling.java
diff -u gzz/gzz/modules/pp/EventHandling.java:1.6 
gzz/gzz/modules/pp/EventHandling.java:1.7
--- gzz/gzz/modules/pp/EventHandling.java:1.6   Mon Dec 23 09:00:11 2002
+++ gzz/gzz/modules/pp/EventHandling.java       Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-// (c) Matti Katila
+/*
+EventHandling.java
+ *    
+ *    Copyright (c) 2002, Matti Katila
+ *    
+ *    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 Matti Katila
+ */
 
 package gzz.modules.pp;
 
Index: gzz/gzz/vob/vobs/ContinuousLineVob.java
diff -u gzz/gzz/vob/vobs/ContinuousLineVob.java:1.2 
gzz/gzz/vob/vobs/ContinuousLineVob.java:1.3
--- gzz/gzz/vob/vobs/ContinuousLineVob.java:1.2 Sun Dec 29 10:04:28 2002
+++ gzz/gzz/vob/vobs/ContinuousLineVob.java     Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas Lukka, Tero Mäyränen, Asko Soukka and Matti Katila
+/*
+ContinuousLineVob.java
+ *    
+ *    Copyright (c) 2002, Tuomas Lukka, Tero Mäyränen, Asko Soukka and Matti 
Katila
+ *    
+ *    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 Lukka, Tero Mäyränen, Asko Soukka and Matti Katila
+ */
 
 package gzz.vob.vobs;
 import gzz.vob.Vob;
@@ -11,7 +32,7 @@
 /** Continuous line needs x,y,z points in float array.
  */
 public class ContinuousLineVob extends Vob {
-public static final String rcsid = "$Id: ContinuousLineVob.java,v 1.2 
2002/12/29 15:04:28 benja Exp $";
+public static final String rcsid = "$Id: ContinuousLineVob.java,v 1.3 
2002/12/30 13:49:48 benja Exp $";
 
     static private GL.Texture tex;
     static private boolean needInit = true;
Index: gzz/lava/gzz/potion/potions/Hop.java
diff -u gzz/lava/gzz/potion/potions/Hop.java:1.2 
gzz/lava/gzz/potion/potions/Hop.java:1.3
--- gzz/lava/gzz/potion/potions/Hop.java:1.2    Mon Dec  9 14:01:14 2002
+++ gzz/lava/gzz/potion/potions/Hop.java        Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Nico Lehmann
+/*
+Hop.java
+ *    
+ *    Copyright (c) 2002, Nico Lehmann
+ *    
+ *    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 Nico Lehmann
+ */
 package gzz.potion.potions;
 import gzz.potion.*;
 import java.util.*;
Index: gzz/lava/gzz/storm/CollectionListener.java
diff -u gzz/lava/gzz/storm/CollectionListener.java:1.2 
gzz/lava/gzz/storm/CollectionListener.java:1.3
--- gzz/lava/gzz/storm/CollectionListener.java:1.2      Sun Dec 22 21:28:18 2002
+++ gzz/lava/gzz/storm/CollectionListener.java  Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+CollectionListener.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.storm;
 import java.util.*;
 
Index: gzz/lava/gzz/storm/Collector.java
diff -u gzz/lava/gzz/storm/Collector.java:1.3 
gzz/lava/gzz/storm/Collector.java:1.4
--- gzz/lava/gzz/storm/Collector.java:1.3       Sun Dec 22 22:20:58 2002
+++ gzz/lava/gzz/storm/Collector.java   Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+Collector.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.storm;
 import java.util.*;
 
Index: gzz/lava/gzz/storm/SetCollector.java
diff -u gzz/lava/gzz/storm/SetCollector.java:1.2 
gzz/lava/gzz/storm/SetCollector.java:1.3
--- gzz/lava/gzz/storm/SetCollector.java:1.2    Sun Dec 22 21:28:18 2002
+++ gzz/lava/gzz/storm/SetCollector.java        Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+SetCollector.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.storm;
 import java.util.*;
 
Index: gzz/lava/gzz/storm/impl/AbstractLocalPool.java
diff -u gzz/lava/gzz/storm/impl/AbstractLocalPool.java:1.2 
gzz/lava/gzz/storm/impl/AbstractLocalPool.java:1.3
--- gzz/lava/gzz/storm/impl/AbstractLocalPool.java:1.2  Mon Dec 30 08:48:23 2002
+++ gzz/lava/gzz/storm/impl/AbstractLocalPool.java      Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+AbstractLocalPool.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.storm.impl;
 import gzz.storm.*;
 import java.io.*;
Index: gzz/lava/gzz/storm/impl/SimpleSetCollector.java
diff -u gzz/lava/gzz/storm/impl/SimpleSetCollector.java:1.1 
gzz/lava/gzz/storm/impl/SimpleSetCollector.java:1.2
--- gzz/lava/gzz/storm/impl/SimpleSetCollector.java:1.1 Sun Dec 22 21:29:05 2002
+++ gzz/lava/gzz/storm/impl/SimpleSetCollector.java     Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein
+/*
+SimpleSetCollector.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.storm.impl;
 import gzz.storm.*;
 import java.util.*;
Index: gzz/lava/gzz/zzutil/Direction.java
diff -u gzz/lava/gzz/zzutil/Direction.java:1.1 
gzz/lava/gzz/zzutil/Direction.java:1.2
--- gzz/lava/gzz/zzutil/Direction.java:1.1      Tue Dec  3 16:58:10 2002
+++ gzz/lava/gzz/zzutil/Direction.java  Mon Dec 30 08:49:48 2002
@@ -1,4 +1,25 @@
-//(c):Nico Lehmann
+/*
+Direction.java
+ *    
+ *    Copyright (c) 2002, Nico Lehmann
+ *    
+ *    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 Nico Lehmann
+ */
 package gzz.zzutil;
 import gzz.*;
 



reply via email to

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