You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2006/03/23 07:59:08 UTC

svn commit: r388072 - /cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java

Author: crossley
Date: Wed Mar 22 22:59:06 2006
New Revision: 388072

URL: http://svn.apache.org/viewcvs?rev=388072&view=rev
Log:
Fix mangled copyright header.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java?rev=388072&r1=388071&r2=388072&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/CSVGenerator.java Wed Mar 22 22:59:06 2006
@@ -1,15 +1,18 @@
-/* =============================================================================== *
- * Copyright (C) 1999-2004, The Apache Software Foundation.   All rights reserved. *
- *                                                                                 *
- * 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.generation;
 
 import java.io.BufferedReader;
@@ -95,8 +98,6 @@
  * different in cases.</p>
  *
  * @author <a href="mailto:pier@apache.org">Pier Fumagalli</a>
- * @author Copyright &copy; 2000-2004 <a href="http://www.apache.org/">The Apache
- *         Software Foundation</a>. All rights reserved.
  */
 public class CSVGenerator extends FileGenerator {