Author: adsb Date: 2008-12-09 19:35:25 +0000 (Tue, 09 Dec 2008) New Revision: 1763
Modified: trunk/debian/changelog trunk/scripts/licensecheck.pl Log: licensecheck: Add .cs (C# source files) to the default list of files to check. (Closes: #508163) Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2008-12-08 06:50:15 UTC (rev 1762) +++ trunk/debian/changelog 2008-12-09 19:35:25 UTC (rev 1763) @@ -1,6 +1,7 @@ devscripts (2.10.44) UNRELEASED; urgency=low - * NOT RELEASED YET + * licensecheck: Add .cs (C# source files) to the default list of files to + check. (Closes: #508163) -- Adam D. Barratt <[EMAIL PROTECTED]> Mon, 08 Dec 2008 06:49:32 +0000 Modified: trunk/scripts/licensecheck.pl =================================================================== --- trunk/scripts/licensecheck.pl 2008-12-08 06:50:15 UTC (rev 1762) +++ trunk/scripts/licensecheck.pl 2008-12-09 19:35:25 UTC (rev 1763) @@ -151,7 +151,7 @@ $default_ignore_regex =~ s/^#.*$//mg; $default_ignore_regex =~ s/\n//sg; -my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)|f(77|90)?|p(l|m)|sh|php|py|rb|java|el|sc(i|e))$'; +my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)|f(77|90)?|p(l|m)|sh|php|py|rb|java|el|sc(i|e)|cs)$'; my $modified_conf_msg; -- To unsubscribe, send mail to [EMAIL PROTECTED]
