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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : program Load_AR_Tape
  5. -- Version      : 1.0
  6. -- Author       : 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 : February 9, 1987
  13. -- Release date : February 9, 1987
  14. -- Last update  : March 7, 1987
  15. -- Machine/System Compiled/Run on : Data General MV10000,
  16. --                                : Rolm ADE
  17. --
  18. ---------------------------------------------------------------
  19. --
  20. -- Keywords     : Ada Repository, ANSI Standard Tapes,
  21. --              : Automated Loading
  22. -- Abstract     : The program, Load_AR_Tape, and it's supporting
  23. --                packages, automate the process of loading the
  24. --                ANSI standard tape copies into a Data General
  25. --                MV10000.  The directory structure of the Ada
  26. --                repository is preserved.  The dynamic strings
  27. --                package, DYN, found in the Ada Repository as
  28. --                PD<ADA.COMPONENTS>DSTR3.SRC, is used by this
  29. --                program.
  30. --
  31. ------------------ Revision history ---------------------------
  32. --
  33. -- DATE         VERSION AUTHOR                  HISTORY
  34. -- 3/7/87       1.0     A. F. Niessner, Jr.     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.  
  67.