You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/11/24 20:30:05 UTC

svn commit: r478954 - /beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml

Author: ekoneil
Date: Fri Nov 24 11:30:04 2006
New Revision: 478954

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


Modified:
    beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml

Modified: beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml?view=diff&rev=478954&r1=478953&r2=478954
==============================================================================
--- beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml (original)
+++ beehive/trunk/samples/petstoreWeb/web/WEB-INF/web.xml Fri Nov 24 11:30:04 2006
@@ -1,5 +1,24 @@
 <?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.
+
+   $Header:$
+-->
+
 <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"