Author: sylvain
Date: Thu Apr 14 07:03:04 2005
New Revision: 161290

URL: http://svn.apache.org/viewcvs?view=rev&rev=161290
Log:
Forgot to add licence header

Modified:
    cocoon/trunk/src/java/org/apache/cocoon/xml/RedundantNamespacesFilter.java

Modified: 
cocoon/trunk/src/java/org/apache/cocoon/xml/RedundantNamespacesFilter.java
URL: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/java/org/apache/cocoon/xml/RedundantNamespacesFilter.java?view=diff&r1=161289&r2=161290
==============================================================================
--- cocoon/trunk/src/java/org/apache/cocoon/xml/RedundantNamespacesFilter.java 
(original)
+++ cocoon/trunk/src/java/org/apache/cocoon/xml/RedundantNamespacesFilter.java 
Thu Apr 14 07:03:04 2005
@@ -1,3 +1,18 @@
+/*
+ * Copyright 1999-2005 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.
+ */
 package org.apache.cocoon.xml;
 
 import java.util.Enumeration;


Reply via email to