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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : SINGLY_LINKED_LIST
  4. -- Version      : 1.0
  5. -- Author       : Tim Harrison
  6. --              : Texas Instruments
  7. --              :
  8. --              :
  9. -- DDN Address  : THarrison@ECLB
  10. -- Copyright    : (c) 1985
  11. -- Date created :  1-Mar-85
  12. -- Release date : 15-Jul-85
  13. -- Last update  :
  14. -- Machine/System Compiled/Run on : VAX/VMS 4.1/VMS 4.1
  15. --                                                           -*
  16. ---------------------------------------------------------------
  17. --                                                           -*
  18. -- Keywords     : Singly Linked List
  19. ----------------:
  20. --
  21. -- Abstract     : This package provides an abstract singly linked list
  22. ----------------: with a single point of reference.
  23. --                                                           -*
  24. ------------------ Revision history ---------------------------
  25. --                                                           -*
  26. -- DATE         VERSION    AUTHOR                  HISTORY
  27. -- 15-May-85    1.0     Tim Harrison        Original
  28. --                                                           -*
  29. ------------------ Distribution and Copyright -----------------
  30. --                                                           -*
  31. -- This prologue must be included in all copies of this software.
  32. --
  33. -- This software is copyright by the author.
  34. --
  35. -- This software is released to the Ada community.
  36. -- This software is released to the Public Domain (note:
  37. --   software released to the Public Domain is not subject
  38. --   to copyright protection).
  39. -- Restrictions on use or distribution:  NONE
  40. --                                                           -*
  41. ------------------ Disclaimer ---------------------------------
  42. --                                                           -*
  43. -- This software and its documentation are provided "AS IS" and
  44. -- without any expressed or implied warranties whatsoever.
  45. -- No warranties as to performance, merchantability, or fitness
  46. -- for a particular purpose exist.
  47. --
  48. -- Because of the diversity of conditions and hardware under
  49. -- which this software may be used, no warranty of fitness for
  50. -- a particular purpose is offered.  The user is advised to
  51. -- test the software thoroughly before relying on it.  The user
  52. -- must assume the entire risk and liability of using this
  53. -- software.
  54. --
  55. -- In no event shall any person or organization of people be
  56. -- held responsible for any direct, indirect, consequential
  57. -- or inconsequential damages or lost profits.
  58. --                                                           -*
  59. -------------------END-PROLOGUE--------------------------------
  60.