gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz gzz/gfx/gl/IrregularFrame.java gzz/modules/...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz gzz/gfx/gl/IrregularFrame.java gzz/modules/...
Date: Wed, 06 Nov 2002 12:41:23 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/11/06 12:41:23

Modified files:
        gzz/gfx/gl     : IrregularFrame.java 
        gzz/modules/pp : PPView2.java 
        gzz/util       : Pair.java 
        gzz/view       : AbstractViewContext.java 
                         CoordinatePlaneView.java 
                         ImageCellContentView.java 
        lava/gzz/storm/impl: TransientPool.java 
        lava/test/gzz/storm/impl: TransientPool.test 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/gfx/gl/IrregularFrame.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/PPView2.java.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/util/Pair.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/AbstractViewContext.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CoordinatePlaneView.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/ImageCellContentView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/TransientPool.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/storm/impl/TransientPool.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gzz/gfx/gl/IrregularFrame.java
diff -u gzz/gzz/gfx/gl/IrregularFrame.java:1.1 
gzz/gzz/gfx/gl/IrregularFrame.java:1.2
--- gzz/gzz/gfx/gl/IrregularFrame.java:1.1      Sat Nov  2 13:30:18 2002
+++ gzz/gzz/gfx/gl/IrregularFrame.java  Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+IrregularFrame.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;
 import gzz.vob.*;
Index: gzz/gzz/modules/pp/PPView2.java
diff -u gzz/gzz/modules/pp/PPView2.java:1.16 
gzz/gzz/modules/pp/PPView2.java:1.17
--- gzz/gzz/modules/pp/PPView2.java:1.16        Tue Nov  5 04:52:14 2002
+++ gzz/gzz/modules/pp/PPView2.java     Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+PPView2.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.modules.pp;
 import gzz.modules.pp.vob.*;
Index: gzz/gzz/util/Pair.java
diff -u gzz/gzz/util/Pair.java:1.2 gzz/gzz/util/Pair.java:1.3
--- gzz/gzz/util/Pair.java:1.2  Tue Nov  5 03:21:02 2002
+++ gzz/gzz/util/Pair.java      Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+Pair.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.util;
 
Index: gzz/gzz/view/AbstractViewContext.java
diff -u gzz/gzz/view/AbstractViewContext.java:1.3 
gzz/gzz/view/AbstractViewContext.java:1.4
--- gzz/gzz/view/AbstractViewContext.java:1.3   Mon Nov  4 17:15:04 2002
+++ gzz/gzz/view/AbstractViewContext.java       Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+AbstractViewContext.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.client.*;
Index: gzz/gzz/view/CoordinatePlaneView.java
diff -u gzz/gzz/view/CoordinatePlaneView.java:1.5 
gzz/gzz/view/CoordinatePlaneView.java:1.6
--- gzz/gzz/view/CoordinatePlaneView.java:1.5   Mon Nov  4 07:52:49 2002
+++ gzz/gzz/view/CoordinatePlaneView.java       Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuomas J. Lukka
+/*
+CoordinatePlaneView.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.*;
@@ -14,7 +35,7 @@
  */
 
 public class CoordinatePlaneView implements View {
-public static final String rcsid = "$Id: CoordinatePlaneView.java,v 1.5 
2002/11/04 12:52:49 tjl Exp $";
+public static final String rcsid = "$Id: CoordinatePlaneView.java,v 1.6 
2002/11/06 17:41:22 benja Exp $";
     public static boolean dbg = true;
     private static void pa(String s) { System.err.println(s); }
 
Index: gzz/gzz/view/ImageCellContentView.java
diff -u gzz/gzz/view/ImageCellContentView.java:1.1 
gzz/gzz/view/ImageCellContentView.java:1.2
--- gzz/gzz/view/ImageCellContentView.java:1.1  Mon Nov  4 15:37:25 2002
+++ gzz/gzz/view/ImageCellContentView.java      Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-// (c) Tuukka Hastrup
+/*
+ImageCellContentView.java
+ *    
+ *    Copyright (c) 2002, Tuukka Hastrup
+ *    
+ *    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 Tuukka Hastrup
+ */
 
 package gzz.view;
 
@@ -16,7 +37,7 @@
  */
 
 public class ImageCellContentView extends CellContentView {
-public static final String rcsid = "$Id: ImageCellContentView.java,v 1.1 
2002/11/04 20:37:25 tuukkah Exp $";
+public static final String rcsid = "$Id: ImageCellContentView.java,v 1.2 
2002/11/06 17:41:22 benja Exp $";
     public static boolean dbg = false;
     private static void p(String s) { if(dbg) pa(s); }
     private static void pa(String s) { System.err.println(s); }
Index: gzz/lava/gzz/storm/impl/TransientPool.java
diff -u gzz/lava/gzz/storm/impl/TransientPool.java:1.6 
gzz/lava/gzz/storm/impl/TransientPool.java:1.7
--- gzz/lava/gzz/storm/impl/TransientPool.java:1.6      Wed Nov  6 12:38:40 2002
+++ gzz/lava/gzz/storm/impl/TransientPool.java  Wed Nov  6 12:41:22 2002
@@ -1,4 +1,25 @@
-//(c):Benja Fallenstein and Anton Feldmann
+/*
+TransientPool.java
+ *    
+ *    Copyright (c) 2002, Benja Fallenstein and Anton Feldmann
+ *    
+ *    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 and Anton Feldmann
+ */
 
 package gzz.storm.impl;
 import gzz.storm.*;
Index: gzz/lava/test/gzz/storm/impl/TransientPool.test
diff -u gzz/lava/test/gzz/storm/impl/TransientPool.test:1.1 
gzz/lava/test/gzz/storm/impl/TransientPool.test:1.2
--- gzz/lava/test/gzz/storm/impl/TransientPool.test:1.1 Tue Nov  5 09:56:22 2002
+++ gzz/lava/test/gzz/storm/impl/TransientPool.test     Wed Nov  6 12:41:22 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 java, gzz
 




reply via email to

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