diff options
author | Damien Miller <djm@mindrot.org> | 2004-06-01 03:28:20 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-06-01 03:28:20 +0200 |
commit | 26314f6354de5f160f2b3c0ea6b286ca44ded260 (patch) | |
tree | bebf4038507bf0e4093c7bb70a937ddef0aad70e /auth-pam.c | |
parent | [buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-( (diff) | |
download | openssh-26314f6354de5f160f2b3c0ea6b286ca44ded260.tar.xz openssh-26314f6354de5f160f2b3c0ea6b286ca44ded260.zip |
- (djm) [auth-pam.c] Add copyright for local changes
Diffstat (limited to 'auth-pam.c')
-rw-r--r-- | auth-pam.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c index b6fc49ee8..c99890b25 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -28,10 +28,26 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* + * Copyright (c) 2003,2004 Damien Miller <djm@mindrot.org> + * Copyright (c) 2003,2004 Darren Tucker <dtucker@zip.com.au> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ /* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ #include "includes.h" -RCSID("$Id: auth-pam.c,v 1.104 2004/05/30 12:04:56 dtucker Exp $"); +RCSID("$Id: auth-pam.c,v 1.105 2004/06/01 01:28:20 djm Exp $"); #ifdef USE_PAM #if defined(HAVE_SECURITY_PAM_APPL_H) |