From 03a2f1cfe9c91ea01605772ffdec3734050964e8 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 21 Jun 2010 14:03:51 +0000 Subject: [PATCH] NIHVIVO-644 Add Freemarker templates to the list of licensed file types: *.ftl --- config/licenser/licenser.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/licenser/licenser.properties b/config/licenser/licenser.properties index 29af0cc0..7c478918 100644 --- a/config/licenser/licenser.properties +++ b/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)