summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2009-10-11 04:55:47 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2009-10-11 04:55:47 +0000
commit24b20e6d8c454e7296b8e5700a0e9ed15e2e745a (patch)
tree50998e11c1eb364942ae67812a038f84ced5f5af
parent53da7b3e5a7d2f1a4159ffaa80663813a585d9e9 (diff)
downloadjackcess-24b20e6d8c454e7296b8e5700a0e9ed15e2e745a.tar.gz
jackcess-24b20e6d8c454e7296b8e5700a0e9ed15e2e745a.zip
doc updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@405 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/changes/changes.xml1
-rw-r--r--src/site/fml/faq.fml7
2 files changed, 3 insertions, 5 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e3e29c..8416262 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -2,7 +2,6 @@
<properties>
<title>Release notes</title>
<author email="javajedi@users.sf.net">Tim McCune</author>
- <author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
<release version="1.1.19" date="2009-06-13">
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index db61a67..ee9b00d 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -66,13 +66,12 @@
<faq id="poi">
<question>
- This looks like a logical addition to
- <a href="http://poi.apache.org/">POI</a>. Why not integrate
- with that project?
+ This looks like a logical addition to POI. Why not integrate with
+ that project?
</question>
<answer>
<p>
- POI is released under
+ <a href="http://poi.apache.org/">POI</a> is released under
<a href="http://www.apache.org/foundation/licence-FAQ.html">The Apache License</a>.
Jackcess is released under
<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">The GNU Lesser General Public License</a>.