Browse Source

new license from Wietse; permits modification. This code is derived from

logdaemon, so this applies:
ftp://ftp.porcupine.org/pub/security/logdaemon_license
OPENBSD_3_0
deraadt 23 years ago
parent
commit
1f3159836c
2 changed files with 23 additions and 5 deletions
  1. +17
    -0
      src/lib/libutil/login_fbtab.3
  2. +6
    -5
      src/lib/libutil/login_fbtab.c

+ 17
- 0
src/lib/libutil/login_fbtab.3 View File

@ -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


+ 6
- 5
src/lib/libutil/login_fbtab.c View File

@ -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


Loading…
Cancel
Save