You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/07/29 16:14:54 UTC

svn commit: r980451 - /pivot/branches/1.5.x/demos-server/web.xml

Author: gbrown
Date: Thu Jul 29 14:14:53 2010
New Revision: 980451

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

Modified:
    pivot/branches/1.5.x/demos-server/web.xml

Modified: pivot/branches/1.5.x/demos-server/web.xml
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/demos-server/web.xml?rev=980451&r1=980450&r2=980451&view=diff
==============================================================================
--- pivot/branches/1.5.x/demos-server/web.xml (original)
+++ pivot/branches/1.5.x/demos-server/web.xml Thu Jul 29 14:14:53 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+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.
+-->
 
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"