rev 13532 - people/modax/copyright-helper/trunk/parsers

Modestas Vainius modax-guest at alioth.debian.org
Sun Jan 25 13:41:48 UTC 2009


Author: modax-guest
Date: 2009-01-25 13:41:48 +0000 (Sun, 25 Jan 2009)
New Revision: 13532

Modified:
   people/modax/copyright-helper/trunk/parsers/c_cpp.pm
Log:
IDL files are C/C++ like

Modified: people/modax/copyright-helper/trunk/parsers/c_cpp.pm
===================================================================
--- people/modax/copyright-helper/trunk/parsers/c_cpp.pm	2009-01-25 13:33:02 UTC (rev 13531)
+++ people/modax/copyright-helper/trunk/parsers/c_cpp.pm	2009-01-25 13:41:48 UTC (rev 13532)
@@ -116,5 +116,5 @@
 }
 
 sub extensions {
-    return qw( c cpp cxx h cc java js );
+    return qw( c cpp cxx h cc java js idl );
 }




More information about the pkg-kde-commits mailing list