gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./README basalt/gzz/impl/clasm/clasm-primit...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./README basalt/gzz/impl/clasm/clasm-primit...
Date: Fri, 21 Feb 2003 15:08:28 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/21 15:08:25

Modified files:
        .              : README 
        basalt/gzz/impl/clasm: clasm-primitives.ly 
        basalt/test/gzz/impl: BenchVStreamView.java 
        gzz/mediaserver/storage: ZipStorer.java 
        metacode       : copyrighter.py 

Log message:
        More boilerplate

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/README.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/basalt/gzz/impl/clasm/clasm-primitives.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/basalt/test/gzz/impl/BenchVStreamView.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/mediaserver/storage/ZipStorer.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/copyrighter.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/README
diff -u gzz/README:1.31 gzz/README:1.32
--- gzz/README:1.31     Sun Nov 17 19:08:58 2002
+++ gzz/README  Fri Feb 21 15:08:24 2003
@@ -46,14 +46,20 @@
 License
 =======
 
-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.
+Gzz is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of 
-the licenses.
+Gzz 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 GNU Lesser General
+Public License for more details.
 
+You should have received a copy of the GNU Lesser General
+Public License along with Gzz; if not, write to the Free
+Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA  02111-1307  USA
 
 Getting gzz
 ===============
Index: gzz/basalt/gzz/impl/clasm/clasm-primitives.ly
diff -u gzz/basalt/gzz/impl/clasm/clasm-primitives.ly:1.1 
gzz/basalt/gzz/impl/clasm/clasm-primitives.ly:1.2
--- gzz/basalt/gzz/impl/clasm/clasm-primitives.ly:1.1   Tue Jul 16 09:52:04 2002
+++ gzz/basalt/gzz/impl/clasm/clasm-primitives.ly       Fri Feb 21 15:08:24 2003
@@ -1,5 +1,5 @@
 Title: The Clasm primitives from the first Clasm primitive set
-Rcs-Id: $Id: clasm-primitives.ly,v 1.1 2002/07/16 13:52:04 tjl Exp $
+Rcs-Id: $Id: clasm-primitives.ly,v 1.2 2003/02/21 20:08:24 tjl Exp $
 Ly-Version: 0.0.2
 
 <h1>The Clasm primitives from the first Clasm primitive set</h1>
@@ -467,15 +467,19 @@
 
 Copyright (c) 2001, 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.
+This file is part of Gzz.
+
+Gzz is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+Gzz 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 GNU Lesser General
+Public License for more details.
+
+You should have received a copy of the GNU Lesser General
+Public License along with Gzz; if not, write to the Free
+Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA  02111-1307  USA
Index: gzz/basalt/test/gzz/impl/BenchVStreamView.java
diff -u gzz/basalt/test/gzz/impl/BenchVStreamView.java:1.2 
gzz/basalt/test/gzz/impl/BenchVStreamView.java:1.3
--- gzz/basalt/test/gzz/impl/BenchVStreamView.java:1.2  Fri Feb 21 15:02:28 2003
+++ gzz/basalt/test/gzz/impl/BenchVStreamView.java      Fri Feb 21 15:08:24 2003
@@ -44,7 +44,7 @@
  */
 
 public class BenchVStreamView {
-public static final String rcsid = "$Id: BenchVStreamView.java,v 1.2 
2003/02/21 20:02:28 tjl Exp $";
+public static final String rcsid = "$Id: BenchVStreamView.java,v 1.3 
2003/02/21 20:08:24 tjl Exp $";
     static private void p(String s) { System.out.println(s); }
 
 
@@ -69,6 +69,23 @@
 
            for(int i=0; i<15; i++) {
            vsd.insertAfterCell(vstream, space.makeSpanRank(
+ *    This file is part of Gzz.
+ *    
+ *    Gzz is free software; you can redistribute it and/or modify it under
+ *    the terms of the GNU Lesser General Public License as published by
+ *    the Free Software Foundation; either version 2 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Gzz 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 GNU Lesser General
+ *    Public License for more details.
+ *    
+ *    You should have received a copy of the GNU Lesser General
+ *    Public License along with Gzz; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
 "    You may use and distribute under the terms of either the GNU Lesser"));
             vsd.insertAfterCell(vstream, space.makeSpanRank(
 "    General Public License, either version 2 of the license or,"));
Index: gzz/gzz/mediaserver/storage/ZipStorer.java
diff -u gzz/gzz/mediaserver/storage/ZipStorer.java:1.3 
gzz/gzz/mediaserver/storage/ZipStorer.java:1.4
--- gzz/gzz/mediaserver/storage/ZipStorer.java:1.3      Thu Aug 15 05:41:22 2002
+++ gzz/gzz/mediaserver/storage/ZipStorer.java  Fri Feb 21 15:08:24 2003
@@ -3,18 +3,23 @@
 *
 * Copyright (c) 2002, OS programming group
 *
-* You may use and distribut under the term of either the GNU Lesser
-* General Public License, either version 2.0 of the license or,
-* at your choice, any later version. Auternativly, you may use and
-* distribute under the terms of the XPL.
-*
-* See the LICENSE.lgpl and LICENSE.xpl files forthe specific term of
-* the license.
-*
-* This software is distributed in hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MECHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the REDME
-* file for more details.
+ *    This file is part of Gzz.
+ *    
+ *    Gzz is free software; you can redistribute it and/or modify it under
+ *    the terms of the GNU Lesser General Public License as published by
+ *    the Free Software Foundation; either version 2 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Gzz 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 GNU Lesser General
+ *    Public License for more details.
+ *    
+ *    You should have received a copy of the GNU Lesser General
+ *    Public License along with Gzz; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
 */
 /*
  * Written by os group
Index: gzz/metacode/copyrighter.py
diff -u gzz/metacode/copyrighter.py:1.9 gzz/metacode/copyrighter.py:1.10
--- gzz/metacode/copyrighter.py:1.9     Fri Feb 21 15:02:55 2003
+++ gzz/metacode/copyrighter.py Fri Feb 21 15:08:25 2003
@@ -128,6 +128,8 @@
     firstlines = open(file, 'r').readlines(2000)
     if len(firstlines) < 2: return
 
+    firstlines = firstlines[0:31]
+
     # Check if we have an old notice
     if ( max([oldStart.search(l) for l in firstlines]) != None and
          max([oldEnd.search(l) for l in firstlines]) != None ):




reply via email to

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