Skip to content

Commit

Permalink
Fix mangled copyright header.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X@388072 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
David Crossley committed Mar 23, 2006
1 parent 6fc434a commit b59199d
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/java/org/apache/cocoon/generation/CSVGenerator.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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 {

Expand Down

0 comments on commit b59199d

Please sign in to comment.