695b85049d
https://svn.apache.org/repos/asf/poi/trunk ........ r668257 | yegor | 2008-06-16 19:38:59 +0100 (Mon, 16 Jun 2008) | 1 line TextShape.getMarginLeft() returned incorrect value. Added a unit test for text margins. ........ r668259 | yegor | 2008-06-16 19:40:51 +0100 (Mon, 16 Jun 2008) | 1 line patch from bug #45177: Remove GPL reference in NOTICE ........ r669140 | nick | 2008-06-18 12:35:04 +0100 (Wed, 18 Jun 2008) | 1 line A partial fix for bug #30978, but something still remains, which seems to be related to changing the ptg ........ r669456 | nick | 2008-06-19 12:47:48 +0100 (Thu, 19 Jun 2008) | 1 line Improved HWPF Range.replaceText, from N. Hira in bug #45001 ........ r669658 | josh | 2008-06-19 20:07:20 +0100 (Thu, 19 Jun 2008) | 1 line Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord ........ r669809 | josh | 2008-06-20 08:10:03 +0100 (Fri, 20 Jun 2008) | 1 line Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRef3DPtg and DeletedArea3DPtg. Similar to c664220 ........ r670190 | yegor | 2008-06-21 13:41:34 +0100 (Sat, 21 Jun 2008) | 1 line started a new section for poi-3.2 family, updated release date of 3.2-FINAL ........ git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@674287 13f79535-47bb-0310-9956-ffa450edef68
25 lines
869 B
Plaintext
25 lines
869 B
Plaintext
Apache POI
|
|
Copyright 2001-2007 The Apache Software Foundation
|
|
|
|
This product includes software developed by
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
|
|
Unit testing support is provided by JUnit, under the
|
|
Common Public License Version 1.0:
|
|
http://www.opensource.org/licenses/cpl.php
|
|
See http://www.junit.org/
|
|
|
|
|
|
The Office Open XML experimental support had additional dependencies,
|
|
with their own licensing:
|
|
* XML Beans - http://xmlbeans.apache.org/
|
|
Apache Licence Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0
|
|
* DOM4J - http://www.dom4j.org/
|
|
BSD Licence - http://www.dom4j.org/license.html
|
|
* Jaxen - http://jaxen.org/
|
|
Apache Style Licence - http://jaxen.org/license.html
|
|
* OpenXml4J - http://www.openxml4j.org/
|
|
BSD Licence or Apache Licence Version 2.0 -
|
|
http://www.openxml4j.org/Licensing/Default.html
|