Since I used a DoubleMetaphone function and wordlist that I did not
create, and come with copyrights of their own, I must include those
copyrights with my software.  You are free to modify/redistribute this
software and all its contents as long as you adhere to those copyrights.

- Alan Nouri

=========================================================================

http: swoodbridge.com/DoubleMetaPhone/

  VERSION DoubleMetaphone Class 1.01
 
  DESCRIPTION
  
    This class implements a "sounds like" algorithm developed
    by Lawrence Philips which he published in the June, 2000 issue
    of C/C++ Users Journal.  Double Metaphone is an improved
    version of Philips' original Metaphone algorithm.
  
  COPYRIGHT
  
    Copyright 2001, Stephen Woodbridge <woodbri@swoodbridge.com>
    All rights reserved.
 
    http: swoodbridge.com/DoubleMetaPhone/
 
    This PHP translation is based heavily on the C implementation
    by Maurice Aubrey <maurice@hevanet.com>, which in turn  
    is based heavily on the C++ implementation by
    Lawrence Philips and incorporates several bug fixes courtesy
    of Kevin Atkinson <kevina@users.sourceforge.net>.
  
    This module is free software; you may redistribute it and/or
    modify it under the same terms as Perl itself.
  
  CONTRIBUTIONS
 
    17-May-2002 Geoff Caplan  http: www.advantae.com
      Bug fix: added code to return class object which I forgot to do
      Created a functional callable version instead of the class version
      which is faster if you are calling this a lot.
      
=========================================================================

http: wordlist.sourceforge.net/

  Copyright 2000-2004 by Kevin Atkinson

  Permission to use, copy, modify, distribute and sell these word
  lists, the associated scripts, the output created from the scripts,
  and its documentation for any purpose is hereby granted without fee,
  provided that the above copyright notice appears in all copies and
  that both that copyright notice and this permission notice appear in
  supporting documentation. Kevin Atkinson makes no representations
  about the suitability of this array for any purpose. It is provided
  "as is" without express or implied warranty.

=========================================================================

Also included is a file SCOWL-LICENSE, which contains the individual
licenses for the word lists that are included with SCOWL.  I only used
wordlists that are in the public domain, I think, but since I wrote this
so long ago I'm being safe and including all these copyrights.  If for
some reason you want to re-distribute this spell checker without those
copyrights, feel free to verify that none of the words in the database
are in those wordlists.