From 05f6e82a50569247b766b9b42014aed3e24cd889 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 4 Jun 2001 14:10:19 +0000 Subject: [PATCH] update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_license git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10020 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/login_access.c | 16 ++++++++++++++++ appl/login/utmpx_login.c | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/appl/login/login_access.c b/appl/login/login_access.c index a9a44ce23..6eb9202cf 100644 --- a/appl/login/login_access.c +++ b/appl/login/login_access.c @@ -1,3 +1,19 @@ +/************************************************************************ +* 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/appl/login/utmpx_login.c b/appl/login/utmpx_login.c index 6f6e30695..37e641ac4 100644 --- a/appl/login/utmpx_login.c +++ b/appl/login/utmpx_login.c @@ -1,3 +1,19 @@ +/************************************************************************ +* 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 */ #include "login_locl.h"