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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : Complexity Measures Report
  5. -- Version      : 1.0
  6. -- Author       : Intermetrics, Inc.
  7. --              : 733 Concord Ave, Cambridge, MA 02138
  8. --              : Bill Toscano or Michael Gordon (author)
  9. --              : (617) 661-1840 
  10. -- DDN Address  : 
  11. -- Copyright    : (c) 1986, Intermetrics, Inc.
  12. -- Date created : 3/86
  13. -- Release date : 3/86
  14. -- Last update  :  
  15. -- Machine/System Compiled/Run on : VAX/VMS/DEC Ada
  16. --
  17. ---------------------------------------------------------------
  18. --
  19. -- Keywords     :  
  20. --
  21. -- Abstract     : The Complexity Measures Report will analyze 
  22. -- program units for complexity as measured by Halstead and 
  23. -- McCabe.  The program unit and its complexity will be output 
  24. -- to the default output file.  If the measured complexity 
  25. -- exceeds a desired maximum complexity, the program unit is 
  26. -- flagged on the output listing.
  27. --
  28. ------------------ Revision history ---------------------------
  29. --
  30. -- DATE         VERSION    AUTHOR                  HISTORY
  31. -- 3/86         1.0    Intermetrics            Initial Release
  32. ------------------ Distribution and Copyright -----------------
  33. --
  34. -- This prologue must be included in all copies of this software.
  35. --
  36. -- This software is copyright by the author.
  37. --
  38. -- This software is released to the Ada community.
  39. -- This software is released to the Public Domain (note:
  40. --   software released to the Public Domain is not subject
  41. --   to copyright protection).
  42. -- Restrictions on use or distribution:  NONE
  43. --
  44. ------------------ Disclaimer ---------------------------------
  45. --
  46. -- This software and its documentation are provided "AS IS" and
  47. -- without any expressed or implied warranties whatsoever.
  48. -- No warranties as to performance, merchantability, or fitness
  49. -- for a particular purpose exist.
  50. --
  51. -- Because of the diversity of conditions and hardware under
  52. -- which this software may be used, no warranty of fitness for
  53. -- a particular purpose is offered.  The user is advised to
  54. -- test the software thoroughly before relying on it.  The user
  55. -- must assume the entire risk and liability of using this
  56. -- software.
  57. --
  58. -- In no event shall any person or organization of people be
  59. -- held responsible for any direct, indirect, consequential
  60. -- or inconsequential damages or lost profits.
  61. --
  62. -------------------END-PROLOGUE--------------------------------
  63.  
  64.  
  65.  
  66.