diff options
-rw-r--r-- | src/changes/changes.xml | 1 | ||||
-rw-r--r-- | src/site/fml/faq.fml | 7 |
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>. |