home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / Readme.1st < prev   
Encoding:
Text File  |  1992-09-02  |  2.3 KB  |  57 lines

  1. ***************************************************************************
  2. *                                                                         *
  3. *                           HCE version 1.0                               *
  4. *                 C Compiler envirenment for the Amiga                    *
  5. *                           by Jason Petty.                               *
  6. *                                                                         *
  7. ***************************************************************************
  8.  
  9. /* Original Compiler Copyright.
  10.  * HCC:
  11.  *
  12.  * Copyright (c) 1988,1989,1991 by Sozobon, Limited.  Author: Johann Ruegg
  13.  *
  14.  * Permission is granted to anyone to use this software for any purpose
  15.  * on any computer system, and to redistribute it freely, with the
  16.  * following restrictions:
  17.  * 1) No charge may be made other than reasonable charges for reproduction.
  18.  * 2) Modified versions must be clearly marked as such.
  19.  * 3) The authors are not responsible for any harmful consequences
  20.  *    of using this software, even if they result from defects in it.
  21.  */
  22.  
  23. /* Original Optimizer Copyright.
  24.  * TOP:
  25.  *
  26.  * Copyright (c) 1988,1989,1991 by Sozobon, Limited.  Author: Tony Andrews
  27.  *
  28.  * Permission is granted to anyone to use this software for any purpose
  29.  * on any computer system, and to redistribute it freely, with the
  30.  * following restrictions:
  31.  * 1) No charge may be made other than reasonable charges for reproduction.
  32.  * 2) Modified versions must be clearly marked as such.
  33.  * 3) The authors are not responsible for any harmful consequences
  34.  *    of using this software, even if they result from defects in it.
  35.  */
  36.  
  37. /* Detlef Wuerkners original Copyright:
  38.  *
  39.  * HCC 2.0 Amiga version 1.1 and TOP 2.0 Amiga version 1.1. I declare the 
  40.  * work done by me as Public Domain. Detlef Wuerkner.
  41.  *
  42.  */
  43.  
  44. /* My Copyright.
  45.  * HCE:
  46.  *
  47.  * Copyright (c) 1994. Author: Jason Petty.
  48.  *
  49.  * Permission is granted to anyone to use this software for any purpose
  50.  * on any computer system, and to redistribute it freely, with the
  51.  * following restrictions:
  52.  * 1) No charge may be made other than reasonable charges for reproduction.
  53.  * 2) Modified versions must be clearly marked as such.
  54.  * 3) The authors are not responsible for any harmful consequences
  55.  *    of using this software, even if they result from defects in it.
  56.  */
  57.