CVS update by matsl xemacs-builds/matsl/gplv3 ...

[email protected]
Newsgroups gmane.emacs.xemacs.cvs
Message-ID <[email protected]>
  User: matsl   
  Date: 09/03/05 00:16:29

  Modified:    xemacs-builds/matsl/gplv3 ChangeLog findgplv2
Log:
(checkGPLv2): Verbose on lgplv2 should say just that.
(findFiles): Be verbose on ignored files as well.

Revision  Changes    Path
1.4       +5 -0      XEmacs/xemacs-builds/matsl/gplv3/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/matsl/gplv3/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ChangeLog	2008/09/21 21:20:55	1.3
+++ ChangeLog	2009/03/04 23:16:28	1.4
@@ -1,3 +1,8 @@
+2009-03-05  Mats Lidell  <[email protected]>
+
+	* findgplv2 (checkGPLv2): Verbose on lgplv2 should say just that. 
+	(findFiles): Be verbose on ignored files as well.
+
 2008-09-21  Mats Lidell  <[email protected]>
 
 	* findgplv2 (main): Added handling of options and debug support.



1.4       +2 -1      XEmacs/xemacs-builds/matsl/gplv3/findgplv2

Index: findgplv2
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/matsl/gplv3/findgplv2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- findgplv2	2008/09/21 21:20:37	1.3
+++ findgplv2	2009/03/04 23:16:29	1.4
@@ -53,7 +53,7 @@ def checkGPLv2(f):
         if verbose: print "gplv2:\t", f
         pass
     elif lgplv2.search(fstr):
-        if verbose: print "gplv3:\t", f
+        if verbose: print "lgplv2:\t", f
         pass
     else:
         if verbose: print "?:\t",
@@ -65,6 +65,7 @@ def findFiles(p):
         isdir = os.path.isdir(fn)
 
         if (not isdir and ignoreFiles.match(f)) or (isdir and ignoreDirNames.match(f)):
+            if verbose: print "no(C):\t", f
             continue
 
         if isdir:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.