gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz gzz/index/Indexer.java lava/gzz/index/impl/...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz gzz/index/Indexer.java lava/gzz/index/impl/...
Date: Tue, 17 Sep 2002 12:52:59 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/17 12:52:58

Modified files:
        gzz/index      : Indexer.java 
        lava/gzz/index/impl: IndexKeeper.java 
        test/gzz/index/impl: xuindexer.meta xuindexer.test 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/index/Indexer.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/index/impl/IndexKeeper.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/index/impl/xuindexer.meta.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/index/impl/xuindexer.test.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gzz/index/Indexer.java
diff -c gzz/gzz/index/Indexer.java:1.2 gzz/gzz/index/Indexer.java:1.3
*** gzz/gzz/index/Indexer.java:1.2      Mon Sep 16 06:09:03 2002
--- gzz/gzz/index/Indexer.java  Tue Sep 17 12:52:58 2002
***************
*** 1,21 ****
  /*
  Indexer.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
--- 1,21 ----
  /*
  Indexer.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
Index: gzz/lava/gzz/index/impl/IndexKeeper.java
diff -c gzz/lava/gzz/index/impl/IndexKeeper.java:1.1 
gzz/lava/gzz/index/impl/IndexKeeper.java:1.2
*** gzz/lava/gzz/index/impl/IndexKeeper.java:1.1        Tue Sep 17 12:44:33 2002
--- gzz/lava/gzz/index/impl/IndexKeeper.java    Tue Sep 17 12:52:58 2002
***************
*** 1,4 ****
! //(c):Benja Fallenstein
  package gzz.index.impl;
  import gzz.index.*;
  
--- 1,25 ----
! /*
! IndexKeeper.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.index.impl;
  import gzz.index.*;
  
***************
*** 47,50 ****
            x.set(key, value);
        }
      }
! }
\ No newline at end of file
--- 68,71 ----
            x.set(key, value);
        }
      }
! }
Index: gzz/test/gzz/index/impl/xuindexer.meta
diff -c gzz/test/gzz/index/impl/xuindexer.meta:1.1 
gzz/test/gzz/index/impl/xuindexer.meta:1.2
*** gzz/test/gzz/index/impl/xuindexer.meta:1.1  Tue Sep 17 11:55:29 2002
--- gzz/test/gzz/index/impl/xuindexer.meta      Tue Sep 17 12:52:58 2002
***************
*** 1,4 ****
! #(c): Tuomas J. Lukka
  
  import gzz
  
--- 1,20 ----
! # 
! # 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.
! # 
! 
  
  import gzz
  
Index: gzz/test/gzz/index/impl/xuindexer.test
diff -c gzz/test/gzz/index/impl/xuindexer.test:1.3 
gzz/test/gzz/index/impl/xuindexer.test:1.4
*** gzz/test/gzz/index/impl/xuindexer.test:1.3  Tue Sep 17 11:55:29 2002
--- gzz/test/gzz/index/impl/xuindexer.test      Tue Sep 17 12:52:58 2002
***************
*** 1,6 ****
! #(c): Tuomas J. Lukka
  
  import gzz
  
  xuindexer = gzz.index.impl.TransientXuIndexer()
! execfile("test/gzz/index/impl/xuindexer.meta")
\ No newline at end of file
--- 1,22 ----
! # 
! # 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.
! # 
! 
  
  import gzz
  
  xuindexer = gzz.index.impl.TransientXuIndexer()
! execfile("test/gzz/index/impl/xuindexer.meta")




reply via email to

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