diff options
author | Nick Burch <nick@apache.org> | 2007-10-15 13:48:51 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-10-15 13:48:51 +0000 |
commit | 6a4d5c5a7536699b652c098e77e667b95471f741 (patch) | |
tree | 056ead7ea38e9b7551bba539b8eba6a92f1b4e30 /legal | |
parent | 1a2cdcd156a0f97acff5856a85a421b336768483 (diff) | |
download | poi-6a4d5c5a7536699b652c098e77e667b95471f741.tar.gz poi-6a4d5c5a7536699b652c098e77e667b95471f741.zip |
In FormulaParser, add in non-static methods too for toFormulaString, which use the existing Workbook. Also tweak licence notice for hdgf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'legal')
-rw-r--r-- | legal/NOTICE | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/legal/NOTICE b/legal/NOTICE index 190d974632..b852dd25ef 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -10,7 +10,10 @@ 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): +A single data file of the POI component HDGF is based on VSDump, + and is under the GNU General Public Licence version 3 (GPL v3): http://gplv3.fsf.org/ +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 |