home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / npasswd / part01 / checkpasswd / version.h < prev   
Encoding:
Text File  |  1991-12-19  |  1.1 KB  |  22 lines

  1.  
  2. /* --------------------------------------------------------------------  */
  3. /*                                                                       */
  4. /*                         Author: Clyde Hoover                          */
  5. /*                          Computation Center                           */
  6. /*                   The University of Texas at Austin                   */
  7. /*                          Austin, Texas 78712                          */
  8. /*                         clyde@emx.utexas.edu                          */
  9. /*                   uunet!cs.utexas.edu!ut-emx!clyde                    */
  10. /*                                                                       */
  11. /*This code may be distributed freely, provided this notice is retained. */
  12. /*                                                                       */
  13. /* --------------------------------------------------------------------  */
  14. /*
  15.  *    checkpasswd version information
  16.  *    @(#)version.h    1.1 5/18/89
  17.  */
  18. char    *version = "checkpasswd 1.1 (5/12/89)\n",
  19.     *patchlevel = "2 (5/12/89)\n";
  20.  
  21. /* End version.h */
  22.