changeset 8 | eb5f524dc31d |
parent 0 | 7f656887cf89 |
--- a/tools/fshell_copyright.pl Fri Jul 09 10:11:55 2010 +0100 +++ b/tools/fshell_copyright.pl Fri Jul 09 17:31:42 2010 +0100 @@ -48,7 +48,7 @@ my @newlines = (); my $commentstart = "//"; - if ($name =~ /\.(pl|pm|script|pod|ini|idf|esk|mk|cif)/i || !($name =~ /\./)) + if ($name =~ /\.(pl|pm|script|pod|ini|idf|esk|mk|cif|flm)/i || !($name =~ /\./)) { # Need to use # instead of // # Second part of conditional is for perl scripts that don't specify any ending