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

  1.  
  2.  
  3.  
  4. -------- SIMTEL20 Ada Software Repository Prologue ------------
  5. --                                                           -*
  6. -- Unit name    : PAGE
  7. -- Version      : 1.0
  8. -- Author       : Richard Conn
  9. --              : Texas Instruments, Ada Technology Branch
  10. --              : PO Box 801, MS 8007
  11. --              : McKinney, TX  75069
  12. -- DDN Address  : RCONN at SIMTEL20
  13. -- Copyright    : (c) 1985 Richard Conn
  14. -- Date created : 15 Feb 85
  15. -- Release date : 15 Feb 85
  16. -- Last update  : 15 Feb 85
  17. -- Machine/System Compiled/Run on : DG MV 10000, ROLM ADE
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : Text file concatenation, text formatter
  22. --
  23. -- Abstract     :
  24. ----------------: PAGE creates a text file containing several
  25. -- other text files separated by the lines:
  26. --              ::::::::::
  27. --              filename
  28. --              ::::::::::
  29. -- where 'filename' is the name of the file which follows.
  30. -- It accepts as input the name of an output file (file to be
  31. -- generated) and the names of the input files, where striking
  32. -- a RETURN to the input file name prompt terminates the input
  33. -- of the list of names.
  34. --
  35. --      UNPAGE is the complement of PAGE, which extracts the component
  36. -- files from the combined file.
  37. --
  38. --                                                           -*
  39. ------------------ Revision history ---------------------------
  40. --                                                           -*
  41. -- DATE         VERSION AUTHOR                  HISTORY
  42. -- 2/15/85      1.0     Richard Conn            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. -- No warranties as to performance, merchantability, or fitness
  61. -- for a particular purpose exist.
  62. --
  63. -- Because of the diversity of conditions and hardware under
  64. -- which this software may be used, no warranty of fitness for
  65. -- a particular purpose is offered.  The user is advised to
  66. -- test the software thoroughly before relying on it.  The user
  67. -- must assume the entire risk and liability of using this
  68. -- software.
  69. --
  70. -- In no event shall any person or organization of people be
  71. -- held responsible for any direct, indirect, consequential
  72. -- or inconsequential damages or lost profits.
  73. --                                                           -*
  74. -------------------END-PROLOGUE--------------------------------
  75.