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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : C2 Support Modules (AI)
  5. -- Version      : 1.0
  6. -- Author       : Software Architecture and Engineering, Inc
  7. --              : 1500 Wilson Blvd. Suite 800
  8. --              : Arlington, VA 22209
  9. --              : Andy McGarry
  10. --              : (703) 276-7910
  11. --              : Sponsor: Lt. Colonel Falgiano
  12. --              : ESD/SCW
  13. --              : Hanscom AFB, MA  01731
  14. -- DDN Address  :
  15. -- Copyright    : (c) 1986, Software Architecture and Engineering, Inc
  16. -- Date created : December, 1985
  17. -- Release date : December, 1985
  18. -- Last update  : 
  19. -- Machine/System Compiled/Run on : VAX/VMS DEC Ada
  20. --                                                           -*
  21. ---------------------------------------------------------------
  22. --                                                           -*
  23. -- Keywords     : 
  24. ----------------:
  25. --
  26. -- Abstract   : 
  27. ----------------: This is a package of types, objects, and functions
  28. ----------------: that emulate the important capabilities of the AI
  29. ----------------: language LISP which are not directly available  in Ada.
  30. ----------------: These capabilities will be represented in Ada in a
  31. ----------------: relatively straightforward manner without changing the
  32. ----------------: Ada language definition.
  33. ----------------: 
  34. ----------------: This tool was developed as a precursor for 
  35. ----------------: the WWMCCS Information System (WIS).  An
  36. ----------------: executable version of the tool has been 
  37. ----------------: demonstrated.  
  38. ----------------:
  39. --                                                           -*
  40. ------------------ Revision history ---------------------------
  41. --                                                           -*
  42. -- DATE           VERSION AUTHOR                  HISTORY 
  43. -- 12/85          1.0     SAE, Inc                Initial Release
  44. --                                                           -*
  45. ------------------ Distribution and Copyright -----------------
  46. --                                                           -*
  47. -- This prologue must be included in all copies of this software.
  48. -- 
  49. -- This software is copyright by the author.
  50. -- 
  51. -- This software is released to the Ada community.
  52. -- This software is released to the Public Domain (note:
  53. --   software released to the Public Domain is not subject
  54. --   to copyright protection).
  55. -- Restrictions on use or distribution:  NONE
  56. --                                                           -*
  57. ----------------- Disclaimer ----------------------------------
  58. --                                                           -*
  59. -- This software and its documentation are provided "AS IS" and
  60. -- without any expressed or implied warranties whatsoever.
  61. --
  62. -- No warranties as to performance, merchantability, or fitness
  63. -- for a particular purpose exist.
  64. --
  65. -- Because of the diversity of conditions and hardware under
  66. -- which this software may be used, no warranty of fitness for
  67. -- a particular purpose is offered.  The user is advised to 
  68. -- test the software thoroughly before relying on it.  The user
  69. -- must assume the entire risk and liability of using this 
  70. -- software.
  71. --
  72. -- In no event shall any person or organization of people be
  73. -- held responsible for any direct, indirect, consequential
  74. -- or inconsequential damages or lost profits.
  75. --                                                          -*
  76. ----------------- END-PROLOGUE -------------------------------
  77.  
  78.