home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d561 / reqtools.lha / ReqTools / DISTRIBUTION < prev    next >
Text File  |  1991-11-20  |  4KB  |  117 lines

  1.  
  2.                       **********************************
  3.  
  4.                             reqtools.library
  5.  
  6.                             The requester toolkit.
  7.  
  8.                             Release 1.0a
  9.  
  10.                             (c) 1991 Nico François
  11.  
  12.                       **********************************
  13.  
  14.  
  15.    The programs and files in this distribution are freely distributable, but
  16. are also Copyright (c) Nico François. They may be freely distributed as long
  17. as no more than a nominal fee is charged to cover time and copying costs.
  18.  
  19.    Programmers can register as a ReqTools developer by sending US$25 to:
  20.  
  21.                                 Nico François
  22.                                 Corbielaan 13
  23.                                 B-3060 Bertem
  24.                                 BELGIUM
  25.  
  26.    Send money by EuroCheck (only in Belgian Francs (BEF)!), postal(!) money
  27. order or cash!  It's impossible for me to cash in foreign checks.  Please
  28. state the version of reqtools.library you have (use the C:Version command to
  29. display the version) and if you use the 1.3 or 2.0 version.
  30.  
  31.    If you register you will be sent the next update of ReqTools (when it
  32. becomes available) and you will be kept up to date concerning further
  33. developments regarding ReqTools.
  34.  
  35.    The complete ReqTools package contains following files:
  36.  
  37.     doc (dir)
  38.         reqtools.doc
  39.         windowptr.readme
  40.     demo (dir)
  41.         demo
  42.         demo.c
  43.         makefile
  44.     fd (dir)
  45.         reqtools_lib.fd
  46.     include (dir)
  47.         clib (dir)
  48.             reqtools_protos.h
  49.         libraries (dir)
  50.             reqtools_lib.i
  51.             reqtools.h
  52.             reqtools.i
  53.         pragmas (dir)
  54.             reqtools.h
  55.         proto (dir)
  56.             reqtools.h
  57.     include13 (dir)
  58.         utility (dir)
  59.             hooks.h
  60.             hooks.i
  61.             tagitem.h
  62.             tagitem.i
  63.     kick13 (dir)
  64.         reqtools.library
  65.     kick20 (dir)
  66.         reqtools.library
  67.     lib (dir)
  68.         src (dir)
  69.             makefile                         README
  70.             reqtools.i                       rtAllocRequest.asm
  71.             rtAllocRequestA.asm              rtChangeReqAttr.asm
  72.             rtChangeReqAttrA.asm             rtEZRequest.asm
  73.             rtEZRequestA.asm                 rtEZRequestTags.asm
  74.             rtFileRequest.asm                rtFileRequestA.asm
  75.             rtFontRequest.asm                rtFontRequestA.asm
  76.             rtFreeFileList.asm               rtFreeReqBuffer.asm
  77.             rtFreeRequest.asm                rtGetLong.asm
  78.             rtGetLongA.asm                   rtGetString.asm
  79.             rtGetStringA.asm                 rtGetVScreenSize.asm
  80.             rtPaletteRequest.asm             rtPaletteRequestA.asm
  81.             rtReqHandler.asm                 rtReqHandlerA.asm
  82.             rtScreenToFrontSafely.asm        rtSetReqPosition.asm
  83.             rtSetWaitPointer.asm             rtSpread.asm
  84.         reqtools.lib
  85.         reqtoolsnb.lib
  86.     DISTRIBUTION
  87.     README
  88.     reqtoolsDemo
  89.     Install
  90.     Install.script
  91.  
  92.    The 'include13' directory holds clones of 'utility/tagitem.[hi]' and
  93. 'utility/hooks.[hi]' for people who haven't got the 2.0 include files.  The
  94. original files are not included because they are copyrighted by Commodore.
  95.  
  96.    All of these files (except demo.c) must remain unmodified and are
  97. copyrighted by the author.  None of these files may be distributed on its own,
  98. the entire package must be distributed as one whole.  'demo.c' is full public
  99. domain and can be used in any way you like.
  100.  
  101.    There is one exception to the above.  If you plan to release a freely
  102. distributable program, you may include 'kick13/reqtools.library',
  103. 'kick20/reqtools.library' and the installation script (with icon) with your
  104. distribution.  It is left to the programmer to decide whether he wished to
  105. register as a ReqTools developer.  Registration is not required, use is free.
  106.  
  107.    Commercial usage is allowed if the following two conditions are met:
  108. a) you register as a ReqTools developer and b) you send me a copy of your
  109. program(s) using reqtools.library.  If these conditions are met you are
  110. allowed to include the 1.3 and 2.0 version of reqtools.library and the
  111. install script with your commercial product.
  112.  
  113.    Whether your program is freely distributable or commercial, you must state
  114. in your documentation that your program uses reqtools.library and that
  115. ReqTools is Copyright (c) Nico François.
  116.  
  117.