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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Body Stubber
  4. -- Version      : 1.0
  5. -- Author       : Steven E. Nameroff
  6. --              : WIS JPMO
  7. --              : Washington, D.C.  20330
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1983 Steven E. Nameroff 
  13. -- Date created : 15 July 1983
  14. -- Release date : 
  15. -- Last update  : 
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract     : This program reads an Ada specification
  24. ----------------: and generates a corresponding Body with 
  25. ----------------: stubs for all subprograms.  The compiler  
  26. ----------------: used to write these programs was a 1982
  27. ----------------: (non ANSI Standard) Ada compiler, so 
  28. ----------------: these packages will need to be updated
  29. ----------------: before they will run on a Mil Std 1815A 
  30. ----------------: Ada compiler.  All of the compiler 
  31. ----------------: peculiarities, editor dependencies, and
  32. ----------------: filer dependencies have been moved to the
  33. ----------------: ROS_DEPENDENCIES package, with the except-
  34. ----------------: ion of any peculiarities that might occur
  35. ----------------: due to using 1982 non-ANSI standard Ada. 
  36. ----------------:
  37. ----------------: This tool was developed as a precursor for 
  38. ----------------: the WMCCS Information System (WIS).  An
  39. ----------------: executable version of the tool has been 
  40. ----------------: demonstrated.  This source code has sub-
  41. ----------------: sequently been recompiled but has not under-
  42. ----------------: gone extensive testing.
  43. ----------------:
  44. --                                                           -*
  45. ------------------ Revision history ---------------------------
  46. --                                                           -*
  47. -- DATE         VERSION AUTHOR                  HISTORY 
  48. -- 07/15/83     1.0     Steven E. Nameroff      Initial Release
  49. --                                                           -*
  50. ------------------ Distribution and Copyright -----------------
  51. --                                                           -*
  52. -- This prologue must be included in all copies of this software.
  53. -- 
  54. -- This software is copyright by the author.
  55. -- 
  56. -- This software is released to the Ada community.
  57. -- This software is released to the Public Domain (note:
  58. --   software released to the Public Domain is not subject
  59. --   to copyright protection).
  60. -- Restrictions on use or distribution:  NONE
  61. --                                                           -*
  62. ----------------- Disclaimer ----------------------------------
  63. --                                                           -*
  64. -- This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.
  66. --
  67. -- No warranties as to performance, merchantability, or fitness
  68. -- for a particular purpose exist.
  69. --
  70. -- Because of the diversity of conditions and hardware under
  71. -- which this software may be used, no warranty of fitness for
  72. -- a particular purpose is offered.  The user is advised to 
  73. -- test the software thoroughly before relying on it.  The user
  74. -- must assume the entire risk and liability of using this 
  75. -- software.
  76. --
  77. -- In no event shall any person or organization of people be
  78. -- held responsible for any direct, indirect, consequential
  79. -- or inconsequential damages or lost profits.
  80. --                                                          -*
  81. ----------------- END-PROLOGUE -------------------------------
  82.