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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : Combine and Break
  5. -- Version      : 1.0
  6. -- Author       : WIS JPMO
  7. --              : Washington, DC
  8. --              : 20330-6600
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1986, WIS JPMO
  14. -- Date created : 
  15. -- Release date : 
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on :WICAT/ROS TeleSoft
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract   : 
  25. ----------------: These tools are user to combine separate files
  26. ----------------: into a single file, and to break single files into
  27. ----------------: separate files.  The code works on file banners which
  28. ----------------: immediately precede each file.  These tools normally
  29. ----------------: are used to "break" a single source code file into the
  30. ----------------: compilable subunits of the file.  "Combine" is used to
  31. ----------------: append all of the subunits into one file.
  32. ----------------: 
  33. ----------------: This tool was developed as a precursor for 
  34. ----------------: the WWMCCS Information System (WIS).  An
  35. ----------------: executable version of the tool has been 
  36. ----------------: demonstrated.  
  37. ----------------:
  38. --                                                           -*
  39. ------------------ Revision history ---------------------------
  40. --                                                           -*
  41. -- DATE           VERSION AUTHOR                  HISTORY 
  42. --                1.0     WIS JPMO                Initial Release
  43. --                                                           -*
  44. ------------------ Distribution and Copyright -----------------
  45. --                                                           -*
  46. -- This prologue must be included in all copies of this software.
  47. -- 
  48. -- This software is copyright by the author.
  49. -- 
  50. -- This software is released to the Ada community.
  51. -- This software is released to the Public Domain (note:
  52. --   software released to the Public Domain is not subject
  53. --   to copyright protection).
  54. -- Restrictions on use or distribution:  NONE
  55. --                                                           -*
  56. ----------------- Disclaimer ----------------------------------
  57. --                                                           -*
  58. -- This software and its documentation are provided "AS IS" and
  59. -- without any expressed or implied warranties whatsoever.
  60. --
  61. -- No warranties as to performance, merchantability, or fitness
  62. -- for a particular purpose exist.
  63. --
  64. -- Because of the diversity of conditions and hardware under
  65. -- which this software may be used, no warranty of fitness for
  66. -- a particular purpose is offered.  The user is advised to 
  67. -- test the software thoroughly before relying on it.  The user
  68. -- must assume the entire risk and liability of using this 
  69. -- software.
  70. --
  71. -- In no event shall any person or organization of people be
  72. -- held responsible for any direct, indirect, consequential
  73. -- or inconsequential damages or lost profits.
  74. --                                                          -*
  75. ----------------- END-PROLOGUE -------------------------------
  76.  
  77.