From 112cb827e960be047f38cd7c60b27b4202f02596 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 17 Dec 2018 21:39:40 +0000 Subject: Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties. Fixes #150 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1240 f203690c-595d-4dc9-a70b-905162fa7fd2 --- NOTICE.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NOTICE.txt (limited to 'NOTICE.txt') diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..bf7ce69 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,5 @@ +Many of the financial functions have been originally copied from the Apache +POI project (Apache Software Foundation) and the UCanAccess Project. They +have been then modified and adapted so that they are integrated with Jackcess, +in a consistent manner. The Apache POI and UCanAccess projects are licensed +under Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0. -- cgit v1.2.3