You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2009/08/30 22:47:55 UTC

svn commit: r809416 - in /cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links: AttributeConfiguration.java AttributeConfigurationSet.java

Author: andreas
Date: Sun Aug 30 20:47:55 2009
New Revision: 809416

URL: http://svn.apache.org/viewvc?rev=809416&view=rev
Log:
Added missing license headers.

Modified:
    cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfiguration.java
    cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfigurationSet.java

Modified: cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfiguration.java
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfiguration.java?rev=809416&r1=809415&r2=809416&view=diff
==============================================================================
--- cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfiguration.java (original)
+++ cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfiguration.java Sun Aug 30 20:47:55 2009
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ *
+ */
 package org.apache.cocoon.links;
 
 import org.xml.sax.Attributes;

Modified: cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfigurationSet.java
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfigurationSet.java?rev=809416&r1=809415&r2=809416&view=diff
==============================================================================
--- cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfigurationSet.java (original)
+++ cocoon/whiteboard/cocoon-links/cocoon-links-impl/src/main/java/org/apache/cocoon/links/AttributeConfigurationSet.java Sun Aug 30 20:47:55 2009
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ *
+ */
 package org.apache.cocoon.links;
 
 import java.util.Collections;