home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 163_01 / copyrght.doc < prev    next >
Text File  |  1991-01-07  |  2KB  |  56 lines

  1. The original source for this Small-C compiler was copied from
  2. "Small-C Compiler, v.2" in Dr. Dobb's Journal, Numbers 74 and 75,
  3. December 1982 and January 1983.  Author: J. E. Hendrix.
  4.  
  5. The accompanying article contains the following statement by Hendrix:
  6.  
  7. "This version of Small-C is copyrighted as a revision to Ron Cain's
  8. original work.  It is, nevertheless, available to the general public
  9. for use without formal restrictions.  Take it, use it, copy it, modify
  10. it, and give it away as you please.  If you capitalize on it for profit,
  11. I ask only that you compensate the principal authors in a manner that
  12. seems fair to you."
  13.  
  14. Hendrix's address is Rt. 1, Box 74-B-1, Oxford, MS 38665.
  15.  
  16. The work of entering the source from the printed listings was performed
  17. by a group of IBM employees as an informal project of the Rochester,
  18. Minnesota IBM Club's Personal Computing Interest Group.
  19.  
  20. The code attributable to Hendrix is contained in the following source files:
  21.  
  22.    CC.DEF   CC1.C    CC11.C   CC12.C   CC13.C   CC2.C    CC21.C
  23.    CC22.C   CC3.C    CC31.C   CC32.C   CC4.C    CC41.C   CC42.C
  24.  
  25. This code is also present, in compiled form, in CC.EXE.  All other
  26. code delivered with this compiler, including the CC5 optimizer routines,
  27. the basic STDIO.C routines, and the I/O and utility library, are the
  28. original work of D. R. Hicks.
  29.  
  30. Any use, copying, or distribution of this compiler should be consistent
  31. with these statements.
  32.  
  33.                                     Daniel R. Hicks
  34.                                     January 14, 1984
  35.  
  36. Release 1.01 added 2 dimensional arrays (See test case test.c).
  37. modified files from 1.00 are:
  38.  
  39.  
  40. Changed file:              Functions:
  41.  
  42. cc.def                  none: definitions
  43.  
  44. cc12.c                  declglb, declloc, initials, newfunc
  45.             (addsym call), doargs
  46.  
  47. cc13.c                  addlabel (addsym call)
  48.  
  49. cc21.c                  addsym
  50.  
  51. cc32.c                  primary (addsym call), heir14
  52.  
  53.  
  54.                     Don Lang
  55.                     December, 1990
  56.