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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : UNPAGE
  5. -- Version      : 1.0
  6. -- Author       : Mitre Corp.
  7. -- DDN Address  : wis_ada at mitre
  8. -- Copyright    :
  9. -- Date created : 21 JAN 85
  10. -- Release date : 29 JAN 85
  11. -- Last update  : 21 JAN 85
  12. -- Machine/System Compiled/Run on : Intellimac 7000M
  13. --                                  UNIX
  14. --                                  Telesoft unvalidated
  15. --                                                           -*
  16. ---------------------------------------------------------------
  17. --                                                           -*
  18. -- Keywords     :  Table builder, Text formatter
  19. --
  20. ----------------:
  21. --
  22. -- Abstract     :  
  23. --      UNPAGE is a simple little program which complements the
  24. -- UNIX page command.  The UNIX page command can be used to combine
  25. -- several source files, interspersing file headers of the form:
  26. --
  27. --                    ::::::::::
  28. --                    FILENAME
  29. --                    ::::::::::
  30. --
  31. --    UNPAGE reads such a file breaking the subfiles into separate
  32. -- files as indicated by the filename headers.  UNPAGE has been
  33. -- enhanced to also recognize file headers which have the format of
  34. -- an Ada comment:
  35. --
  36. --                    --::::::::::
  37. --                    --FILENAME
  38. --                    --::::::::::
  39. ----------------:  
  40. --                                                           -*
  41. ------------------ Revision history ---------------------------
  42. --                                                           -*
  43. -- DATE         VERSION    AUTHOR           HISTORY
  44. -- 12/15/84    1.0    Mitre Corp      Initial Release
  45. -- 01/21/85     1.0     Mitre Corp       Add recognition of
  46. --                                       --:::::::::::
  47. --                                                           -*
  48. ------------------ Distribution and Copyright -----------------
  49. --                                                           -*
  50. -- This prologue must be included in all copies of this software.
  51. --
  52. -- This software is released to the Public Domain (note:
  53. --   software released to the Public Domain is not subject
  54. --   to copyright protection).
  55. --
  56. -- Restrictions on use or distribution:  Although there are
  57. --      no current plans to provide maintenance for UNPAGE,
  58. --      we would appreciate your reporting problems and
  59. --      experiences to:
  60. --              
  61. --                wis_ada at mitre (net address)
  62. --
  63. --      or call at:
  64. --
  65. --                (703)  883-7697
  66. --                                                           -*
  67. ------------------ Disclaimer ---------------------------------
  68. --                                                           -*
  69. -- This software and its documentation are provided "AS IS" and
  70. -- without any expressed or implied warranties whatsoever.
  71. -- No warranties as to performance, merchantability, or fitness
  72. -- for a particular purpose exist.
  73. --
  74. -- Because of the diversity of conditions and hardware under
  75. -- which this software may be used, no warranty of fitness for
  76. -- a particular purpose is offered.  The user is advised to
  77. -- test the software thoroughly before relying on it.  The user
  78. -- must assume the entire risk and liability of using this
  79. -- software.
  80. --
  81. -- In no event shall any person or organization of people be
  82. -- held responsible for any direct, indirect, consequential
  83. -- or inconsequential damages or lost profits.
  84. --                                                           -*
  85. -------------------END-PROLOGUE--------------------------------
  86.