diff options
author | Nick Burch <nick@apache.org> | 2007-06-27 19:00:35 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-06-27 19:00:35 +0000 |
commit | 211c9e157ae2ebf09fbd45c8a2f7cd60d14d2739 (patch) | |
tree | b0f52341b4d63dc5f68e5ae2a46ed90ad8b9a195 /legal/NOTICE | |
parent | 97fb171369ed0ee344790448071e276de874cee4 (diff) | |
download | poi-211c9e157ae2ebf09fbd45c8a2f7cd60d14d2739.tar.gz poi-211c9e157ae2ebf09fbd45c8a2f7cd60d14d2739.zip |
Include a test for the text extraction code. Update code to use POILogger instead of System.err. Update the NOTICE file for the TLP change, and add entries for JUnit and the small GPL v3 bits of HDGF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'legal/NOTICE')
-rw-r--r-- | legal/NOTICE | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/legal/NOTICE b/legal/NOTICE index d417a360a7..190d974632 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -1,5 +1,16 @@ -Apache Jakarta POI +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/ + +Small parts of the POI component HDGF are based on VSDump, +and are under the GNU General Public Licence version 3 (GPL v3): + http://gplv3.fsf.org/ +See http://www.gnome.ru/projects/vsdump_en.html |