-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected extra v in program title and added new dist targets to ant …
…build
- Loading branch information
1 parent
945ed3d
commit 6e7f3ac
Showing
3 changed files
with
66 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<body> | ||
|
||
<p>xml2csv is a command line utility and library to convert XML files to CSV files, according to a configuration provided by the user.</p> | ||
|
||
<p>This software is maintained on Github at <a href="http://www.github.com/andybrodie/xml2csv">http://www.github.com/andybrodie/xml2csv</a>.</p> | ||
|
||
<p>xml2csv relies on the following third party software, each with it's own separate license:</p> | ||
|
||
<dl> | ||
<dt>Apache Commons CLI (<a href="http://commons.apache.org/proper/commons-cli/">http://commons.apache.org/proper/commons-cli/</a>)</dd> | ||
<dd>Licensed under the Apache License Version 2.0 (<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a>)</dd> | ||
|
||
<dt>Apache Xerces 11.2 (<a href="http://xerces.apache.org/">http://xerces.apache.org/</a>)</dt> | ||
<dd>Licensed under Apache License Version 2.0 (<a href="http://xerces.apache.org/xml-commons/licenses.html">http://xerces.apache.org/xml-commons/licenses.html</a>)</dd> | ||
|
||
<dt>Jar-in-Jar-Loader (<a href="http://www.eclipse.org">http://www.eclipse.org</a>)</dt> | ||
<dd>Licensed under the Eclipse Public License 1.0 (<a href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</a>)</dd> | ||
|
||
<dt>Junit 4.0 (<a href="http://junit.org/">http://junit.org/</a>)</dt></dd> | ||
<dd>Licensed under Eclipse Public License Version 1.0 (<a href="http://junit.org/license.html">http://junit.org/license.html</a>)</dd> | ||
|
||
<dt>Qos Logback (<a href="http://logback.qos.ch/">http://logback.qos.ch/</a>)</dt> | ||
<dd>Licensed under the Eclipse Public License (<a href="http://logback.qos.ch/license.html">http://logback.qos.ch/license.html</a>)</dd> | ||
|
||
<dt>Qos SLF4J (<a href="http://slf4j.org/">http://slf4j.org/</a>)</dt> | ||
<dd>Licensed under the MIT licence (<a href="http://slf4j.org/license.html">http://slf4j.org/license.html</a>)</dd> | ||
|
||
<dt>Saxonica Saxon 9 HE (<a href="http://saxon.sourceforge.net/">http://saxon.sourceforge.net/</a>)</dt> | ||
<dd>Licensed under Mozilla Public License 1.0 (<a href="https://www.mozilla.org/MPL/1.0/">https://www.mozilla.org/MPL/1.0/</a>)</dd> | ||
</dl> | ||
|
||
<p>Copyright 2014-2015 Locima Ltd. (e-mail: `enquiries (at) locima.com` or website: <a href="http://www.locima.com">http://www.locima.com</a>)</p> | ||
|
||
<p>Licensed under the Microsoft Public License (<a href="http://www.microsoft.com/en-us/openness/licenses.aspx">http://www.microsoft.com/en-us/openness/licenses.aspx</a>)</p> | ||
|
||
</body> |