home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / cpa.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.3 KB  |  66 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : CPA
  5. -- Version      : 1.0
  6. -- Author:    David Kwong
  7. --              Jet Propulsion Laboratory/CalTech
  8. --              MS 301-125J
  9. --              4800 Oak Grove Drive
  10. --              Pasadena, CA 91109
  11. --              (818) 354-8285
  12. -- DDN Address  : N/A
  13. -- Copyright    : 1986 (c) David Kwong
  14. -- Date created :  12/23/86
  15. -- Release date :  12/23/86
  16. -- Last update  :  12/23/86
  17. -- Machine/System Compiled/Run on : VAX 11/780, VMS 4.4, DEC Ada
  18. --
  19. ---------------------------------------------------------------
  20. --
  21. -- Keywords     :  Compools
  22. --
  23. -- Abstract     :  CPA - Compools in Ada
  24. --
  25. -- CPA.SRC -- This file contains the programs for the compool like
  26. -- structure in Ada.  This structure is similar to a common block.
  27. -- The programs must be compiled in this order:
  28. --
  29. -- 1) CBCONSTG -- generic package with the CPA data and structure
  30. -- 2) RUN_CB -- test procedure
  31. --
  32. -- Then link RUN_CB and run it.  The output will appear on the screen.
  33. --
  34. ------------------ Revision history ---------------------------
  35. --
  36. -- DATE         VERSION    AUTHOR                  HISTORY
  37. -- 12/23/86    1.0    David Kwong        Initial Release
  38. ------------------ Distribution and Copyright -----------------
  39. --
  40. -- This prologue must be included in all copies of this software.
  41. --
  42. -- This software is copyright by the author.
  43. --
  44. -- This software is released to the Ada community.
  45. -- Restrictions on use or distribution:  NONE
  46. --
  47. ------------------ Disclaimer ---------------------------------
  48. --
  49. -- This software and its documentation are provided "AS IS" and
  50. -- without any expressed or implied warranties whatsoever.
  51. -- No warranties as to performance, merchantability, or fitness
  52. -- for a particular purpose exist.
  53. --
  54. -- Because of the diversity of conditions and hardware under
  55. -- which this software may be used, no warranty of fitness for
  56. -- a particular purpose is offered.  The user is advised to
  57. -- test the software thoroughly before relying on it.  The user
  58. -- must assume the entire risk and liability of using this
  59. -- software.
  60. --
  61. -- In no event shall any person or organization of people be
  62. -- held responsible for any direct, indirect, consequential
  63. -- or inconsequential damages or lost profits.
  64. --
  65. -------------------END-PROLOGUE--------------------------------
  66.