diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 12:19:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 12:19:28 +0000 |
commit | 2f34d175b5693779c270bb4a071972f7028f8507 (patch) | |
tree | a7d2afa2d427de0a1b44b9f3053afa1f83b6d85d /usr.sbin | |
parent | 6ca685c5d53d3b201d9e73d9fd1a5fa38c1e445c (diff) |
and the copyright goes here too
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpc.pcnfsd/paths.h | 27 | ||||
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd.x | 27 |
2 files changed, 52 insertions, 2 deletions
diff --git a/usr.sbin/rpc.pcnfsd/paths.h b/usr.sbin/rpc.pcnfsd/paths.h index bc16ce1f473..8eac4a48072 100644 --- a/usr.sbin/rpc.pcnfsd/paths.h +++ b/usr.sbin/rpc.pcnfsd/paths.h @@ -1,6 +1,31 @@ -/* $OpenBSD: paths.h,v 1.4 2002/02/17 19:42:39 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.5 2003/02/15 12:19:27 deraadt Exp $ */ /* $NetBSD: paths.h,v 1.1 1995/08/14 19:50:09 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. + *===================================================================== + */ + #define SPOOLDIR "/export/pcnfs" #define LPRDIR "/usr/bin" #define LPCDIR "/usr/sbin" 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 */ |