summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassar <assar@cvs.openbsd.org>2001-06-19 09:42:12 +0000
committerassar <assar@cvs.openbsd.org>2001-06-19 09:42:12 +0000
commit6e8a8159f93a1ad9c4faab0f84ef596f639136b6 (patch)
tree96b8827868edbf77e38c1feec51401094c2f84f9
parent03bf332f5c46c8dd2eece391b248c35da53e9637 (diff)
update Wietse Venema's copyright to update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_license
-rw-r--r--kerberosV/src/appl/login/login_access.c15
-rw-r--r--kerberosV/src/appl/login/utmpx_login.c15
2 files changed, 30 insertions, 0 deletions
diff --git a/kerberosV/src/appl/login/login_access.c b/kerberosV/src/appl/login/login_access.c
index 359cf439f36..e2979e637c1 100644
--- a/kerberosV/src/appl/login/login_access.c
+++ b/kerberosV/src/appl/login/login_access.c
@@ -1,3 +1,18 @@
+* Copyright 1995 by Wietse Venema. All rights reserved. Some individual
+* files may be covered by other copyrights.
+*
+* 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, with or without
+* modification, 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.
+************************************************************************/
/*
* This module implements a simple but effective form of login access
* control based on login names and on host (or domain) names, internet
diff --git a/kerberosV/src/appl/login/utmpx_login.c b/kerberosV/src/appl/login/utmpx_login.c
index 46b5418d95e..62a6430074f 100644
--- a/kerberosV/src/appl/login/utmpx_login.c
+++ b/kerberosV/src/appl/login/utmpx_login.c
@@ -1,3 +1,18 @@
+* Copyright 1995 by Wietse Venema. All rights reserved. Some individual
+* files may be covered by other copyrights.
+*
+* 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, with or without
+* modification, 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.
+************************************************************************/
/* Author: Wietse Venema <wietse@wzv.win.tue.nl> */
#include "login_locl.h"