NIHVIVO-2136 add license tags to XML files.
This commit is contained in:
parent
43fce69d50
commit
f19aba5af2
3 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?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"
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<Context override="true">
|
<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,
|
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
|
if a simple resource path is used, such as "deploy.properties", Vitro
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy>
|
<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>
|
<name>Example Policy</name>
|
||||||
<prefixes>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
<prefixes>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue