pier 2004/05/09 05:08:32
Modified: src/kernel/org/apache/cocoon/kernel/composition
AbstractComponent.java
Log:
Eclipse default templates fix (again - sorry).
Revision Changes Path
1.2 +17 -5
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/AbstractComponent.java
Index: AbstractComponent.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/AbstractComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AbstractComponent.java 6 May 2004 20:09:33 -0000 1.1
+++ AbstractComponent.java 9 May 2004 12:08:32 -0000 1.2
@@ -1,13 +1,25 @@
-/*
========================================================================== *
- * Copyright (C) 1996-2004 VNU Business Publications LTD. All rights
reserved *
- *
========================================================================== */
+/*
+ * Copyright 1999-2004 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.kernel.composition;
import org.apache.cocoon.kernel.resolution.Resolver;
/**
- * <p></p>
+ * <p>An abstract implementation of the [EMAIL PROTECTED] Component}
interface.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
* @version 1.0 (CVS $Revision$)