diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1995-05-19 09:53:51 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1995-05-19 09:53:51 +0000 |
| commit | c8945315ef5cb5dc280099ddd872ecabdfd3d7e0 (patch) | |
| tree | 23be4ca57dbf7d0e7914478b8399b23b3926be06 /usr.bin/login/login_fbtab.c | |
| parent | ec9b92d1339fd02e899bc8d58f9c76e89095d19b (diff) | |
Notes
Diffstat (limited to 'usr.bin/login/login_fbtab.c')
| -rw-r--r-- | usr.bin/login/login_fbtab.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 5427223cebff..fe255e429ad2 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -1,3 +1,18 @@ +/************************************************************************ +* Copyright 1995 by Wietse Venema. All rights reserved. +* +* 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. +************************************************************************/ /* SYNOPSIS void login_fbtab(tty, uid, gid) |
