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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : VDT100
  5. -- Version      : 1.0
  6. -- Author       : Triplett, Brenda and Hammons, Bud
  7. --              : Department of Computer Science
  8. --              : North Texas State University
  9. --              : Denton, TX  76203
  10. -- DDN Address  : HAMMONS%TI-EG at CSNET-RELAY
  11. -- Copyright    : (c) 1984, 1985 Brenda Triplett and Bud Hammons
  12. -- Date created :  1984
  13. -- Release date :  15 Jan 1985
  14. -- Last update  :  15 Jan 1985
  15. -- Machine/System Compiled/Run on : Telesoft Ada 1.5, VAX
  16. --                                                           -*
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     :  VT100, TERMINAL INTERFACE, TOWERS OF HANOI
  20. ----------------:
  21. --
  22. -- Abstract     :  VDT100.SRC contains a package which provides a
  23. ----------------:  set of routines to interface with a VT100
  24. ----------------:  computer terminal, providing procedures for
  25. ----------------:  functions such as cursor positioning and clear
  26. ----------------:  screen.  Included is a test program, which is
  27. ----------------:  a solution to the Towers of Hanoi.
  28. ----------------:  This is a first student attempt and does not use
  29. ----------------:  the IMAGE attribute.
  30. --                                                           -*
  31. ------------------ Revision history ---------------------------
  32. --                                                           -*
  33. -- DATE         VERSION    AUTHOR                  HISTORY
  34. -- 15 Jan 85       1.0    Brenda Triplett        Initial Release
  35. --                                                           -*
  36. ------------------ Distribution and Copyright -----------------
  37. --                                                           -*
  38. -- This prologue must be included in all copies of this software.
  39. --
  40. -- This software is copyright by the author.
  41. --
  42. -- This software is released to the Ada community.
  43. -- This software is released to the Public Domain (note:
  44. --   software released to the Public Domain is not subject
  45. --   to copyright protection).
  46. -- Restrictions on use or distribution:  NONE
  47. --                                                           -*
  48. ------------------ Disclaimer ---------------------------------
  49. --                                                           -*
  50. -- This software and its documentation are provided "AS IS" and
  51. -- without any expressed or implied warranties whatsoever.
  52. -- No warranties as to performance, merchantability, or fitness
  53. -- for a particular purpose exist.
  54. --
  55. -- Because of the diversity of conditions and hardware under
  56. -- which this software may be used, no warranty of fitness for
  57. -- a particular purpose is offered.  The user is advised to
  58. -- test the software thoroughly before relying on it.  The user
  59. -- must assume the entire risk and liability of using this
  60. -- software.
  61. --
  62. -- In no event shall any person or organization of people be
  63. -- held responsible for any direct, indirect, consequential
  64. -- or inconsequential damages or lost profits.
  65. --                                                           -*
  66. -------------------END-PROLOGUE--------------------------------
  67.  
  68.