Skip to content

Commit bb43306

Browse files
committed
fixed package/license in javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357306 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2ebcc4e commit bb43306

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

src/java/org/apache/commons/csv/package.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
22
<!--
3-
Copyright (C) 2004 by Netcetera AG.
4-
All rights reserved.
3+
Copyright 2005 The Apache Software Foundation.
54
6-
The copyright to the computer program(s) herein is the property of
7-
Netcetera AG, Switzerland. The program(s) may be used and/or copied
8-
only with the written permission of Netcetera AG or in accordance
9-
with the terms and conditions stipulated in the agreement/contract
10-
under which the program(s) have been supplied.
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
118
12-
@(#) $Id: package.html,v 1.3 2004/05/18 09:43:23 uhardegg Exp $
13-
-->
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
1417
<html>
1518
<head>
16-
<title>ch.netcetera.wake.core.format.csv package</title>
17-
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
19+
<title>org.apache.commons.csv package</title>
1820
</head>
1921
<body>
2022
<h3>WAKE CSV Format Support</h3>

0 commit comments

Comments
 (0)