diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-12-08 19:06:20 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-12-08 19:06:20 +0000 |
commit | f05fb677cf38845b76a76c97770176028876fb7b (patch) | |
tree | aecd7383cecc12e5c729b6d6bd917ad443a695bb | |
parent | bc78f93093b79843dc69101e4a2f5e846462b525 (diff) | |
download | pam-f05fb677cf38845b76a76c97770176028876fb7b.tar.gz pam-f05fb677cf38845b76a76c97770176028876fb7b.tar.bz2 pam-f05fb677cf38845b76a76c97770176028876fb7b.zip |
Relevant BUGIDs: 125022
Purpose of commit: copyright notice
Commit summary:
---------------
Added an original sources copyright notice to pam_access (from logdaemon).
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | modules/pam_access/pam_access.c | 18 |
2 files changed, 21 insertions, 0 deletions
@@ -35,6 +35,9 @@ Where you should replace XXXXX with a bug-id. 0.74: please submit patches for this section with actual code/doc patches! +* added copyright message to pam_access module from original logdaemon + sources (Bug 125022 - agmorgan) +* configure.in - removed the GCC -Wtraditional flag (Bug 124923 - agmorgan) * pam_mail - use PAM_PATH_MAILDIR as the location of mail spool (Bug 124397 - baggins) * _pam_aconf.h.in, configure.in - added PAM_PATH_MAILDIR set via diff --git a/modules/pam_access/pam_access.c b/modules/pam_access/pam_access.c index b13c515f..384f1e0a 100644 --- a/modules/pam_access/pam_access.c +++ b/modules/pam_access/pam_access.c @@ -5,6 +5,24 @@ * (I took login_access from logdaemon-5.6 and converted it to PAM * using parts of pam_time code.) * + ************************************************************************ + * Copyright message from logdaemon-5.6 (original file name DISCLAIMER) + ************************************************************************ + * Copyright 1995 by Wietse Venema. All rights reserved. Individual files + * may be covered by other copyrights (as noted in the file itself.) + * + * This material was originally written and compiled by Wietse Venema at + * Eindhoven University of Technology, The Netherlands, in 1990, 1991, + * 1992, 1993, 1994 and 1995. + * + * Redistribution and use in source and binary forms are permitted + * provided that this entire copyright notice is duplicated in all such + * copies. + * + * This software is provided "as is" and without any expressed or implied + * warranties, including, without limitation, the implied warranties of + * merchantibility and fitness for any particular purpose. + ************************************************************************* */ #include <security/_pam_aconf.h> |