vgritsenko 2004/02/07 18:39:36
Modified: java/scratchpad/webdav build.xml java/scratchpad/webdav/webapp/WEB-INF web.xml webdav.xconf Log: Applying the Apache License, Version 2.0 Revision Changes Path 1.2 +19 -1 xml-xindice/java/scratchpad/webdav/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xindice/java/scratchpad/webdav/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 11 Jun 2003 03:58:11 -0000 1.1 +++ build.xml 8 Feb 2004 02:39:36 -0000 1.2 @@ -1,6 +1,24 @@ <?xml version="1.0"?> <!-- + - Copyright 1999-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. + - + - CVS $Id$ + --> + +<!-- - Build file for the Xindice Scratchpad Project. - - This script should be started with the following command line : 1.2 +20 -0 xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/web.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- web.xml 11 Jun 2003 03:58:10 -0000 1.1 +++ web.xml 8 Feb 2004 02:39:36 -0000 1.2 @@ -1,7 +1,27 @@ <?xml version="1.0" encoding="ISO-8859-1"?> + +<!-- + - Copyright 1999-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. + - + - CVS $Id$ + --> + <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> + <web-app> <servlet> 1.2 +18 -0 xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/webdav.xconf Index: webdav.xconf =================================================================== RCS file: /home/cvs/xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/webdav.xconf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- webdav.xconf 11 Jun 2003 03:58:10 -0000 1.1 +++ webdav.xconf 8 Feb 2004 02:39:36 -0000 1.2 @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + - Copyright 1999-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. + - + - CVS $Id$ + --> + <webdav> <methods> <!-- There must be a cleaner way to do this... -->