tools/fshell_copyright.pl
changeset 15 6bb86f60191e
parent 8 eb5f524dc31d
--- 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