You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/03/26 20:27:00 UTC

svn commit: r641503 - in /ant/sandbox/antlibs/http/trunk: libraries.properties src/war/WEB-INF/web.xml src/war/resources/headers.jsp src/war/resources/index.html

Author: bodewig
Date: Wed Mar 26 12:26:58 2008
New Revision: 641503

URL: http://svn.apache.org/viewvc?rev=641503&view=rev
Log:
Add license

Modified:
    ant/sandbox/antlibs/http/trunk/libraries.properties
    ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml
    ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp
    ant/sandbox/antlibs/http/trunk/src/war/resources/index.html

Modified: ant/sandbox/antlibs/http/trunk/libraries.properties
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/libraries.properties?rev=641503&r1=641502&r2=641503&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/libraries.properties (original)
+++ ant/sandbox/antlibs/http/trunk/libraries.properties Wed Mar 26 12:26:58 2008
@@ -1 +1,15 @@
+#  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.
 artifact.version=1.0-alpha-SNAPSHOT

Modified: ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml?rev=641503&r1=641502&r2=641503&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml Wed Mar 26 12:26:58 2008
@@ -1,5 +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.
+-->
 <!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>
-</web-app>
\ No newline at end of file
+</web-app>

Modified: ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp?rev=641503&r1=641502&r2=641503&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp Wed Mar 26 12:26:58 2008
@@ -1,4 +1,20 @@
 <%@ page import="java.util.Enumeration" %>
+<!--
+   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.
+-->
 <%--
     List all headers in the message.
     If you post a header with HTML or javascript in it wont be escaped, which
@@ -35,4 +51,4 @@
 %>
 </ol>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/sandbox/antlibs/http/trunk/src/war/resources/index.html
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/resources/index.html?rev=641503&r1=641502&r2=641503&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/src/war/resources/index.html (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/resources/index.html Wed Mar 26 12:26:58 2008
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <html>
 <head><title>Ant test webapp</title></head>
 <body>
@@ -12,4 +28,4 @@
 </body>
 
 
-</html>
\ No newline at end of file
+</html>