adc 2004/07/26 18:47:46
Modified: applications/demo/src/webapp/WEB-INF geronimo-jetty.xml web.xml Log: Added ASF license. Revision Changes Path 1.3 +17 -0 incubator-geronimo/applications/demo/src/webapp/WEB-INF/geronimo-jetty.xml Index: geronimo-jetty.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/demo/src/webapp/WEB-INF/geronimo-jetty.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- geronimo-jetty.xml 27 Jun 2004 20:50:36 -0000 1.2 +++ geronimo-jetty.xml 27 Jul 2004 01:47:45 -0000 1.3 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright 2004 The Apache Software Foundation + + Licensed 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. +--> + <web-app xmlns="http://geronimo.apache.org/xml/ns/web/jetty" configId="org/apache/geronimo/Demo" parentId="org/apache/geronimo/Secure"> <context-root>/demo</context-root> <context-priority-classloader>false</context-priority-classloader> 1.3 +17 -0 incubator-geronimo/applications/demo/src/webapp/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/demo/src/webapp/WEB-INF/web.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- web.xml 27 Jun 2004 20:50:36 -0000 1.2 +++ web.xml 27 Jul 2004 01:47:45 -0000 1.3 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + + Copyright 2004 The Apache Software Foundation + + Licensed 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. +--> + <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"