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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : General Management 
  4. -- Version      : 1.0
  5. -- Author       : GTE Sylvania Systems Group 
  6. --              : Western Division 
  7. --              : PO Box 7188  
  8. --              : San Diego, Ca 94039 
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 GTE, Inc. 
  14. -- Date created : Dec. 1984 
  15. -- Release date : May  1985 
  16. -- Last update  : May  1985
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : The TRACKR program tracks the progress within projects and 
  25. ----------------: generates reports, estimates time to complete a project, 
  26. ----------------: and estimates project requirements.  INPREP builds the data 
  27. ----------------: file for TRACKR interactively and outputs error messages for 
  28. ----------------: invalid data.  The MANPOWER program based on the Simple Boehm 
  29. ----------------: Model produces manpower loading curves for several calculated 
  30. ----------------: schedules based on the number of lines of code and type of 
  31. ----------------: system. 
  32. ----------------: 
  33. ----------------: 
  34. ----------------:
  35. ----------------: This tool was developed as a precursor for 
  36. ----------------: the WMCCS Information System (WIS).  An
  37. ----------------: executable version of the tool has been 
  38. ----------------: demonstrated.  This source code has sub-
  39. ----------------: sequently been recompiled but has not under-
  40. ----------------: gone extensive testing.
  41. ----------------:
  42. --                                                           -*
  43. ------------------ Revision history ---------------------------
  44. --                                                           -*
  45. -- DATE         VERSION AUTHOR                  HISTORY 
  46. -- 5/84            1.0                          Initial Release 
  47. --                                                           -*
  48. ------------------ Distribution and Copyright -----------------
  49. --                                                           -*
  50. -- This prologue must be included in all copies of this software.
  51. -- 
  52. -- This software is copyright by the author.
  53. -- 
  54. -- This software is released to the Ada community.
  55. -- This software is released to the Public Domain (note:
  56. --   software released to the Public Domain is not subject
  57. --   to copyright protection).
  58. -- Restrictions on use or distribution:  NONE
  59. --                                                           -*
  60. ----------------- Disclaimer ----------------------------------
  61. --                                                           -*
  62. -- This software and its documentation are provided "AS IS" and
  63. -- without any expressed or implied warranties whatsoever.
  64. --
  65. -- No warranties as to performance, merchantability, or fitness
  66. -- for a particular purpose exist.
  67. --
  68. -- Because of the diversity of conditions and hardware under
  69. -- which this software may be used, no warranty of fitness for
  70. -- a particular purpose is offered.  The user is advised to 
  71. -- test the software thoroughly before relying on it.  The user
  72. -- must assume the entire risk and liability of using this 
  73. -- software.
  74. --
  75. -- In no event shall any person or organization of people be
  76. -- held responsible for any direct, indirect, consequential
  77. -- or inconsequential damages or lost profits.
  78. --                                                          -*
  79. ----------------- END-PROLOGUE -------------------------------
  80.