NIHVIVO-644 Add Freemarker templates to the list of licensed file types: *.ftl

This commit is contained in:
jeb228 2010-06-21 14:03:53 +00:00
parent c7e406f22d
commit c1bdd477f0

View file

@ -12,7 +12,7 @@ target_dir =
# A list of filename globs that match the files we want to license, # A list of filename globs that match the files we want to license,
# delimited by commas with optional white-space. # 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. # "globs" that describe paths that we won't follow for scanning OR FOR COPYING.
# (relative to the source_dir) # (relative to the source_dir)