diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 11:53:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 11:53:46 +0000 |
commit | be14c96892f56ade43bb9b93844c87e5e4e6a6c7 (patch) | |
tree | b5fbef8530f439ee93f6bd4915d3f070b4b1c647 | |
parent | b3af0a9934fc7f29922432b064cc24f19e8ee28a (diff) |
copyright blob from geoff.arnold@sun.com
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd_cache.c | 23 | ||||
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd_misc.c | 23 | ||||
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd_print.c | 23 | ||||
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd_v1.c | 23 | ||||
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd_v2.c | 23 |
5 files changed, 105 insertions, 10 deletions
diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd_cache.c b/usr.sbin/rpc.pcnfsd/pcnfsd_cache.c index 9053205cedc..e2dee256008 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd_cache.c +++ b/usr.sbin/rpc.pcnfsd/pcnfsd_cache.c @@ -1,11 +1,30 @@ -/* $OpenBSD: pcnfsd_cache.c,v 1.4 2001/08/19 19:16:12 ericj Exp $ */ +/* $OpenBSD: pcnfsd_cache.c,v 1.5 2003/02/15 11:53:45 deraadt Exp $ */ /* $NetBSD: pcnfsd_cache.c,v 1.2 1995/07/25 22:20:37 gwr Exp $ */ -/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_cache.c 1.1 91/09/03 12:45:14 SMI */ /* *===================================================================== * 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. + * - you do not charge money for the source code (unlikely, given + * its free availability) + * + * 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. *===================================================================== */ diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c b/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c index 3094ff81de8..72c87992f48 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c +++ b/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c @@ -1,11 +1,30 @@ -/* $OpenBSD: pcnfsd_misc.c,v 1.5 2002/05/26 09:25:22 deraadt Exp $ */ +/* $OpenBSD: pcnfsd_misc.c,v 1.6 2003/02/15 11:53:45 deraadt Exp $ */ /* $NetBSD: pcnfsd_misc.c,v 1.2 1995/07/25 22:20:42 gwr Exp $ */ -/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_misc.c 1.5 92/01/24 19:59:13 SMI */ /* *===================================================================== * Copyright (c) 1986,1987,1988,1989,1990,1991 by Sun Microsystems, Inc. * @(#)pcnfsd_misc.c 1.5 1/24/92 + * + * 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. + * - you do not charge money for the source code (unlikely, given + * its free availability) + * + * 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. *===================================================================== */ diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd_print.c b/usr.sbin/rpc.pcnfsd/pcnfsd_print.c index f3fb87aede7..1087e136982 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd_print.c +++ b/usr.sbin/rpc.pcnfsd/pcnfsd_print.c @@ -1,11 +1,30 @@ -/* $OpenBSD: pcnfsd_print.c,v 1.12 2001/08/19 19:16:12 ericj Exp $ */ +/* $OpenBSD: pcnfsd_print.c,v 1.13 2003/02/15 11:53:45 deraadt Exp $ */ /* $NetBSD: pcnfsd_print.c,v 1.3 1995/08/14 19:45:18 gwr Exp $ */ -/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_print.c 1.7 92/01/24 19:58:58 SMI */ /* *===================================================================== * Copyright (c) 1986,1987,1988,1989,1990,1991 by Sun Microsystems, Inc. * @(#)pcnfsd_print.c 1.7 1/24/92 + * + * 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. + * - you do not charge money for the source code (unlikely, given + * its free availability) + * + * 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. *===================================================================== */ #include <stdlib.h> diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd_v1.c b/usr.sbin/rpc.pcnfsd/pcnfsd_v1.c index 6bad324e04c..0c261559784 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd_v1.c +++ b/usr.sbin/rpc.pcnfsd/pcnfsd_v1.c @@ -1,11 +1,30 @@ -/* $OpenBSD: pcnfsd_v1.c,v 1.2 2001/08/19 19:16:12 ericj Exp $ */ +/* $OpenBSD: pcnfsd_v1.c,v 1.3 2003/02/15 11:53:45 deraadt Exp $ */ /* $NetBSD: pcnfsd_v1.c,v 1.2 1995/07/25 22:21:19 gwr Exp $ */ -/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_v1.c 1.1 91/09/03 12:41:50 SMI */ /* **===================================================================== ** Copyright (c) 1986,1987,1988,1989,1990,1991 by Sun Microsystems, Inc. ** @(#)pcnfsd_v1.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. +** - you do not charge money for the source code (unlikely, given +** its free availability) +** +** 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. **===================================================================== */ diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd_v2.c b/usr.sbin/rpc.pcnfsd/pcnfsd_v2.c index 6e03d4e99ae..45f15ed0eeb 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd_v2.c +++ b/usr.sbin/rpc.pcnfsd/pcnfsd_v2.c @@ -1,11 +1,30 @@ -/* $OpenBSD: pcnfsd_v2.c,v 1.4 2002/02/16 21:28:08 millert Exp $ */ +/* $OpenBSD: pcnfsd_v2.c,v 1.5 2003/02/15 11:53:45 deraadt Exp $ */ /* $NetBSD: pcnfsd_v2.c,v 1.4 1995/08/14 19:50:10 gwr Exp $ */ -/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_v2.c 1.2 91/12/18 13:26:13 SMI */ /* **===================================================================== ** Copyright (c) 1986,1987,1988,1989,1990,1991 by Sun Microsystems, Inc. ** @(#)pcnfsd_v2.c 1.2 12/18/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. +** - you do not charge money for the source code (unlikely, given +** its free availability) +** +** 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. **===================================================================== */ #include <stdio.h> |