diff options
author | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
commit | f0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch) | |
tree | f453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/rpc | |
parent | 4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff) | |
download | FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz |
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/rpc')
-rw-r--r-- | sys/rpc/rpcclnt.c | 4 | ||||
-rw-r--r-- | sys/rpc/rpcclnt.h | 4 | ||||
-rw-r--r-- | sys/rpc/rpcm_subs.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/rpc/rpcclnt.c b/sys/rpc/rpcclnt.c index 18c11b1..d50ec42 100644 --- a/sys/rpc/rpcclnt.c +++ b/sys/rpc/rpcclnt.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: rpcclnt.c,v 1.9 2003/11/05 14:59:03 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved @@ -25,7 +25,7 @@ * advised of the possibility of such damages. */ -/* +/*- * Copyright (c) 1989, 1991, 1993, 1995 The Regents of the University of * California. All rights reserved. * diff --git a/sys/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h index 3d9e533..f57c4dc 100644 --- a/sys/rpc/rpcclnt.h +++ b/sys/rpc/rpcclnt.h @@ -2,7 +2,7 @@ /* $OpenBSD: nfsmount.h,v 1.11 2002/03/14 01:27:13 millert Exp $ */ /* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved @@ -26,7 +26,7 @@ * advised of the possibility of such damages. */ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h index b7fb067..ac789f3 100644 --- a/sys/rpc/rpcm_subs.h +++ b/sys/rpc/rpcm_subs.h @@ -2,7 +2,7 @@ /* $OpenBSD: nfsm_subs.h,v 1.11 2000/01/05 20:50:52 millert Exp $ */ /* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved @@ -26,7 +26,7 @@ * advised of the possibility of such damages. */ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * |