rev 9403 - people/modax/copyright-helper/trunk

Modestas Vainius modax-guest at alioth.debian.org
Tue Feb 12 21:25:38 UTC 2008


Author: modax-guest
Date: 2008-02-12 21:25:37 +0000 (Tue, 12 Feb 2008)
New Revision: 9403

Modified:
   people/modax/copyright-helper/trunk/copyright-helper.pl
Log:
v0.4.0
* A few string fixes
* In addition to what was said about v0.3.9:
  - adds support for spaces in year range e.g. 2003 - 2007, not just 2003-2007
  - tries very hard to recognize email addresses expressed as "localpart at domainpart dot com".

Modified: people/modax/copyright-helper/trunk/copyright-helper.pl
===================================================================
--- people/modax/copyright-helper/trunk/copyright-helper.pl	2008-02-12 21:09:56 UTC (rev 9402)
+++ people/modax/copyright-helper/trunk/copyright-helper.pl	2008-02-12 21:25:37 UTC (rev 9403)
@@ -66,7 +66,7 @@
         $fileobj = new CHCore::Directory(0, $filename);
         $fileobj->setRecursive(1);
     } else {
-        print_msg "Sorry, but file '$filename' does not exist\n";
+        print_msg "Sorry, but file/directory '$filename' does not exist\n";
         return 0;
     }
 
@@ -93,7 +93,7 @@
     if ($opt_show_headers) {
         print_header_sep();
         print_header "Detailed copyright and license information for each file can";
-        print_header "found below";
+        print_header "be found below";
         print_header_sep();
         print "\n";
     }
@@ -217,7 +217,7 @@
 }
 
 # Entry point
-${main::VERSION}='0.3.9';
+${main::VERSION}='0.4.0';
 print_msg "\n";
 print_msg "Copyright Helper v${main::VERSION}\n";
 print_msg "Extracts copyright and license information from source code\n\n";




More information about the pkg-kde-commits mailing list