changeset 12 | d0b16e01f384 |
parent 8 | eb5f524dc31d |
--- a/tools/fshell_copyright.pl Wed Jul 28 18:43:05 2010 +0100 +++ b/tools/fshell_copyright.pl Wed Jul 28 18:43:53 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