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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Standards Checker          
  4. -- Version      : 1.0
  5. -- Author       : Bill Toscano, Michael Gordon
  6. --              : Intermetrics, Inc, 
  7. --              : 733 Concord Ave
  8. --              : Cambridge, MA 02138 
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Intermetrics, Inc. 
  14. -- Date created : 15 October 1985 
  15. -- Release date : 18 March 1985 
  16. -- Last update  : 17 March 1985 
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : The Standards Checker checks a source file to see that it   
  25. ----------------: conforms to local programming standards.  These standards    
  26. ----------------: include maximum number of lines per program unit, maximum    
  27. ----------------: number of arguments to a subprogram, use of pragmas, use of   
  28. ----------------: rep specs, use of named literals, naming of types and
  29. ----------------: variables, etc.  An annotated listing is output showing     
  30. ----------------: any misuse of these language constructs.
  31. ----------------: 
  32. ----------------: This tool was developed as a precursor for 
  33. ----------------: the WMCCS Information System (WIS).  An
  34. ----------------: executable version of the tool has been 
  35. ----------------: demonstrated.  This source code has sub-
  36. ----------------: sequently been recompiled but has not under-
  37. ----------------: gone extensive testing.
  38. ----------------:
  39. --                                                           -*
  40. ------------------ Revision history ---------------------------
  41. --                                                           -*
  42. -- DATE         VERSION AUTHOR                  HISTORY 
  43. -- 03/85        1.0  Bill Toscano               Initial Release 
  44. --                                                           -* 
  45. ------------------ Distribution and Copyright -----------------
  46. --                                                           -*
  47. -- This prologue must be included in all copies of this software.
  48. -- 
  49. -- This software is copyright by the author.
  50. -- 
  51. -- This software is released to the Ada community.
  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. -- Restrictions on use or distribution:  NONE
  56. --                                                           -*
  57. ----------------- Disclaimer ----------------------------------
  58. --                                                           -*
  59. -- This software and its documentation are provided "AS IS" and
  60. -- without any expressed or implied warranties whatsoever.
  61. --
  62. -- No warranties as to performance, merchantability, or fitness
  63. -- for a particular purpose exist.
  64. --
  65. -- Because of the diversity of conditions and hardware under
  66. -- which this software may be used, no warranty of fitness for
  67. -- a particular purpose is offered.  The user is advised to 
  68. -- test the software thoroughly before relying on it.  The user
  69. -- must assume the entire risk and liability of using this 
  70. -- software.
  71. --
  72. -- In no event shall any person or organization of people be
  73. -- held responsible for any direct, indirect, consequential
  74. -- or inconsequential damages or lost profits.
  75. --                                                          -*
  76. ----------------- END-PROLOGUE -------------------------------
  77.