diff options
author | Nick Burch <nick@apache.org> | 2007-12-26 17:39:15 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-12-26 17:39:15 +0000 |
commit | 47207dd723b83d7b7f9c34dfecafb8f862d2ea4c (patch) | |
tree | f49bc14e41a9fea23448a60f4e366266801f0e1f /legal | |
parent | 49835d96c0c705a747272560a938705c5fdb1f4d (diff) | |
download | poi-47207dd723b83d7b7f9c34dfecafb8f862d2ea4c.tar.gz poi-47207dd723b83d7b7f9c34dfecafb8f862d2ea4c.zip |
Update build.xml to download various libraries that we will want for playing with ooxml files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'legal')
-rw-r--r-- | legal/NOTICE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/legal/NOTICE b/legal/NOTICE index b852dd25ef..41c966ff27 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -17,3 +17,19 @@ Since this is a data file, and has no compiled version (the original file is distributed in both source and binary versions), there should be little difference in licencing requirements compared to the ASL. See http://www.gnome.ru/projects/vsdump_en.html + + +Office Open XML experimental support: + 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 + Office Open XML ECMA Specification - + http://www.ecma-international.org/publications/standards/Ecma-376.htm + Microsoft Open Specification Promise (OSP) - + http://www.microsoft.com/interop/osp/ |