diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-12-27 01:33:28 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-12-27 01:33:28 +0000 |
commit | b91e4800060c9d1748007d921b60e36c62e2377e (patch) | |
tree | 84fff9e96a17cf25c7f67cdbc442a78cce06ecf9 /legal | |
parent | 70d7ec0e693a2de9a7c6540e2fec300b756ecccc (diff) | |
download | poi-b91e4800060c9d1748007d921b60e36c62e2377e.tar.gz poi-b91e4800060c9d1748007d921b60e36c62e2377e.zip |
Charset.forName() for known encodings makes catching UnknownEncodingException obsolete
Unify UTF-16LE conversion to StringUtil
BugFix for RecordInputStream.readFully in combination with continuing records
BugFix for integration tests - fix pathname for handler/exclude lookup on windows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'legal')
-rw-r--r-- | legal/NOTICE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/legal/NOTICE b/legal/NOTICE index e256293db9..e5aa5f5a73 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -16,3 +16,8 @@ This product contains the Piccolo XML Parser for Java This product contains the chunks_parse_cmds.tbl file from the vsdump program. Copyright (C) 2006-2007 Valek Filippov (frob@df.ru) + +This product contains parts of the eID Applet project +(http://eid-applet.googlecode.com). Copyright (c) 2009-2014 +FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), +Bart Hanssens from FedICT
\ No newline at end of file |