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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    :  MESSAGE_IO
  4. -- Version      :  1.0
  5. -- Author       :  Patrick Kopson 
  6. --              : Texas Instruments  
  7. --              :  
  8. --              :  
  9. -- DDN Address  :  WOODY%TI-EG@CSNET-RELAY
  10. -- Copyright    :  (c) 1985
  11. -- Date created :  01 APR 85
  12. -- Release date :  03 DEC 85
  13. -- Last update  :  03 DEC 85
  14. -- Machine/System Compiled/Run on :  VAX 11/785  VMS 4.1
  15. --                                   DEC Ada
  16. --                                                           -*
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     : Text_Messages  
  20. ----------------:
  21. --
  22. -- Abstract     :  
  23. --   This package is used for sending messages to the defaut
  24. --   output file.  See the visible part for the details of the
  25. --   structure of the messages.  Minor changes to this package
  26. --   (including making the length of certain fields generic 
  27. --   parameters) would make this package much more versatile.
  28. ----------------:  
  29. --                                                           -*
  30. ------------------ Revision history ---------------------------
  31. --                                                           -*
  32. -- DATE         VERSION    AUTHOR                  HISTORY
  33. -- 12/3/85      1.0         Patrick Kopson          Initial Release
  34. --                                                           -*
  35. ------------------ Distribution and Copyright -----------------
  36. --                                                           -*
  37. -- This prologue must be included in all copies of this software.
  38. --
  39. -- This software is copyright by the author.
  40. --
  41. -- This software is released to the Ada community.
  42. -- This software is released to the Public Domain (note:
  43. --   software released to the Public Domain is not subject
  44. --   to copyright protection).
  45. -- Restrictions on use or distribution:  NONE
  46. --                                                           -*
  47. ------------------ Disclaimer ---------------------------------
  48. --                                                           -*
  49. -- This software and its documentation are provided "AS IS" and
  50. -- without any expressed or implied warranties whatsoever.
  51. -- No warranties as to performance, merchantability, or fitness
  52. -- for a particular purpose exist.
  53. --
  54. -- Because of the diversity of conditions and hardware under
  55. -- which this software may be used, no warranty of fitness for
  56. -- a particular purpose is offered.  The user is advised to
  57. -- test the software thoroughly before relying on it.  The user
  58. -- must assume the entire risk and liability of using this
  59. -- software.
  60. --
  61. -- In no event shall any person or organization of people be
  62. -- held responsible for any direct, indirect, consequential
  63. -- or inconsequential damages or lost profits.
  64. --                                                           -*
  65. -------------------END-PROLOGUE--------------------------------
  66.