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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : DYNAMIC_STRINGS
  5. -- Version      : 1.0
  6. -- Author       : Mike Linnig et al (see source)
  7. --              : Texas Instruments Ada Technology Branch
  8. --              : PO Box 801, MS 8007
  9. --              : McKinney, TX  75069
  10. -- DDN Address  : linnig%ti-eg at csnet-relay
  11. -- Copyright    : (c) 
  12. -- Date created :  27 June 85
  13. -- Release date :  27 June 85
  14. -- Last update  :  27 June 85
  15. -- Machine/System Compiled/Run on : DG MV 10000 with ROLM ADE
  16. --                    DEC VAX 11/780 with DEC Ada
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     :  STRINGS, DYNAMIC STRINGS
  21. ----------------:
  22. --
  23. -- Abstract     : Dynamic_Strings is a generic package which
  24. -- provides a set of routines to manipulate dynamic strings.
  25. -- See the documentation in the source code for references
  26. -- to magazine articles et al
  27. --
  28. --                                                           -*
  29. ------------------ Revision history ---------------------------
  30. --                                                           -*
  31. -- DATE         VERSION    AUTHOR                  HISTORY
  32. -- 19850627    1.0    Mike Linnig        Initial Release
  33. --                                                           -*
  34. ------------------ Distribution and Copyright -----------------
  35. --                                                           -*
  36. -- This prologue must be included in all copies of this software.
  37. --
  38. -- This software is released to the Ada community.
  39. -- This software is released to the Public Domain (note:
  40. --   software released to the Public Domain is not subject
  41. --   to copyright protection).
  42. -- Restrictions on use or distribution:  NONE
  43. --                                                           -*
  44. ------------------ Disclaimer ---------------------------------
  45. --                                                           -*
  46. -- This software and its documentation are provided "AS IS" and
  47. -- without any expressed or implied warranties whatsoever.
  48. -- No warranties as to performance, merchantability, or fitness
  49. -- for a particular purpose exist.
  50. --
  51. -- Because of the diversity of conditions and hardware under
  52. -- which this software may be used, no warranty of fitness for
  53. -- a particular purpose is offered.  The user is advised to
  54. -- test the software thoroughly before relying on it.  The user
  55. -- must assume the entire risk and liability of using this
  56. -- software.
  57. --
  58. -- In no event shall any person or organization of people be
  59. -- held responsible for any direct, indirect, consequential
  60. -- or inconsequential damages or lost profits.
  61. --                                                           -*
  62. -------------------END-PROLOGUE--------------------------------
  63.  
  64.