NIHVIVO-644 Add Freemarker templates to the list of licensed file types: *.ftl
This commit is contained in:
parent
c7e406f22d
commit
c1bdd477f0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue