diff options
author | imp <imp@FreeBSD.org> | 2005-01-06 18:10:42 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-06 18:10:42 +0000 |
commit | fb0a393e992e35163e6b0d3d78ad526676cf968b (patch) | |
tree | 85ca15b7e245c758a7517f3c43b4ac5811d11929 /sys/fs/nullfs | |
parent | a74e29628a27c26767dcae08313296c10d3f3603 (diff) | |
download | FreeBSD-src-fb0a393e992e35163e6b0d3d78ad526676cf968b.zip FreeBSD-src-fb0a393e992e35163e6b0d3d78ad526676cf968b.tar.gz |
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r-- | sys/fs/nullfs/null.h | 2 | ||||
-rw-r--r-- | sys/fs/nullfs/null_subr.c | 2 | ||||
-rw-r--r-- | sys/fs/nullfs/null_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/nullfs/null_vnops.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/nullfs/null.h b/sys/fs/nullfs/null.h index 2569b38..b6cc7e3 100644 --- a/sys/fs/nullfs/null.h +++ b/sys/fs/nullfs/null.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index 1df0ea2..ac54c21 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 21ee962..bfc26b4 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 41bf7ef..406634c 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * |