diff options
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r-- | pam_pwdfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c index a5c994c..ae58083 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,6 +1,6 @@ -/* pam_pwdfile.c copyright 1999 by Charl P. Botha <cpbotha@ieee.org> +/* pam_pwdfile.c copyright 1999-2001 by Charl P. Botha <cpbotha@ieee.org> * - * $Id: pam_pwdfile.c,v 1.13 2001-06-15 21:24:30 cpbotha Exp $ + * $Id: pam_pwdfile.c,v 1.14 2001-06-15 21:31:46 cpbotha Exp $ * * pam authentication module that can be pointed at any username/crypted * text file so that pam using application can use an alternate set of @@ -8,7 +8,7 @@ * * version 0.9 * - * Copyright (c) Charl P. Botha, 1999. All rights reserved + * Copyright (c) Charl P. Botha, 1999-2001. All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |