You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2006/03/27 08:54:06 UTC

svn commit: r389033 - in /cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon: components/PropertyAwareNamespacedSAXConfigurationHandler.java util/SimpleSourceResolver.java

Author: rgoers
Date: Sun Mar 26 22:54:04 2006
New Revision: 389033

URL: http://svn.apache.org/viewcvs?rev=389033&view=rev
Log:
Add missing copyrights

Modified:
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.java
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/SimpleSourceResolver.java

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.java?rev=389033&r1=389032&r2=389033&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.java Sun Mar 26 22:54:04 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 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.components;
 
 import org.apache.avalon.framework.configuration.DefaultConfiguration;

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/SimpleSourceResolver.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/SimpleSourceResolver.java?rev=389033&r1=389032&r2=389033&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/SimpleSourceResolver.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/SimpleSourceResolver.java Sun Mar 26 22:54:04 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 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.util;
 
 import java.io.File;