summaryrefslogtreecommitdiff
path: root/sys/nfs4client
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
commitc398230b64aea809cb7c5cea8db580af7097920c (patch)
treeeb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/nfs4client
parent610055c9e2703bbfa36be9b6af27493748a30967 (diff)
Notes
Diffstat (limited to 'sys/nfs4client')
-rw-r--r--sys/nfs4client/nfs4.h2
-rw-r--r--sys/nfs4client/nfs4_dev.c2
-rw-r--r--sys/nfs4client/nfs4_dev.h2
-rw-r--r--sys/nfs4client/nfs4_idmap.c2
-rw-r--r--sys/nfs4client/nfs4_idmap.h2
-rw-r--r--sys/nfs4client/nfs4_socket.c4
-rw-r--r--sys/nfs4client/nfs4_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vfs.h2
-rw-r--r--sys/nfs4client/nfs4_vfs_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vfsops.c4
-rw-r--r--sys/nfs4client/nfs4_vn.h2
-rw-r--r--sys/nfs4client/nfs4_vn_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vnops.c2
-rw-r--r--sys/nfs4client/nfs4m_subs.h2
14 files changed, 16 insertions, 16 deletions
diff --git a/sys/nfs4client/nfs4.h b/sys/nfs4client/nfs4.h
index 148c22465464..4bcc6a7f3121 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 b675e5508b27..ab089b42255f 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 4d4817c544c9..be14ce2cdb33 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 803f5444ee34..7eae5ec09079 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 86cd01b175db..0b09cf43444d 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 caf2e2eccb35..c33bcbb8c885 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 9cf7b0eba7bb..739e39fed1cc 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 18772be31185..61999ac925b6 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 1ac3df40de73..ced9e23954f8 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 14a272019f82..a1985359b0f2 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 d9847131430d..2f5f7306187f 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 dd6617bf920d..bd42d5e0a9e1 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 985303a4ee81..abb6b332c511 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 534c8366700f..60d0758637de 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