diff options
author | imp <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
commit | a50ffc29129a52835a39bf4868cd5facdc7dce30 (patch) | |
tree | eb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/nfs4client | |
parent | 182c46b20dedd864b7066a7d50338bd691247880 (diff) | |
download | FreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.zip FreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.tar.gz |
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/nfs4client')
-rw-r--r-- | sys/nfs4client/nfs4.h | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_dev.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_dev.h | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_idmap.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_idmap.h | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_socket.c | 4 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_subs.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vfs.h | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vfs_subs.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vfsops.c | 4 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vn.h | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vn_subs.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4_vnops.c | 2 | ||||
-rw-r--r-- | sys/nfs4client/nfs4m_subs.h | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/sys/nfs4client/nfs4.h b/sys/nfs4client/nfs4.h index 148c224..4bcc6a7 100644 --- a/sys/nfs4client/nfs4.h +++ b/sys/nfs4client/nfs4.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4.h,v 1.25 2003/11/05 14:58:58 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_dev.c b/sys/nfs4client/nfs4_dev.c index b675e55..ab089b4 100644 --- a/sys/nfs4client/nfs4_dev.c +++ b/sys/nfs4client/nfs4_dev.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_dev.c,v 1.10 2003/11/05 14:58:59 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_dev.h b/sys/nfs4client/nfs4_dev.h index 4d4817c..be14ce2 100644 --- a/sys/nfs4client/nfs4_dev.h +++ b/sys/nfs4client/nfs4_dev.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_dev.h,v 1.3 2003/11/05 14:58:59 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_idmap.c b/sys/nfs4client/nfs4_idmap.c index 803f544..7eae5ec 100644 --- a/sys/nfs4client/nfs4_idmap.c +++ b/sys/nfs4client/nfs4_idmap.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_idmap.c,v 1.4 2003/11/05 14:58:59 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_idmap.h b/sys/nfs4client/nfs4_idmap.h index 86cd01b..0b09cf4 100644 --- a/sys/nfs4client/nfs4_idmap.h +++ b/sys/nfs4client/nfs4_idmap.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_idmap.h,v 1.2 2003/11/05 14:58:59 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_socket.c b/sys/nfs4client/nfs4_socket.c index caf2e2e..c33bcbb 100644 --- a/sys/nfs4client/nfs4_socket.c +++ b/sys/nfs4client/nfs4_socket.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs_socket.c,v 1.12 2003/11/05 14:59:01 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/nfs4client/nfs4_subs.c b/sys/nfs4client/nfs4_subs.c index 9cf7b0e..739e39f 100644 --- a/sys/nfs4client/nfs4_subs.c +++ b/sys/nfs4client/nfs4_subs.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_subs.c,v 1.52 2003/11/05 14:58:59 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_vfs.h b/sys/nfs4client/nfs4_vfs.h index 18772be3..61999ac 100644 --- a/sys/nfs4client/nfs4_vfs.h +++ b/sys/nfs4client/nfs4_vfs.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_vfs.h,v 1.4 2003/11/05 14:59:00 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_vfs_subs.c b/sys/nfs4client/nfs4_vfs_subs.c index 1ac3df4..ced9e23 100644 --- a/sys/nfs4client/nfs4_vfs_subs.c +++ b/sys/nfs4client/nfs4_vfs_subs.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_vfs_subs.c,v 1.5 2003/11/05 14:59:00 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c index 14a2720..a198535 100644 --- a/sys/nfs4client/nfs4_vfsops.c +++ b/sys/nfs4client/nfs4_vfsops.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs_vfsops.c,v 1.38 2003/11/05 14:59:01 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, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/nfs4client/nfs4_vn.h b/sys/nfs4client/nfs4_vn.h index d984713..2f5f730 100644 --- a/sys/nfs4client/nfs4_vn.h +++ b/sys/nfs4client/nfs4_vn.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_vn.h,v 1.5 2003/11/05 14:59:00 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_vn_subs.c b/sys/nfs4client/nfs4_vn_subs.c index dd6617b..bd42d5e 100644 --- a/sys/nfs4client/nfs4_vn_subs.c +++ b/sys/nfs4client/nfs4_vn_subs.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4_vn_subs.c,v 1.9 2003/11/05 14:59:00 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4_vnops.c b/sys/nfs4client/nfs4_vnops.c index 985303a..abb6b33 100644 --- a/sys/nfs4client/nfs4_vnops.c +++ b/sys/nfs4client/nfs4_vnops.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs_vnops.c,v 1.45 2003/11/05 14:59:02 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved diff --git a/sys/nfs4client/nfs4m_subs.h b/sys/nfs4client/nfs4m_subs.h index 534c836..60d0758 100644 --- a/sys/nfs4client/nfs4m_subs.h +++ b/sys/nfs4client/nfs4m_subs.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: nfs4m_subs.h,v 1.36 2003/11/05 14:59:01 rees Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved |