gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/modules/pp2 PPViewNG.java realppview.py...


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/modules/pp2 PPViewNG.java realppview.py...
Date: Wed, 05 Feb 2003 06:45:44 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/05 06:45:42

Modified files:
        gzz/modules/pp2: PPViewNG.java realppview.py 
Added files:
        gzz/modules/pp2: PPCanvasCursor.java 

Log message:
        adding..

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp2/PPCanvasCursor.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp2/PPViewNG.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp2/realppview.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gzz/modules/pp2/PPViewNG.java
diff -u gzz/gzz/modules/pp2/PPViewNG.java:1.1 
gzz/gzz/modules/pp2/PPViewNG.java:1.2
--- gzz/gzz/modules/pp2/PPViewNG.java:1.1       Tue Feb  4 21:27:20 2003
+++ gzz/gzz/modules/pp2/PPViewNG.java   Wed Feb  5 06:45:42 2003
@@ -1,4 +1,25 @@
-//(c): Matti Katila
+/*
+PPViewNG.java
+ *    
+ *    Copyright (c) 2003, 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;
@@ -11,7 +32,7 @@
 
 
 public class PPViewNG implements BuoyLinkListener {
-public static final String rcsid = "$Id: PPViewNG.java,v 1.1 2003/02/05 
02:27:20 mudyc Exp $";
+public static final String rcsid = "$Id: PPViewNG.java,v 1.2 2003/02/05 
11:45:42 mudyc Exp $";
     private static boolean dbg = false;
     private static void pa(String s) { System.err.println(s); }
 
Index: gzz/gzz/modules/pp2/realppview.py
diff -u gzz/gzz/modules/pp2/realppview.py:1.3 
gzz/gzz/modules/pp2/realppview.py:1.4
--- gzz/gzz/modules/pp2/realppview.py:1.3       Tue Feb  4 21:27:20 2003
+++ gzz/gzz/modules/pp2/realppview.py   Wed Feb  5 06:45:42 2003
@@ -1,4 +1,20 @@
-#(c): Matti Katila
+# 
+# Copyright (c) 2003, 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.
+# 
+
 # run with demo or smthng..
 # 
 




reply via email to

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