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:24:49 UTC

cvs commit: cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup AbstractLogger.java Logger.java ConsoleLogger.java Main.java

cziegeler    2004/03/31 03:24:49

  Modified:    src/kernel/org/apache/cocoon/kernel/startup
                        AbstractLogger.java Logger.java ConsoleLogger.java
                        Main.java
  Log:
  Use the same license formatting
  
  Revision  Changes    Path
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/AbstractLogger.java
  
  Index: AbstractLogger.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/AbstractLogger.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractLogger.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ AbstractLogger.java	31 Mar 2004 11:24:48 -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.startup;
   
   import java.io.PrintStream;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Logger.java
  
  Index: Logger.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Logger.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Logger.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ Logger.java	31 Mar 2004 11:24:48 -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.startup;
   
   /**
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/ConsoleLogger.java
  
  Index: ConsoleLogger.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/ConsoleLogger.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConsoleLogger.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ ConsoleLogger.java	31 Mar 2004 11:24:48 -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.startup;
   
   import java.io.OutputStream;
  
  
  
  1.2       +16 -19    cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Main.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Main.java	31 Mar 2004 10:23:38 -0000	1.1
  +++ Main.java	31 Mar 2004 11:24:48 -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.startup;
   
   import org.apache.cocoon.kernel.configuration.ConfigurationBuilder;