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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Virtual Terminal Protocol 
  4. -- Version      : 1.0
  5. -- Author       : John Foreman
  6. --              : Texas Instruments, Inc.
  7. --              : P.O. Box 801 MS 8007
  8. --              : McKinney, TX  75069
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Texas Instruments, Inc.
  14. -- Date created : 9 November 1984
  15. -- Release date : March 1985
  16. -- Last update  : March 1985
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : The ANSI virtual terminal is a program level
  25. ----------------: interface providing support for scroll, page
  26. ----------------: and form-mode terminals.  This package uses
  27. ----------------: a terminal capabilities database to determine
  28. ----------------: the capabilities of a variety of terminals.
  29. ----------------: This package was designed to enhance the 
  30. ----------------: transportability of the source code and 
  31. ----------------: interoperability of the terminal capabilities      
  32. ----------------: database.
  33. ----------------:
  34. ----------------: This tool was developed as a precursor for 
  35. ----------------: the WMCCS Information System (WIS).  An
  36. ----------------: executable version of the tool has been 
  37. ----------------: demonstrated.  This source code has sub-
  38. ----------------: sequently been recompiled but has not under-
  39. ----------------: gone extensive testing.
  40. ----------------:
  41. --                                                           -*
  42. ------------------ Revision history ---------------------------
  43. --                                                           -*
  44. -- DATE         VERSION AUTHOR                  HISTORY 
  45. -- 03/85          1.0   John Foreman            Initial Release
  46. --                                                           -*
  47. ------------------ Distribution and Copyright -----------------
  48. --                                                           -*
  49. -- This prologue must be included in all copies of this software.
  50. -- 
  51. -- This software is copyright by the author.
  52. -- 
  53. -- This software is released to the Ada community.
  54. -- This software is released to the Public Domain (note:
  55. --   software released to the Public Domain is not subject
  56. --   to copyright protection).
  57. -- Restrictions on use or distribution:  NONE
  58. --                                                           -*
  59. ----------------- Disclaimer ----------------------------------
  60. --                                                           -*
  61. -- This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.
  63. --
  64. -- No warranties as to performance, merchantability, or fitness
  65. -- for a particular purpose exist.
  66. --
  67. -- Because of the diversity of conditions and hardware under
  68. -- which this software may be used, no warranty of fitness for
  69. -- a particular purpose is offered.  The user is advised to 
  70. -- test the software thoroughly before relying on it.  The user
  71. -- must assume the entire risk and liability of using this 
  72. -- software.
  73. --
  74. -- In no event shall any person or organization of people be
  75. -- held responsible for any direct, indirect, consequential
  76. -- or inconsequential damages or lost profits.
  77. --                                                          -*
  78. ----------------- END-PROLOGUE -------------------------------
  79.