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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Menu Manager Package 
  4. -- Version      : 1.0
  5. -- Author       : Ford Aerospace and Comm Corp.
  6. --              : 1260 Grossman Ave  
  7. --              : Sunnyvale, Ca. 
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985 Ford Aerospace and Comm Corp. 
  13. -- Date created : 
  14. -- Release date : April 1985 
  15. -- Last update  : April 1985 
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. -- Abstract     : This Package allows users to create and modify 
  23. ----------------: any display menus without requiring any modification 
  24. ----------------: of the Menu Manager programs.  It processes
  25. ----------------: menu definitions written in a menu definition 
  26. ----------------: language and residing in external files.
  27. ----------------: 
  28. ----------------: 
  29. ----------------: 
  30. ----------------:
  31. ----------------: This tool was developed as a precursor for 
  32. ----------------: the WMCCS Information System (WIS).  An
  33. ----------------: executable version of the tool has been 
  34. ----------------: demonstrated.  This source code has sub-
  35. ----------------: sequently been recompiled but has not under-
  36. ----------------: gone extensive testing.
  37. ----------------:
  38. --                                                           -*
  39. ------------------ Revision history ---------------------------
  40. --                                                           -*
  41. -- DATE         VERSION AUTHOR                  HISTORY 
  42. -- 04/85         1.0                            Initial Release 
  43. --                                                           -*
  44. ------------------ Distribution and Copyright -----------------
  45. --                                                           -*
  46. -- This prologue must be included in all copies of this software.
  47. -- 
  48. -- This software is copyright by the author.
  49. -- 
  50. -- This software is released to the Ada community.
  51. -- This software is released to the Public Domain (note:
  52. --   software released to the Public Domain is not subject
  53. --   to copyright protection).
  54. -- Restrictions on use or distribution:  NONE
  55. --                                                           -*
  56. ----------------- Disclaimer ----------------------------------
  57. --                                                           -*
  58. -- This software and its documentation are provided "AS IS" and
  59. -- without any expressed or implied warranties whatsoever.
  60. --
  61. -- No warranties as to performance, merchantability, or fitness
  62. -- for a particular purpose exist.
  63. --
  64. -- Because of the diversity of conditions and hardware under
  65. -- which this software may be used, no warranty of fitness for
  66. -- a particular purpose is offered.  The user is advised to 
  67. -- test the software thoroughly before relying on it.  The user
  68. -- must assume the entire risk and liability of using this 
  69. -- software.
  70. --
  71. -- In no event shall any person or organization of people be
  72. -- held responsible for any direct, indirect, consequential
  73. -- or inconsequential damages or lost profits.
  74. --                                                          -*
  75. ----------------- END-PROLOGUE -------------------------------
  76.