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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Design Requirements Traceability Package
  4. -- Version      : 1.0
  5. -- Author       : Intermetrics, Inc.
  6. --              : 733 Concord Ave, Cambridge, MA 02138
  7. --              : Bill Toscano or Michael Gordon (author)
  8. --              : (617) 661-1840
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Intermetrics, Inc.
  14. -- Date created : 1985
  15. -- Release date : 1985
  16. -- Last update  : 1985
  17. -- Machine/System Compiled/Run on : Dec Ada / VMS
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract   : This tool is used to trace routines and 
  25. ----------------: declarations in the source code back to 
  26. ----------------: specific paragraphs in a requirements
  27. ----------------: document.  For each requirement referenced 
  28. ----------------: in a source file, the output listing shows, 
  29. ----------------: what program units reference that requirement.  
  30. ----------------: An intermediate file containing the pairs
  31. ----------------: (location in code, reference cited) can be saved 
  32. ----------------: for use in subsequent invocations.  When used in 
  33. ----------------: this way, the output report can show requirements 
  34. ----------------: traced to more than one source file.
  35. ----------------: 
  36. ----------------: This tool was developed as a precuresor for
  37. ----------------: the WMCCS Information System (WIS).  An
  38. ----------------: executable version of the tool has been   
  39. ----------------: demonstrated.
  40. ----------------: 
  41. --                                                           -*
  42. ------------------ Revision history ---------------------------
  43. --                                                           -*
  44. -- DATE       VERSION        AUTHOR               HISTORY 
  45. --            1.0            Intermetrics         Initial Release                                                          
  46. --                                                           -*
  47. ------------------ Distribution and Copyright -----------------
  48. --                                                           -*
  49. -- This prologue must be included in all copies of this software.
  50. -- 
  51. -- This software is copyright by the author.
  52. -- 
  53. -- This software is released to the Ada community.
  54. -- This software is released to the Public Domain (note:
  55. --   software released to the Public Domain is not subject
  56. --   to copyright protection).
  57. -- Restrictions on use or distribution:  NONE
  58. --                                                           -*
  59. ----------------- Disclaimer ----------------------------------
  60. --                                                           -*
  61. -- This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.
  63. --
  64. -- No warranties as to performance, merchantability, or fitness
  65. -- for a particular purpose exist.
  66. --
  67. -- Because of the diversity of conditions and hardware under
  68. -- which this software may be used, no warranty of fitness for
  69. -- a particular purpose is offered.  The user is advised to 
  70. -- test the software thoroughly before relying on it.  The user
  71. -- must assume the entire risk and liability of using this 
  72. -- software.
  73. --
  74. -- In no event shall any person or organization of people be
  75. -- held responsible for any direct, indirect, consequential
  76. -- or inconsequential damages or lost profits.
  77. --                                                          -*
  78. ----------------- END-PROLOGUE -------------------------------
  79.  
  80.