You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/01/12 08:24:20 UTC

svn commit: r1058004 - in /mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF: console-servlet.xml web.xml

Author: ngn
Date: Wed Jan 12 07:24:19 2011
New Revision: 1058004

URL: http://svn.apache.org/viewvc?rev=1058004&view=rev
Log:
Fixing incorrect license headers

Modified:
    mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/console-servlet.xml
    mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/web.xml

Modified: mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/console-servlet.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/console-servlet.xml?rev=1058004&r1=1058003&r2=1058004&view=diff
==============================================================================
--- mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/console-servlet.xml (original)
+++ mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/console-servlet.xml Wed Jan 12 07:24:19 2011
@@ -1,27 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    /**
-     * Copyright 2010 Västra Götalandsregionen
-     *
-     *   This library is free software; you can redistribute it and/or modify
-     *   it under the terms of version 2.1 of the GNU Lesser General Public
-     *   License as published by the Free Software Foundation.
-     *
-     *   This library is distributed in the hope that it will be useful,
-     *   but WITHOUT ANY WARRANTY; without even the implied warranty of
-     *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-     *   GNU Lesser General Public License for more details.
-     *
-     *   You should have received a copy of the GNU Lesser General Public
-     *   License along with this library; if not, write to the
-     *   Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-     *   Boston, MA 02111-1307  USA
-     *
-     */
-
--->
+  <!--
+    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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xmlns:context="http://www.springframework.org/schema/context"

Modified: mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/web.xml?rev=1058004&r1=1058003&r2=1058004&view=diff
==============================================================================
--- mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/web.xml (original)
+++ mina/vysper/trunk/server/admin-console/src/main/webapp/WEB-INF/web.xml Wed Jan 12 07:24:19 2011
@@ -1,5 +1,21 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+  <!--
+    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/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"
   version="2.4">