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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : ADAREF - Ada Cross-Reference Program
  5. -- Version      : 1.0
  6. -- Author       : K. Cassidy, G. Anderson
  7. --              : USAF Armament Lab
  8. --  : Submitted by: Richard Conn (RCONN at SIMTEL20)
  9. -- DDN Address  : 
  10. -- Copyright    :
  11. -- Date created :  2 July 85
  12. -- Release date :  2 July 85
  13. -- Last update  :  2 July 85
  14. -- Machine/System Compiled/Run on : DEC VAX 11/785, DEC Pascal
  15. --                                                           -*
  16. ---------------------------------------------------------------
  17. --                                                           -*
  18. -- Keywords     :  Ada Cross Reference, Cross Reference, Pascal
  19. ----------------:
  20. --
  21. -- Abstract     :  
  22. ----------------:  This is an Ada cross reference program, written
  23. -- in Pascal.  Adapted from an original work by Wirth in his book
  24. -- "Algorithms + Data Structures = Programs", several modifications
  25. -- were made to create the present form.  See the opening comments
  26. -- for authors and revision history.
  27. --
  28. --    Released from NOSC-TECR by Richard Conn with permission of
  29. -- Col Bill Whitaker.
  30. --
  31. --                                                           -*
  32. ------------------ Revision history ---------------------------
  33. --                                                           -*
  34. -- DATE         VERSION    AUTHOR                  HISTORY
  35. -- 19850702    1.0    K. Cassidy        Initial release to repository
  36. --                                                           -*
  37. ------------------ Distribution and Copyright -----------------
  38. --                                                           -*
  39. -- This prologue must be included in all copies of this software.
  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.