2003-07-20 00:35:54 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-01-15 23:11:09 +00:00
|
|
|
<!--
|
|
|
|
====================================================================
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You 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.
|
|
|
|
====================================================================
|
|
|
|
-->
|
2008-03-20 22:31:15 +00:00
|
|
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
|
2003-07-20 00:35:54 +00:00
|
|
|
|
|
|
|
<document>
|
|
|
|
<header>
|
2007-05-29 17:32:05 +00:00
|
|
|
<title>Apache POI - Legal Stuff</title>
|
2003-07-20 00:35:54 +00:00
|
|
|
<authors>
|
|
|
|
<person id="TK" name="Tetsuya Kitahata" email="tetsuya@apache.org"/>
|
2009-11-19 21:22:21 +00:00
|
|
|
<person id="DF" name="David Fisher" email="dfisher@jmlafferty.com"/>
|
2003-07-20 00:35:54 +00:00
|
|
|
</authors>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<body>
|
2009-11-19 21:22:21 +00:00
|
|
|
<section><title>License and Notice</title>
|
|
|
|
<p>
|
|
|
|
Apache POI releases are available under the <link href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</link>
|
|
|
|
See the NOTICE file contained in each release artifact for applicable copyright attribution notices. Release artifacts are available
|
|
|
|
from the <link href="download.html">Download</link> page.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section><title>Copyrights and Trademarks</title>
|
2003-07-20 00:35:54 +00:00
|
|
|
<p>
|
2010-10-15 16:17:43 +00:00
|
|
|
All material on this website is Copyright © 2002-2010, The Apache
|
2009-11-19 21:22:21 +00:00
|
|
|
Software Foundation.
|
2003-07-20 00:35:54 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2010-10-15 16:17:43 +00:00
|
|
|
Apache POI, POI, Apache, the Apache feather logo, and the Apache POI
|
|
|
|
project logo are trademarks of The Apache Software Foundation.
|
|
|
|
</p>
|
|
|
|
<p>
|
2009-06-04 23:01:06 +00:00
|
|
|
Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit,
|
|
|
|
and JavaServer Pages are trademarks or registered trademarks of Sun
|
|
|
|
Microsystems, Inc. UNIX is a registered trademark in the United States
|
2003-07-20 00:35:54 +00:00
|
|
|
and other countries, exclusively licensed through 'The Open Group'.
|
2009-11-19 21:22:21 +00:00
|
|
|
Microsoft, Windows, WindowsNT, Excel, Word, PowerPoint, Viso, Publisher, Outlook,
|
|
|
|
and Win32 are registered trademarks of Microsoft Corporation.
|
|
|
|
Linux is a registered trademark of Linus Torvalds.
|
2003-07-20 00:35:54 +00:00
|
|
|
All other product names mentioned herein and throughout the entire
|
|
|
|
web site are trademarks of their respective owners.
|
|
|
|
</p>
|
2009-08-06 11:28:28 +00:00
|
|
|
<section><title>Cryptography Notice</title>
|
|
|
|
<p>
|
|
|
|
This distribution includes cryptographic software. The country in
|
|
|
|
which you currently reside may have restrictions on the import,
|
|
|
|
possession, use, and/or re-export to another country, of
|
|
|
|
encryption software. BEFORE using any encryption software, please
|
|
|
|
check your country's laws, regulations and policies concerning the
|
|
|
|
import, possession, or use, and re-export of encryption software, to
|
|
|
|
see if this is permitted. See
|
|
|
|
<link href="http://www.wassenaar.org/">http://www.wassenaar.org/</link>
|
|
|
|
for more information.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The U.S. Government Department of Commerce, Bureau of Industry and
|
|
|
|
Security (BIS), has classified this software as Export Commodity
|
|
|
|
Control Number (ECCN) 5D002.C.1, which includes information security
|
|
|
|
software using or performing cryptographic functions with asymmetric
|
|
|
|
algorithms. The form and manner of this Apache Software Foundation
|
|
|
|
distribution makes it eligible for export under the License Exception
|
|
|
|
ENC Technology Software Unrestricted (TSU) exception (see the BIS
|
|
|
|
Export Administration Regulations, Section 740.13) for both object
|
|
|
|
code and source code.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The cryptographic software used is from <em>java.security</em> and
|
|
|
|
<em>javax.crypto</em> and is used when processing encrypted and
|
|
|
|
protected documents.
|
|
|
|
</p>
|
2003-07-20 00:35:54 +00:00
|
|
|
</section>
|
2009-08-06 11:28:28 +00:00
|
|
|
</section>
|
2003-07-20 00:35:54 +00:00
|
|
|
</body>
|
|
|
|
<footer>
|
|
|
|
<legal>
|
|
|
|
Copyright (c) @year@ The Apache Software Foundation All rights reserved.
|
|
|
|
</legal>
|
|
|
|
</footer>
|
|
|
|
</document>
|