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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : generic package Context_Directed_Update_Utilities
  5. -- Version      : 1.1 (FRAN246)
  6. -- Author       : Geoffrey O. Mendal
  7. --              : Stanford University
  8. --              : Computer Systems Laboratory
  9. --              : Stanford, CA  94305
  10. --              : (415) 723-1414 or 723-1175
  11. -- DDN Address  : Mendal@SU-SIERRA.ARPA
  12. -- Copyright    : (c) 1985, 1986 Geoffrey O. Mendal
  13. -- Date created : Sat 28 Dec 85
  14. -- Release date : Sun 29 Dec 85
  15. -- Last update  : MENDAL Fri 24 Jan 86
  16. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  17. --                                  VAX 11/780, DEC ACS
  18. --                                  RATIONAL R1000
  19. -- Dependent Units : package TEXT_IO
  20. --                                                           -*
  21. ---------------------------------------------------------------
  22. --                                                           -*
  23. -- Keywords     :  REVISION CONTROL
  24. ----------------:  CDUPDATE
  25. --
  26. -- Abstract     :  This generic package contains routines to
  27. ----------------:  perform file revision control. Given a
  28. ----------------:  baseline ASCII file, and one or more
  29. ----------------:  update decks stored in a single file, it
  30. ----------------:  generates an updated or downdated version of
  31. ----------------:  the baseline. The update decks can be generated
  32. ----------------:  automatically by the package File_Compare_Utilities
  33. --                                                           -*
  34. ------------------ Revision history ---------------------------
  35. --                                                           -*
  36. -- DATE         VERSION              AUTHOR     HISTORY
  37. -- 12/29/85     1.0 (SAEC285)     Mendal     Initial Release
  38. -- 01/24/86     1.1 (FRAN246)     Mendal     Bug fixes, enhancements
  39. --                                                           -*
  40. ------------------ Distribution and Copyright -----------------
  41. --                                                           -*
  42. -- This prologue must be included in all copies of this software.
  43. --
  44. -- This software is copyright by the author.
  45. --
  46. -- This software is released to the Ada community.
  47. -- This software is released to the Public Domain (note:
  48. --   software released to the Public Domain is not subject
  49. --   to copyright protection).
  50. -- Restrictions on use or distribution:  NONE
  51. --                                                           -*
  52. ------------------ Disclaimer ---------------------------------
  53. --                                                           -*
  54. -- This software and its documentation are provided "AS IS" and
  55. -- without any expressed or implied warranties whatsoever.
  56. -- No warranties as to performance, merchantability, or fitness
  57. -- for a particular purpose exist.
  58. --
  59. -- Because of the diversity of conditions and hardware under
  60. -- which this software may be used, no warranty of fitness for
  61. -- a particular purpose is offered.  The user is advised to
  62. -- test the software thoroughly before relying on it.  The user
  63. -- must assume the entire risk and liability of using this
  64. -- software.
  65. --
  66. -- In no event shall any person or organization of people be
  67. -- held responsible for any direct, indirect, consequential
  68. -- or inconsequential damages or lost profits.
  69. --                                                           -*
  70. -------------------END-PROLOGUE--------------------------------
  71.  
  72.