gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz gfx/demo/brokentext.py gzz/vob/HChain.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz gfx/demo/brokentext.py gzz/vob/HChain.java
Date: Sat, 21 Sep 2002 12:47:15 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/21 12:47:15

Modified files:
        gfx/demo       : brokentext.py 
        gzz/vob        : HChain.java 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/brokentext.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/HChain.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gfx/demo/brokentext.py
diff -c gzz/gfx/demo/brokentext.py:1.2 gzz/gfx/demo/brokentext.py:1.3
*** gzz/gfx/demo/brokentext.py:1.2      Wed Sep 18 08:58:24 2002
--- gzz/gfx/demo/brokentext.py  Sat Sep 21 12:47:15 2002
***************
*** 1,4 ****
! #(c):Benja Fallenstein
  
  import gzz
  from test.tools import tools
--- 1,20 ----
! # 
! # 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
  from test.tools import tools
Index: gzz/gzz/vob/HChain.java
diff -c gzz/gzz/vob/HChain.java:1.1 gzz/gzz/vob/HChain.java:1.2
*** gzz/gzz/vob/HChain.java:1.1 Sat Sep 21 12:29:19 2002
--- gzz/gzz/vob/HChain.java     Sat Sep 21 12:47:15 2002
***************
*** 1,4 ****
! //(c):Benja Fallenstein and Tuomas Lukka
  package gzz.vob;
  
  /** A chain with support for linebreaking operations.
--- 1,25 ----
! /*
! HChain.java
!  *    
!  *    Copyright (c) 2002, Benja Fallenstein and Tuomas 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 Benja Fallenstein and Tuomas Lukka
!  */
  package gzz.vob;
  
  /** A chain with support for linebreaking operations.
***************
*** 41,44 ****
       *  the given scale.
       */
      float getDepth(int start, int end, float scale);
! }
\ No newline at end of file
--- 62,65 ----
       *  the given scale.
       */
      float getDepth(int start, int end, float scale);
! }




reply via email to

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