From c1bdd477f0de0cb5d9bcbb4b930a3ed1ba0e2a8c Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 21 Jun 2010 14:03:53 +0000 Subject: [PATCH] NIHVIVO-644 Add Freemarker templates to the list of licensed file types: *.ftl --- webapp/config/licenser/licenser.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/config/licenser/licenser.properties b/webapp/config/licenser/licenser.properties index 8b2a2dcc5..6307c4c44 100644 --- a/webapp/config/licenser/licenser.properties +++ b/webapp/config/licenser/licenser.properties @@ -12,7 +12,7 @@ target_dir = # A list of filename globs that match the files we want to license, # delimited by commas with optional white-space. -file_matchers = *.java, *.jsp, *.tld, *.xsl, *.xslt, *.css, *.js, build.xml +file_matchers = *.java, *.jsp, *.tld, *.xsl, *.xslt, *.css, *.js, *.ftl, build.xml # "globs" that describe paths that we won't follow for scanning OR FOR COPYING. # (relative to the source_dir)