home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / virterm / curses.pro next >
Encoding:
Text File  |  1988-05-03  |  2.8 KB  |  59 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : CURSES INTERFACE
  4. -- Version      : 1.0
  5. -- Author       : Steve Rosen
  6. --              : Siemens Research
  7. -- DDN Address  : vrdxhq!siemens!gypsy!rosen@seismo
  8. -- Copyright    : 
  9. -- Date created :  6 August 1985
  10. -- Release date :  6 August 1985
  11. -- Last update  :  6 August 1985
  12. -- Machine/System Compiled/Run on : VADS VAX/UNIX 4.06
  13. --                                                           -*
  14. ---------------------------------------------------------------
  15. --                                                           -*
  16. -- Keywords     :  display, terminal update, screen
  17. ----------------:
  18. --
  19. -- Abstract     :  This package provides an interface to the UNIX
  20. ----------------:  curses package through Ada.
  21. --                                                           -*
  22. ------------------ Revision history ---------------------------
  23. --                                                           -*
  24. -- DATE         VERSION    AUTHOR                  HISTORY
  25. -- ???        0.0    Steve Rosen        Initial Release
  26. -- 8/6/85    1.0    Karl A. Nyberg        Release to SIMTEL
  27. --                                                           -*
  28. ------------------ Distribution and Copyright -----------------
  29. --                                                           -*
  30. -- This prologue must be included in all copies of this software.
  31. --
  32. -- This software is copyright by the author.
  33. --
  34. -- This software is released to the Ada community.
  35. -- This software is released to the Public Domain (note:
  36. --   software released to the Public Domain is not subject
  37. --   to copyright protection).
  38. -- Restrictions on use or distribution:  NONE
  39. --                                                           -*
  40. ------------------ Disclaimer ---------------------------------
  41. --                                                           -*
  42. -- This software and its documentation are provided "AS IS" and
  43. -- without any expressed or implied warranties whatsoever.
  44. -- No warranties as to performance, merchantability, or fitness
  45. -- for a particular purpose exist.
  46. --
  47. -- Because of the diversity of conditions and hardware under
  48. -- which this software may be used, no warranty of fitness for
  49. -- a particular purpose is offered.  The user is advised to
  50. -- test the software thoroughly before relying on it.  The user
  51. -- must assume the entire risk and liability of using this
  52. -- software.
  53. --
  54. -- In no event shall any person or organization of people be
  55. -- held responsible for any direct, indirect, consequential
  56. -- or inconsequential damages or lost profits.
  57. --                                                           -*
  58. -------------------END-PROLOGUE--------------------------------
  59.