diff options
author | 2001-06-03 15:32:57 +0000 | |
---|---|---|
committer | 2001-06-03 15:32:57 +0000 | |
commit | cb70495b4ad86502afbfe3309beef630cf68e21c (patch) | |
tree | 2984620c476b8e9d4f0b286b71c96f4d05e1d6ec /lib/libutil | |
parent | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling (diff) | |
download | wireguard-openbsd-cb70495b4ad86502afbfe3309beef630cf68e21c.tar.xz wireguard-openbsd-cb70495b4ad86502afbfe3309beef630cf68e21c.zip |
new license from Wietse; permits modification. This code is derived from
logdaemon, so this applies:
ftp://ftp.porcupine.org/pub/security/logdaemon_license
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login_fbtab.3 | 17 | ||||
-rw-r--r-- | lib/libutil/login_fbtab.c | 11 |
2 files changed, 23 insertions, 5 deletions
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3 index 7385938035d..a7c3592ed87 100644 --- a/lib/libutil/login_fbtab.3 +++ b/lib/libutil/login_fbtab.3 @@ -1,3 +1,20 @@ +.\" $OpenBSD: login_fbtab.3,v 1.5 2001/06/03 15:32:57 deraadt Exp $ +.\" +.\" 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. +.\" .Dd November 8, 1999 .Dt LOGIN_FBTAB 3 .Os diff --git a/lib/libutil/login_fbtab.c b/lib/libutil/login_fbtab.c index 724df60eab9..1b9bb526cd4 100644 --- a/lib/libutil/login_fbtab.c +++ b/lib/libutil/login_fbtab.c @@ -1,15 +1,16 @@ -/* $OpenBSD: login_fbtab.c,v 1.6 1999/09/21 04:52:45 csapuntz Exp $ */ +/* $OpenBSD: login_fbtab.c,v 1.7 2001/06/03 15:32:57 deraadt Exp $ */ /************************************************************************ -* Copyright 1995 by Wietse Venema. All rights reserved. +* 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 are permitted -* provided that this entire copyright notice is duplicated in all such -* copies. +* 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 |