You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/31 13:20:53 UTC

cvs commit: cocoon-2.2/src/kernel/org/apache/cocoon/kernel Installer.java DeployableInstance.java KernelDeployer.java DeployedWirings.java SimpleComposer.java BlockLoader.java ProxyWire.java LoadedBlock.java

cziegeler    2004/03/31 03:20:52

  Modified:    src/kernel/org/apache/cocoon/kernel Installer.java
                        DeployableInstance.java KernelDeployer.java
                        DeployedWirings.java SimpleComposer.java
                        BlockLoader.java ProxyWire.java LoadedBlock.java
  Log:
  Use the same license formatting
  
  Revision  Changes    Path
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/Installer.java
  
  Index: Installer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/Installer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Installer.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ Installer.java	31 Mar 2004 11:20:51 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.util.HashMap;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployableInstance.java
  
  Index: DeployableInstance.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployableInstance.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeployableInstance.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ DeployableInstance.java	31 Mar 2004 11:20:51 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.util.HashMap;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/KernelDeployer.java
  
  Index: KernelDeployer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/KernelDeployer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KernelDeployer.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ KernelDeployer.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.util.HashMap;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployedWirings.java
  
  Index: DeployedWirings.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployedWirings.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeployedWirings.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ DeployedWirings.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.lang.reflect.Constructor;
  
  
  
  1.2       +15 -18    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/SimpleComposer.java
  
  Index: SimpleComposer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/SimpleComposer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleComposer.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ SimpleComposer.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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.Composer;
  
  
  
  1.2       +17 -20    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/BlockLoader.java
  
  Index: BlockLoader.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/BlockLoader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BlockLoader.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ BlockLoader.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.util.HashMap;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/ProxyWire.java
  
  Index: ProxyWire.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/ProxyWire.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProxyWire.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ ProxyWire.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.lang.reflect.InvocationHandler;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/LoadedBlock.java
  
  Index: LoadedBlock.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/LoadedBlock.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoadedBlock.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ LoadedBlock.java	31 Mar 2004 11:20:52 -0000	1.2
  @@ -1,21 +1,18 @@
  -/* ========================================================================== *
  - *                                                                            *
  - * Copyright 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.                                             *
  - *                                                                            *
  - * ========================================================================== */
  +/*
  + * 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 java.io.IOException;