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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : DYNAMIC_STRING
  5. -- Version      : 1.0
  6. -- Author       : Richard Powers et al (see credits in source)
  7. --              : TI Ada Technology Branch
  8. --              : PO Box 801, MS 8007
  9. --              : McKinney, TX  75069
  10. -- DDN Address  : powers%ti-eg at csnet-relay
  11. -- Copyright    : (c) N/A 
  12. -- Date created : 15 Apr 85 
  13. -- Release date :  15 Apr 85 
  14. -- Last update  : 15 Apr 85 
  15. -- Machine/System Compiled/Run on :DG MV 10000, ROLM ADE
  16. --                                                           -*
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     : string, dynamic string 
  20. ----------------:
  21. --
  22. -- Abstract     :  
  23. --     This package creates and manipulates dynamic (variable-length)
  24. -- strings under Ada.  See the source code for further details and
  25. -- documentation.
  26. --
  27. --    This package was created in conjunction with the NOSC tools effort
  28. -- at TI.
  29. ----------------:  
  30. --                                                           -*
  31. ------------------ Revision history ---------------------------
  32. --                                                           -*
  33. -- DATE         VERSION    AUTHOR                  HISTORY
  34. -- 4/15/85    1.0    Richard Powers        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 released to the Ada community.
  41. -- This software is released to the Public Domain (note:
  42. --   software released to the Public Domain is not subject
  43. --   to copyright protection).
  44. -- Restrictions on use or distribution:  NONE
  45. --                                                           -*
  46. ------------------ Disclaimer ---------------------------------
  47. --                                                           -*
  48. -- This software and its documentation are provided "AS IS" and
  49. -- without any expressed or implied warranties whatsoever.
  50. -- No warranties as to performance, merchantability, or fitness
  51. -- for a particular purpose exist.
  52. --
  53. -- Because of the diversity of conditions and hardware under
  54. -- which this software may be used, no warranty of fitness for
  55. -- a particular purpose is offered.  The user is advised to
  56. -- test the software thoroughly before relying on it.  The user
  57. -- must assume the entire risk and liability of using this
  58. -- software.
  59. --
  60. -- In no event shall any person or organization of people be
  61. -- held responsible for any direct, indirect, consequential
  62. -- or inconsequential damages or lost profits.
  63. --                                                           -*
  64. -------------------END-PROLOGUE--------------------------------
  65.