NIHVIVO-2136 add license tags to XML files.

This commit is contained in:
jeb228 2011-03-03 20:24:09 +00:00
parent 28c6546488
commit 171548efef
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@
"http://getahead.org/dwr//dwr20.dtd"> "http://getahead.org/dwr//dwr20.dtd">
<dwr> <dwr>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<allow> <allow>
<!-- create blocks define how the java object on the server gets created, --> <!-- create blocks define how the java object on the server gets created, -->

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, *.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. # "globs" that describe paths that we won't follow for scanning OR FOR COPYING.
# (relative to the source_dir) # (relative to the source_dir)