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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : TBD_PACKAGE
  4. -- Version      : 1.1
  5. -- Author       : Bryce Bardin
  6. --              : Ada Projects Section
  7. --              : Software Engineering Division
  8. --              : Ground Systems Group
  9. --              : Hughes Aircraft Company
  10. --              : Fullerton, CA
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985
  13. -- Date created :
  14. -- Release date : 3 Dec 85
  15. -- Last update  : 3 Dec 85
  16. -- Machine/System Compiled/Run on : Vax 11/785   VMS 4.1    Dec-Ada
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     : TBD_Package         
  20. ----------------:                                            -*
  21. --                                                           -*
  22. -- Abstract     :                                            -*
  23. ----------------:                                            -*
  24. --                                                           -*
  25. -- TBD  stands  for  "To  Be  Determined".   This package is -*
  26. -- intended  to  be  used  during design to aid in producing -*
  27. -- partial designs that are expressed in valid Ada.  It also -*
  28. -- may  be  used  advantageously  in  development  while the -*
  29. -- implementation is incomplete or in rapid prototyping.     -*
  30. --                                                           -*
  31. -- In   particular,  it  supplies  type  definitions,  range -*
  32. -- limits, and default values which may be used to assist in -*
  33. -- describing  unknown  or partially defined types, objects, -*
  34. -- and  values.   In  addition,  it supplies a place-holding -*
  35. -- procedure call.                                           -*
  36. --                                                           -*
  37. -- If  this  TBD_PACKAGE  is  used,  simple searches for the -*
  38. -- string "TBD"                                              -*
  39. -- may  be  used  to  find  many  places where the design is -*
  40. -- incomplete.                                               -*
  41. --                                                           -*
  42. -- N.B.:   The  types  defined here should be used to derive -*
  43. -- those used in the design, rather than being used directly -*
  44. -- (see  the  usage  given  below for examles of the style). -*
  45. --                                                           -*
  46. --                                                           -*
  47. ------------------ Revision history ---------------------------
  48. --                                                           -*
  49. -- DATE         VERSION    AUTHOR                  HISTORY
  50. --                                                           -*
  51. ------------------ Distribution and Copyright -----------------
  52. --                                                           -*
  53. -- This prologue must be included  in  all  copies  of  this
  54. -- software.
  55. --
  56. -- This software is copyright by the author.
  57. --
  58. -- This software is released to the Ada community.
  59. -- This software is released to the Public Domain (note:
  60. --   software released to the Public Domain is not subject
  61. --   to copyright protection).
  62. -- Restrictions on use or distribution:  NONE
  63. --                                                           -*
  64. ------------------ Disclaimer ---------------------------------
  65. --                                                             
  66. -- This software and its documentation are provided "AS IS"  
  67. -- and without any expressed or implied warranties whatsoever.
  68. -- No warranties as to performance, merchantability, or fitness
  69. -- for a particular purpose exist.
  70. --
  71. -- Because of the diversity of conditions and hardware under
  72. -- which this software may be used, no warranty of fitness for
  73. -- a particular purpose is offered.  The user is advised to
  74. -- test the software thoroughly before relying on it.  The user
  75. -- must assume the entire risk and liability of using this
  76. -- software.
  77. --
  78. -- In no event shall any person or organization of people be
  79. -- held responsible for any direct, indirect, consequential
  80. -- or inconsequential damages or lost profits.
  81. --                                                           
  82. -------------------END-PROLOGUE--------------------------------
  83.