home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / Mandel / src / Notice < prev    next >
Text File  |  1989-06-04  |  4KB  |  74 lines

  1. /*
  2.  *                     +-----------------------------+
  3.  *                     | Mandelbrot Construction Set |
  4.  *                     +-----------------------------+
  5.  *
  6.  *                   (C) By Olaf {* KosmoSoft *} Seibert
  7.  *                         15 September 1987 V1.0
  8.  *                          22 January 1989 V1.1
  9.  *                          28 January 1989 V1.2
  10.  *                           16 April 1989 V1.3
  11.  *
  12.  *
  13.  * Copyright 1987, 1989 by Olaf Seibert, KosmoSoft Productions.
  14.  *
  15.  * Notice: The palette and the file requester were written by others.
  16.  * (=RJ= Mical and C. Heath respectively)
  17.  * These packages were adapted to be more generally usable, and to
  18.  * conform more to my own taste.
  19.  * I had to remove a number of bugs from Jim Kents IFF routines.
  20.  * For the 'select' requester I used Stuart Ferguson's blk 2.0 (which I
  21.  * extended to generate code for longint string requesters)
  22.  *
  23.  * Mind you: _I_ didn't mention ShareWare! (though donations are
  24.  * not unwelcome...)
  25.  */
  26.  
  27. This software is (C) Copyright 1989 by Olaf Seibert. All Rights Reserved.
  28.  
  29. This software is NOT in the public domain. It may not be sold or used for
  30. profit without prior written consent from the author, Olaf Seibert.
  31.  
  32. Conditions for redistribution are:
  33.  
  34. - This notice must remain included at all times. It may not be modified in
  35.   any way.
  36.  
  37. - No charge may be made for distribution above media and transportation
  38.   costs, except by Fred Fish when included in his library.
  39.  
  40. - The source and documentation of the program must always be distributed
  41.   with the binary, unless the distributor of said binary agrees to supply
  42.   the source and documentation on request, with no expiration date on
  43.   availability of said source and documentation.
  44.  
  45. - If any part of this program (source or binary) or its documentation is
  46.   included in any other software package, either integrated or separately,
  47.   these redistribution conditions automatically apply to the entire
  48.   package, unless prior written permission is obtained from the author.
  49.  
  50. - No claim is made regarding the quality of this software or its
  51.   documentation. It is supplied purely as-is. The author cannot be held
  52.   responsible for any damages occurring directly or indirectly from using
  53.   or not using this program.
  54.  
  55. /************************************************************************
  56. * .-------------------------------------------------------------------. *
  57. * |               --- >>>  AUTHOR INFORMATION  <<< ---                | *
  58. * `-------------------------------------------------------------------' *
  59. *=======================================================================*
  60. *                                 ||                                    *
  61. *  Study address                  ||   Home address                     *
  62. *  (might vary)                   ||   (safe way to send fanmail)       *
  63. *                                 ||                                    *
  64. *  Olaf Seibert                   ||   Olaf Seibert                     *
  65. *  Vossendijk 149                 ||   Beek 5                           *
  66. *  6534 TN  Nijmegen              ||   5815 CS  Merselo                 *
  67. *  The Netherlands                ||   The Netherlands                  *
  68. *                                 ||                                    *
  69. *  International +31-80561045     ||   International +31-4786205        *
  70. *  or National 080-561045         ||   or National 04786-205            *
  71. *                                 ||                                    *
  72. *=======================================================================*
  73. ************************************************************************/
  74.