gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz index/impl/TransientXuIndexer.java inde...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz index/impl/TransientXuIndexer.java inde...
Date: Sat, 28 Sep 2002 13:20:04 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/28 13:20:04

Modified files:
        gzz/index/impl : TransientXuIndexer.java XuIndexer.java 
        gzz/view       : Mark.java 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/index/impl/TransientXuIndexer.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/index/impl/XuIndexer.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/Mark.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gzz/index/impl/TransientXuIndexer.java
diff -c gzz/gzz/index/impl/TransientXuIndexer.java:1.1 
gzz/gzz/index/impl/TransientXuIndexer.java:1.2
*** gzz/gzz/index/impl/TransientXuIndexer.java:1.1      Tue Sep 17 11:55:29 2002
--- gzz/gzz/index/impl/TransientXuIndexer.java  Sat Sep 28 13:20:04 2002
***************
*** 1,4 ****
! // (c): Tuomas J. Lukka
  
  package gzz.index.impl;
  import gzz.index.*;
--- 1,25 ----
! /*
! TransientXuIndexer.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.index.impl;
  import gzz.index.*;
Index: gzz/gzz/index/impl/XuIndexer.java
diff -c gzz/gzz/index/impl/XuIndexer.java:1.2 
gzz/gzz/index/impl/XuIndexer.java:1.3
*** gzz/gzz/index/impl/XuIndexer.java:1.2       Tue Sep 17 11:55:29 2002
--- gzz/gzz/index/impl/XuIndexer.java   Sat Sep 28 13:20:04 2002
***************
*** 1,4 ****
! // (c): Tuomas J. Lukka
  
  package gzz.index.impl;
  import gzz.index.*;
--- 1,25 ----
! /*
! XuIndexer.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.index.impl;
  import gzz.index.*;
Index: gzz/gzz/view/Mark.java
diff -c gzz/gzz/view/Mark.java:1.1 gzz/gzz/view/Mark.java:1.2
*** gzz/gzz/view/Mark.java:1.1  Sat Sep 28 13:18:11 2002
--- gzz/gzz/view/Mark.java      Sat Sep 28 13:20:04 2002
***************
*** 1,4 ****
! //(c):Benja Fallenstein
  package gzz.view;
  import gzz.*;
  import gzz.media.*;
--- 1,25 ----
! /*
! Mark.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.view;
  import gzz.*;
  import gzz.media.*;
***************
*** 53,56 ****
          Mark m = (Mark)o;
        return cell.equals(m.cell) && spans.equals(m.spans);
      }
! }
\ No newline at end of file
--- 74,77 ----
          Mark m = (Mark)o;
        return cell.equals(m.cell) && spans.equals(m.spans);
      }
! }




reply via email to

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