summaryrefslogtreecommitdiff
path: root/modules/pam_access
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-12-08 19:06:20 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-12-08 19:06:20 +0000
commitf05fb677cf38845b76a76c97770176028876fb7b (patch)
treeaecd7383cecc12e5c729b6d6bd917ad443a695bb /modules/pam_access
parentbc78f93093b79843dc69101e4a2f5e846462b525 (diff)
Relevant BUGIDs: 125022
Purpose of commit: copyright notice Commit summary: --------------- Added an original sources copyright notice to pam_access (from logdaemon).
Diffstat (limited to 'modules/pam_access')
-rw-r--r--modules/pam_access/pam_access.c18
1 files changed, 18 insertions, 0 deletions
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>