LICENSE.TXT
上传用户:hlzzc88
上传日期:2007-01-06
资源大小:220k
文件大小:2k
源码类别:

编译器/解释器

开发平台:

Others

  1.  #
  2.  # 68K/386 32-bit C compiler.
  3.  #
  4.  # copyright (c) 1996, David Lindauer
  5.  # 
  6.  # This compiler is intended for educational use.  It may not be used
  7.  # for profit without the express written consent of the author.
  8.  #
  9.  # It may be freely redistributed, as long as this notice remains intact
  10.  # and sources are distributed along with any executables derived from them.
  11.  #
  12.  # The author is not responsible for damages, either direct or consequential,
  13.  # that may arise from use of this software.
  14.  #
  15.  # v1.35 March 1997
  16.  # David Lindauer, gclind01@starbase.spd.louisville.edu
  17.  #
  18.  # Credits to Mathew Brandt for original K&R C compiler
  19.  #
  20.  #
  21. This compiler is presented on an 'as-is' basis without any guarantee of
  22. usability or fitness for any given application.  Risks associated with
  23. using it, both direct and consequential, which include but are not
  24. limited to financial loss or loss of life are not the 
  25. responsibility of the authors.  However, this compiler is intended as 
  26. an educational tool, and is not to be used commercially in any case 
  27. without the express written consent of the authors.
  28. All software in this package is freeware.  This includes the compiler,
  29. the DPMI system, and the CL386 program.  The basic agreement is that it
  30. is freely re-distributable in other freeware packages; if you distribute 
  31. EXE files derived either directly or indirectly from any of these sources 
  32. you must at LEAST make the original source code available, if not your 
  33. modifications.  No for-profit use allowed without consent of the authors.  
  34. The authors must be credited in derived works.  This software may not 
  35. be used for profit however Nominal distribution charges may be charged 
  36. for distributing this software.
  37. Copyrights for portions of this software are held by the writers of
  38. whichever portion they wrote and all rights are reserved.
  39. Any redistribution which includes any part of this distribution
  40. (e.g. either sources or executables or both) must also include this notice.
  41. credits to Thomas Pytel and Charles Scheffold for creating the dos
  42. extenders found in msdospmode307 amd msdospmw132.  Read their
  43. licensing information if you are interested in redistributing those files.
  44. David Lindauer
  45. 1428 Hepburn Ave
  46. Louisville, KY 40204
  47. email:  gclind01@starbase.spd.louisville.edu