You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2016/02/16 13:25:13 UTC

svn commit: r1730671 - /tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd

Author: kkolinko
Date: Tue Feb 16 12:25:13 2016
New Revision: 1730671

URL: http://svn.apache.org/viewvc?rev=1730671&view=rev
Log:
Add license to tomcat-users.xsd
This backports part of r1641174

Modified:
    tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd

Modified: tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd?rev=1730671&r1=1730670&r2=1730671&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd (original)
+++ tomcat/tc8.0.x/trunk/conf/tomcat-users.xsd Tue Feb 16 12:25:13 2016
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://tomcat.apache.org/xml"
            xmlns:users="http://tomcat.apache.org/xml"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org