diff -r 4ab8c027df23 -r 6bb86f60191e tools/fshell_copyright.pl --- a/tools/fshell_copyright.pl Thu Jul 29 12:02:58 2010 +1000 +++ b/tools/fshell_copyright.pl Thu Jul 29 12:03:43 2010 +1000 @@ -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