pier 2004/05/06 01:32:16
Modified: src/kernel/org/apache/cocoon/kernel CoreWirings.java Log: Wrong template used in Eclipse Revision Changes Path 1.3 +18 -7 cocoon-2.2/src/kernel/org/apache/cocoon/kernel/CoreWirings.java Index: CoreWirings.java =================================================================== RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/CoreWirings.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CoreWirings.java 4 May 2004 17:48:37 -0000 1.2 +++ CoreWirings.java 6 May 2004 08:32:15 -0000 1.3 @@ -1,6 +1,18 @@ -/* ========================================================================== * - * 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; import org.apache.cocoon.kernel.composition.Wire; @@ -12,10 +24,9 @@ * <p>The [EMAIL PROTECTED] CoreWirings} provides an implementation of the [EMAIL PROTECTED] Wirings} * interface wrapping all blocks installed in a [EMAIL PROTECTED] KernelDeployer}.</p> * - * @version CVS $Revision$ - * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a> - * @author Copyright © 1996-2004 <a href="http://www.vnunet.com/">VNU - * Business Publications LTD.</a> All rights reserved + * + * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a> + * @version 1.0 (CVS $Revision$) */ public class CoreWirings implements Wirings {
