NIHVIVO-2136 add license tags to XML files.

This commit is contained in:
jeb228 2011-03-03 17:46:32 +00:00
parent 43fce69d50
commit f19aba5af2
3 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

View file

@ -1,4 +1,7 @@
<Context override="true">
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!--
Vitro will interpret this as either a file path or a resource path. So,
if a simple resource path is used, such as "deploy.properties", Vitro

View file

@ -1,4 +1,7 @@
<edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<name>Example Policy</name>
<prefixes>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;