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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --
  3. -- Unit name    : Documentation Data Base Management Tool
  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. -- DDN Address  : 
  10. -- Copyright    : (c) 1986, Intermetrics, Inc.
  11. -- Date created : 10/85
  12. -- Release date : 10/85
  13. -- Last update  :  
  14. -- Machine/System Compiled/Run on : VAX/VMS/DEC Ada
  15. --
  16. ---------------------------------------------------------------
  17. --
  18. -- Keywords     :  
  19. --
  20. -- Abstract     : The document manager maintains a catalog of 
  21. -- configuration items stored in the system.  Configuration 
  22. -- items may be obtained from the catalog for read-only use, 
  23. -- or for modification.  Only one modifiable copy can be 
  24. -- checked out at a time.  When a modified configuration item 
  25. -- is returned to the library, a new version number is assigned 
  26. -- to it, so that all versions of an item can be obtained from 
  27. -- the catalog.  Items in the catalog have attributes associated 
  28. -- with them and items can be selected by attribute as well as 
  29. -- by name and version number.  For example, an attribute can be 
  30. -- the name of the person who created the configuration item.  
  31. -- One can then easily find all configuration items created by 
  32. -- a certain person.
  33. --
  34. ------------------ Revision history ---------------------------
  35. --
  36. -- DATE         VERSION    AUTHOR                  HISTORY
  37. -- 10/85         1.0    Intermetrics            Initial Release
  38. ------------------ Distribution and Copyright -----------------
  39. --
  40. -- This prologue must be included in all copies of this software.
  41. --
  42. -- This software is copyright by the author.
  43. --
  44. -- This software is released to the Ada community.
  45. -- This software is released to the Public Domain (note:
  46. --   software released to the Public Domain is not subject
  47. --   to copyright protection).
  48. -- Restrictions on use or distribution:  NONE
  49. --
  50. ------------------ Disclaimer ---------------------------------
  51. --
  52. -- This software and its documentation are provided "AS IS" and
  53. -- without any expressed or implied warranties whatsoever.
  54. -- No warranties as to performance, merchantability, or fitness
  55. -- for a particular purpose exist.
  56. --
  57. -- Because of the diversity of conditions and hardware under
  58. -- which this software may be used, no warranty of fitness for
  59. -- a particular purpose is offered.  The user is advised to
  60. -- test the software thoroughly before relying on it.  The user
  61. -- must assume the entire risk and liability of using this
  62. -- software.
  63. --
  64. -- In no event shall any person or organization of people be
  65. -- held responsible for any direct, indirect, consequential
  66. -- or inconsequential damages or lost profits.
  67. --
  68. -------------------END-PROLOGUE--------------------------------
  69.