From 171548efef763c2aaec862f97467f1367184b2fd Mon Sep 17 00:00:00 2001 From: jeb228 Date: Thu, 3 Mar 2011 20:24:09 +0000 Subject: [PATCH] NIHVIVO-2136 add license tags to XML files. --- webapp/config/dwr.xml | 3 +++ webapp/config/licenser/licenser.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/config/dwr.xml b/webapp/config/dwr.xml index d5b93ba70..21fd9445c 100755 --- a/webapp/config/dwr.xml +++ b/webapp/config/dwr.xml @@ -2,6 +2,9 @@ "http://getahead.org/dwr//dwr20.dtd"> + + + diff --git a/webapp/config/licenser/licenser.properties b/webapp/config/licenser/licenser.properties index 6307c4c44..7d98dd3cd 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, *.ftl, build.xml +file_matchers = *.java, *.jsp, *.tld, *.xsl, *.xslt, *.css, *.js, *.ftl, *.xml # "globs" that describe paths that we won't follow for scanning OR FOR COPYING. # (relative to the source_dir)