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:23:04 UTC

cvs commit: cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment Loader.java Instance.java Deployer.java Block.java DeploymentException.java

cziegeler    2004/03/31 03:23:04

  Modified:    src/kernel/org/apache/cocoon/kernel/deployment Loader.java
                        Instance.java Deployer.java Block.java
                        DeploymentException.java
  Log:
  Use the same license formatting
  
  Revision  Changes    Path
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Loader.java
  
  Index: Loader.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Loader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Loader.java	30 Mar 2004 13:30:37 -0000	1.1
  +++ Loader.java	31 Mar 2004 11:23:04 -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.deployment;
   
   import org.apache.cocoon.kernel.identification.Descriptor;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Instance.java
  
  Index: Instance.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Instance.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Instance.java	30 Mar 2004 13:30:37 -0000	1.1
  +++ Instance.java	31 Mar 2004 11:23:04 -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.deployment;
   
   import java.util.Iterator;
  
  
  
  1.4       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Deployer.java
  
  Index: Deployer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Deployer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Deployer.java	31 Mar 2004 10:28:34 -0000	1.3
  +++ Deployer.java	31 Mar 2004 11:23:04 -0000	1.4
  @@ -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.deployment;
   
   import java.util.Iterator;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Block.java
  
  Index: Block.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Block.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Block.java	30 Mar 2004 13:30:37 -0000	1.1
  +++ Block.java	31 Mar 2004 11:23:04 -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.deployment;
   
   import java.util.Iterator;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/DeploymentException.java
  
  Index: DeploymentException.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/DeploymentException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeploymentException.java	30 Mar 2004 13:30:37 -0000	1.1
  +++ DeploymentException.java	31 Mar 2004 11:23:04 -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.deployment;
   
   /**