#########################################################################
# Copyright (c)  2005, 2006  Stephan A. Rickauer.                       #
# Permission is granted to copy, distribute and/or modify this document #
# under the terms of the GNU Free Documentation License, Version 1.2    #
# or any later version published by the Free Software Foundation;       #
# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover   #
# Texts.  A copy of the license is included in the section entitled     #
# "GNU Free Documentation License".                                     #
#########################################################################

phpMyMembers incorporates the following software:
-------------------------------------------------------

    * Name:     fpdf
      Source:   http://www.fpdf.org
      Author:   Olivier (olivier@fpdf.org)
      License:  Freeware
      Files in:
                - include/fpdf153/ 


    * Name:     phpAuthent
      Source:   http://phpauth.sourceforge.net
      Author:   Arnaud Vincent
      License:  GPL
      Files in:
                - include/phpauthent/
                - img/key.png


    * Name:     DatePickerControl
      Source:   http://dali.mty.itesm.mx/~hugo/js/datepickercontrol/
      Author:   Hugo Ortega_Hernandez (hugorteg _no_spam_ at gmail dot com)
      License:  GPL
      Files in:
                - include/js/datepickercontrol.js
                - include/css/datepickercontrol.css
                - img/calendar_icon.png


    * Name:     formval
      Source:   http://www.xs4all.nl/~sbpoley/webmatters/formval.html
      Author:   Stephen Poley
      License:  not stated, author expressed permission to use code in GPL
      Files in:
                - include/js/formval.js


    * Name:     FotoWindow
      Source:   http://www.web-toolbox.net/webtoolbox/bilder/06-imagepassend/window-bildmass02.htm
      Author:   W. Jansen
      License:  unclear, permission to use code received by email
      Code in:  
                - detail.php


phpMyMembers incorporates ideas from the following persons:
-----------------------------------------------------------

    * Rob (rob@widgetmonkey.com) from PHP-addressbook
      at http://www.widgetmonkey.com/app.php?id=1

        - Rob's program comes close to what I wanted to do, but since
          he focuses on an addressbook I couldn't use his code. However,
          large parts of concept and design derived from there.
        - The A-Z list derived from Rob, too, but was implemented 
          differently. At present, no code is shared at all.


    * Dave Lawrence (dave@ini.phys.ethz.ch)

        - Dave helped me to understand how sql joins work. I now use
          some of his hints for the search engine code. Thanks, Dave!
