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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : program Vax_Tape
  5. -- Version      : 1.0
  6. -- Authors      : H. J. Clarke, A. F. Niessner, Jr.
  7. --              : ARL/Penn State University
  8. --              : P.O. Box 30
  9. --              : State College, Pa.  16804
  10. -- DDN Address  : arlpsu@nems
  11. -- Copyright    : (c) 1987 the Pennsylvania State University
  12. -- Date created : November 27, 1987
  13. -- Release date : November 27, 1987
  14. -- Last update  : November 27, 1987
  15. -- Machine/System Compiled/Run on : Data General MV10000,
  16. --                                  Rolm ADE_rev_240
  17. --
  18. ---------------------------------------------------------------
  19. --
  20. -- Keywords     : Vax compatible tape, ANSI standard tape,
  21. --                File transfer, Data General to Vax tape transfer
  22. -- Abstract     : The program, Vax_Tape, it's supporting
  23. --                packages, and the acompaning CLI's, provide a
  24. --                capability to write text files on a Vax compatable,
  25. --                ANSI standard, tape on a Data General MV10000.
  26. --                The dynamic strings package, DYN, found in
  27. --                the Ada Repository in the subdirectory,
  28. --                PD2<ADA.COMPONENTS>, and named DSTR3.SRC,
  29. --                is used by this program.
  30. --
  31. ------------------ Revision history ---------------------------
  32. --
  33. -- DATE         VERSION AUTHORS                 HISTORY
  34. -- 11/27/87     1.0     A. F. Niessner, Jr.     Initial Release
  35. --                      H. J. Clarke
  36. --
  37. ------------------ Distribution and Copyright -----------------
  38. --
  39. -- This prologue must be included in all copies of this software.
  40. --
  41. -- This software is copyright by the authors.
  42. --
  43. -- This software is released to the Ada community.
  44. -- This software is released to the Public Domain (note:
  45. --   software released to the Public Domain is not subject
  46. --   to copyright protection).
  47. -- Restrictions on use or distribution:  NONE
  48. --
  49. ------------------ Disclaimer ---------------------------------
  50. --
  51. -- This software and its documentation are provided "AS IS" and
  52. -- without any expressed or implied warranties whatsoever.
  53. -- No warranties as to performance, merchantability, or fitness
  54. -- for a particular purpose exist.
  55. --
  56. -- Because of the diversity of conditions and hardware under
  57. -- which this software may be used, no warranty of fitness for
  58. -- a particular purpose is offered.  The user is advised to
  59. -- test the software thoroughly before relying on it.  The user
  60. -- must assume the entire risk and liability of using this
  61. -- software.
  62. --
  63. -- In no event shall any person or organization of people be
  64. -- held responsible for any direct, indirect, consequential
  65. -- or inconsequential damages or lost profits.
  66. --
  67.  
  68. to tape, Vax_Tape.F