diff options
Diffstat (limited to 'usr.sbin/rpc.pcnfsd/pcnfsd.x')
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd.x | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd.x b/usr.sbin/rpc.pcnfsd/pcnfsd.x index 947ba0b3436..38a3b03f398 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd.x +++ b/usr.sbin/rpc.pcnfsd/pcnfsd.x @@ -1,6 +1,31 @@ -/* $OpenBSD: pcnfsd.x,v 1.2 2001/08/19 19:16:12 ericj Exp $ */ +/* $OpenBSD: pcnfsd.x,v 1.3 2003/02/15 12:19:27 deraadt Exp $ */ /* $NetBSD: pcnfsd.x,v 1.2 1995/07/25 22:20:33 gwr Exp $ */ +/* + *===================================================================== + * Copyright (c) 1986,1987,1988,1989,1990,1991 by Sun Microsystems, Inc. + * @(#)pcnfsd_cache.c 1.1 9/3/91 + * + * pcnfsd is copyrighted software, but is freely licensed. This + * means that you are free to redistribute it, modify it, ship it + * in binary with your system, whatever, provided: + * + * - you leave the Sun copyright notice in the source code + * - you make clear what changes you have introduced and do + * not represent them as being supported by Sun. + * + * If you make changes to this software, we ask that you do so in + * a way which allows you to build either the "standard" version or + * your custom version from a single source file. Test it, lint + * it (it won't lint 100%, very little does, and there are bugs in + * some versions of lint :-), and send it back to Sun via email + * so that we can roll it into the source base and redistribute + * it. We'll try to make sure your contributions are acknowledged + * in the source, but after all these years it's getting hard to + * remember who did what. + *===================================================================== + */ + /* The maximum number of bytes in a user name argument */ const IDENTLEN = 32; /* The maximum number of bytes in a password argument */ |