home *** CD-ROM | disk | FTP | other *** search
-
- /* -------------------------------------------------------------------- */
- /* */
- /* Author: Clyde Hoover */
- /* Computation Center */
- /* The University of Texas at Austin */
- /* Austin, Texas 78712 */
- /* clyde@emx.utexas.edu */
- /* uunet!cs.utexas.edu!ut-emx!clyde */
- /* */
- /*This code may be distributed freely, provided this notice is retained. */
- /* */
- /* -------------------------------------------------------------------- */
- /*
- * checkpasswd version information
- * @(#)version.h 1.1 5/18/89
- */
- char *version = "checkpasswd 1.1 (5/12/89)\n",
- *patchlevel = "2 (5/12/89)\n";
-
- /* End version.h */
-