From e557bf9b1a1d86dbe19e0f547266381224491c64 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Mon, 17 Oct 2011 21:42:41 +0000 Subject: [PATCH] This now needs Apache Commons' codec jar. --- forester/java/resources/NOTICE.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 forester/java/resources/NOTICE.txt diff --git a/forester/java/resources/NOTICE.txt b/forester/java/resources/NOTICE.txt new file mode 100644 index 0000000..ecbb4c4 --- /dev/null +++ b/forester/java/resources/NOTICE.txt @@ -0,0 +1,14 @@ +Apache Commons Codec +Copyright 2002-2011 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains +test data from http://aspell.sourceforge.net/test/batch0.tab. + +Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying +and distribution of this entire article is permitted in any medium, +provided this notice is preserved. +-------------------------------------------------------------------------------- -- 1.7.10.2