gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./Gzz.py ./cvsparser.pl ./genimages.pl ./ma...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./Gzz.py ./cvsparser.pl ./genimages.pl ./ma...
Date: Fri, 21 Feb 2003 11:34:54 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/21 11:34:54

Modified files:
        .              : Gzz.py cvsparser.pl genimages.pl 
                         manifest-filter.pl stripblock.pl 
        metacode       : copyrighter.py 
        test/gzz/mem   : partition.test 

Log message:
        oopsfix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Gzz.py.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/cvsparser.pl.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/genimages.pl.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/manifest-filter.pl.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/stripblock.pl.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/copyrighter.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/mem/partition.test.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gzz/Gzz.py
diff -u gzz/Gzz.py:1.75 gzz/Gzz.py:1.76
--- gzz/Gzz.py:1.75     Fri Feb 21 11:12:41 2003
+++ gzz/Gzz.py  Fri Feb 21 11:34:54 2003
@@ -1,4 +1,20 @@
-# (c) Tuomas J. Lukka, Benja Fallenstein and Vesa Kaihlavirta
+# 
+# Copyright (c) 2003, Tuomas J. Lukka, Benja Fallenstein and Vesa Kaihlavirta
+# 
+# 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.
+# 
+
 
 # Running gzz
 
Index: gzz/cvsparser.pl
diff -u gzz/cvsparser.pl:1.7 gzz/cvsparser.pl:1.8
--- gzz/cvsparser.pl:1.7        Fri Feb 21 11:12:41 2003
+++ gzz/cvsparser.pl    Fri Feb 21 11:34:54 2003
@@ -1,5 +1,21 @@
 #!/usr/bin/perl -w
-# (c) Antti-Juhani Kaijanaho
+# 
+# Copyright (c) 2003, Antti-Juhani Kaijanaho
+# 
+# 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 Antti-Juhani Kaijanaho for the GZigZag project
 
Index: gzz/genimages.pl
diff -u gzz/genimages.pl:1.8 gzz/genimages.pl:1.9
--- gzz/genimages.pl:1.8        Fri Feb 21 11:12:41 2003
+++ gzz/genimages.pl    Fri Feb 21 11:34:54 2003
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, 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.
+# 
+
 
 @resolutions = (300, 170, 50);
 
Index: gzz/manifest-filter.pl
diff -u gzz/manifest-filter.pl:1.5 gzz/manifest-filter.pl:1.6
--- gzz/manifest-filter.pl:1.5  Fri Feb 21 11:12:41 2003
+++ gzz/manifest-filter.pl      Fri Feb 21 11:34:54 2003
@@ -1,5 +1,21 @@
 #!/usr/bin/perl -w
-# (c) Antti-Juhani Kaijanaho
+# 
+# Copyright (c) 2003, Antti-Juhani Kaijanaho
+# 
+# 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.
+# 
+
 
 # 
 # Read in the filter list.
Index: gzz/metacode/copyrighter.py
diff -u gzz/metacode/copyrighter.py:1.5 gzz/metacode/copyrighter.py:1.6
--- gzz/metacode/copyrighter.py:1.5     Fri Feb 21 11:08:01 2003
+++ gzz/metacode/copyrighter.py Fri Feb 21 11:34:54 2003
@@ -76,7 +76,7 @@
  */
 """
 
-doCopyrightRe = re.compile(r"(?://|#)\s*\([cC]\)\s*:?\s*([^\n]+)")
+doCopyrightRe = re.compile(r"(//|#)\s*\([cC]\)\s*:?\s*([^\n]+)")
 
 def process_dir(arg, dir, names):
     for name in names:
@@ -92,10 +92,10 @@
            theLine = 1
 
         if mat != None:
-           author = mat.group(1)
+           author = mat.group(2)
            first = firstlines[0]
 
-            if first.startswith('#'):
+            if mat.group(0).startswith('#'):
                 pymode = 1
             else:
                 pymode = 0;
Index: gzz/stripblock.pl
diff -u gzz/stripblock.pl:1.2 gzz/stripblock.pl:1.3
--- gzz/stripblock.pl:1.2       Fri Feb 21 11:12:41 2003
+++ gzz/stripblock.pl   Fri Feb 21 11:34:54 2003
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, 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.
+# 
+
 #
 # Strip the mediaserver header off a block and print the result in standard 
output.
 # One parameter only, for now.
Index: gzz/test/gzz/mem/partition.test
diff -u gzz/test/gzz/mem/partition.test:1.11 
gzz/test/gzz/mem/partition.test:1.12
--- gzz/test/gzz/mem/partition.test:1.11        Fri Feb 21 11:08:01 2003
+++ gzz/test/gzz/mem/partition.test     Fri Feb 21 11:34:54 2003
@@ -1,25 +1,21 @@
 from __future__ import nested_scopes/*
-partition.test
- *    
- *    Copyright (c) 2003, 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
- */
+# 
+# Copyright (c) 2003, 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
 import java




reply via email to

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