From fb0a393e992e35163e6b0d3d78ad526676cf968b Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 6 Jan 2005 18:10:42 +0000 Subject: /* -> /*- for copyright notices, minor format tweaks as necessary --- sys/fs/deadfs/dead_vnops.c | 2 +- sys/fs/devfs/devfs_devs.c | 2 +- sys/fs/devfs/devfs_vfsops.c | 2 +- sys/fs/devfs/devfs_vnops.c | 2 +- sys/fs/fdescfs/fdesc.h | 2 +- sys/fs/fdescfs/fdesc_vfsops.c | 2 +- sys/fs/fdescfs/fdesc_vnops.c | 2 +- sys/fs/fifofs/fifo.h | 2 +- sys/fs/fifofs/fifo_vnops.c | 2 +- sys/fs/hpfs/hpfs_hash.c | 2 +- sys/fs/msdosfs/bootsect.h | 2 +- sys/fs/msdosfs/bpb.h | 2 +- sys/fs/msdosfs/denode.h | 2 +- sys/fs/msdosfs/direntry.h | 2 +- sys/fs/msdosfs/fat.h | 2 +- sys/fs/msdosfs/msdosfs_conv.c | 2 +- sys/fs/msdosfs/msdosfs_denode.c | 2 +- sys/fs/msdosfs/msdosfs_fat.c | 2 +- sys/fs/msdosfs/msdosfs_lookup.c | 2 +- sys/fs/msdosfs/msdosfs_vfsops.c | 2 +- sys/fs/msdosfs/msdosfs_vnops.c | 2 +- sys/fs/msdosfs/msdosfsmount.h | 2 +- sys/fs/ntfs/ntfs_ihash.c | 2 +- sys/fs/ntfs/ntfs_vnops.c | 2 +- sys/fs/nullfs/null.h | 2 +- sys/fs/nullfs/null_subr.c | 2 +- sys/fs/nullfs/null_vfsops.c | 2 +- sys/fs/nullfs/null_vnops.c | 2 +- sys/fs/nwfs/nwfs.h | 2 +- sys/fs/nwfs/nwfs_io.c | 2 +- sys/fs/nwfs/nwfs_ioctl.c | 2 +- sys/fs/nwfs/nwfs_mount.h | 2 +- sys/fs/nwfs/nwfs_node.c | 2 +- sys/fs/nwfs/nwfs_node.h | 2 +- sys/fs/nwfs/nwfs_subr.c | 2 +- sys/fs/nwfs/nwfs_subr.h | 2 +- sys/fs/nwfs/nwfs_vfsops.c | 2 +- sys/fs/nwfs/nwfs_vnops.c | 2 +- sys/fs/portalfs/portal.h | 2 +- sys/fs/portalfs/portal_vfsops.c | 2 +- sys/fs/portalfs/portal_vnops.c | 2 +- sys/fs/procfs/procfs.c | 2 +- sys/fs/procfs/procfs.h | 2 +- sys/fs/procfs/procfs_ctl.c | 2 +- sys/fs/procfs/procfs_map.c | 2 +- sys/fs/procfs/procfs_mem.c | 2 +- sys/fs/procfs/procfs_rlimit.c | 2 +- sys/fs/procfs/procfs_status.c | 2 +- sys/fs/procfs/procfs_type.c | 2 +- sys/fs/smbfs/smbfs.h | 2 +- sys/fs/smbfs/smbfs_io.c | 2 +- sys/fs/smbfs/smbfs_node.c | 2 +- sys/fs/smbfs/smbfs_node.h | 2 +- sys/fs/smbfs/smbfs_smb.c | 2 +- sys/fs/smbfs/smbfs_subr.c | 2 +- sys/fs/smbfs/smbfs_subr.h | 2 +- sys/fs/smbfs/smbfs_vfsops.c | 2 +- sys/fs/smbfs/smbfs_vnops.c | 2 +- sys/fs/udf/osta.c | 6 ++++-- sys/fs/umapfs/umap.h | 2 +- sys/fs/umapfs/umap_subr.c | 2 +- sys/fs/umapfs/umap_vfsops.c | 2 +- sys/fs/umapfs/umap_vnops.c | 2 +- sys/fs/unionfs/union.h | 2 +- sys/fs/unionfs/union_subr.c | 2 +- sys/fs/unionfs/union_vfsops.c | 2 +- sys/fs/unionfs/union_vnops.c | 2 +- 67 files changed, 70 insertions(+), 68 deletions(-) (limited to 'sys') diff --git a/sys/fs/deadfs/dead_vnops.c b/sys/fs/deadfs/dead_vnops.c index fce152a..787e510 100644 --- a/sys/fs/deadfs/dead_vnops.c +++ b/sys/fs/deadfs/dead_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c index 6edb02b..abdda9a 100644 --- a/sys/fs/devfs/devfs_devs.c +++ b/sys/fs/devfs/devfs_devs.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000,2004 * Poul-Henning Kamp. All rights reserved. * diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 10c2655..4ca88e5 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993, 1995 * The Regents of the University of California. All rights reserved. * Copyright (c) 2000 diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index 0ec0ce1..e79f75d 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2004 * Poul-Henning Kamp. All rights reserved. * Copyright (c) 1989, 1992-1993, 1995 diff --git a/sys/fs/fdescfs/fdesc.h b/sys/fs/fdescfs/fdesc.h index dfe4c6b..825e608 100644 --- a/sys/fs/fdescfs/fdesc.h +++ b/sys/fs/fdescfs/fdesc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index 2492fef..b44bd74 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_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/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index ccaf342..e8af36e 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fifofs/fifo.h b/sys/fs/fifofs/fifo.h index 339763b..da85ae2 100644 --- a/sys/fs/fifofs/fifo.h +++ b/sys/fs/fifofs/fifo.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index c5125d0..40a5d89 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/hpfs/hpfs_hash.c b/sys/fs/hpfs/hpfs_hash.c index e1cd079..186256f 100644 --- a/sys/fs/hpfs/hpfs_hash.c +++ b/sys/fs/hpfs/hpfs_hash.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h index 4fbd9ae..3102ce3 100644 --- a/sys/fs/msdosfs/bootsect.h +++ b/sys/fs/msdosfs/bootsect.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: bootsect.h,v 1.9 1997/11/17 15:36:17 ws Exp $ */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/bpb.h b/sys/fs/msdosfs/bpb.h index 2f1f711..6ba9670 100644 --- a/sys/fs/msdosfs/bpb.h +++ b/sys/fs/msdosfs/bpb.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: bpb.h,v 1.7 1997/11/17 15:36:24 ws Exp $ */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h index 4339794..479239a 100644 --- a/sys/fs/msdosfs/denode.h +++ b/sys/fs/msdosfs/denode.h @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/direntry.h b/sys/fs/msdosfs/direntry.h index 2680af0..47e1257 100644 --- a/sys/fs/msdosfs/direntry.h +++ b/sys/fs/msdosfs/direntry.h @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/fat.h b/sys/fs/msdosfs/fat.h index 3b0599e..cd6b7d1 100644 --- a/sys/fs/msdosfs/fat.h +++ b/sys/fs/msdosfs/fat.h @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_conv.c b/sys/fs/msdosfs/msdosfs_conv.c index 6ad440e..72439e4 100644 --- a/sys/fs/msdosfs/msdosfs_conv.c +++ b/sys/fs/msdosfs/msdosfs_conv.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_denode.c b/sys/fs/msdosfs/msdosfs_denode.c index 1642ed7..02286fd 100644 --- a/sys/fs/msdosfs/msdosfs_denode.c +++ b/sys/fs/msdosfs/msdosfs_denode.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c index 8c11423..31cf977 100644 --- a/sys/fs/msdosfs/msdosfs_fat.c +++ b/sys/fs/msdosfs/msdosfs_fat.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_lookup.c b/sys/fs/msdosfs/msdosfs_lookup.c index 446f0b2..348b97c 100644 --- a/sys/fs/msdosfs/msdosfs_lookup.c +++ b/sys/fs/msdosfs/msdosfs_lookup.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index a5a9680..a79f08f 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index 3e2e41d..1516922 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 4743292..070ca86 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -32,7 +32,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Written by Paul Popelka (paulp@uts.amdahl.com) * * You can do anything you want with this software, just don't say you wrote diff --git a/sys/fs/ntfs/ntfs_ihash.c b/sys/fs/ntfs/ntfs_ihash.c index dd9ec2d..a84574e 100644 --- a/sys/fs/ntfs/ntfs_ihash.c +++ b/sys/fs/ntfs/ntfs_ihash.c @@ -1,6 +1,6 @@ /* $NetBSD: ntfs_ihash.c,v 1.5 1999/09/30 16:56:40 jdolecek Exp $ */ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/ntfs/ntfs_vnops.c b/sys/fs/ntfs/ntfs_vnops.c index cf2e17d..9346a46 100644 --- a/sys/fs/ntfs/ntfs_vnops.c +++ b/sys/fs/ntfs/ntfs_vnops.c @@ -1,6 +1,6 @@ /* $NetBSD: ntfs_vnops.c,v 1.23 1999/10/31 19:45:27 jdolecek Exp $ */ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * 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. * diff --git a/sys/fs/nwfs/nwfs.h b/sys/fs/nwfs/nwfs.h index 94395e4..3b25998 100644 --- a/sys/fs/nwfs/nwfs.h +++ b/sys/fs/nwfs/nwfs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_io.c b/sys/fs/nwfs/nwfs_io.c index 759bb8c..9168e96 100644 --- a/sys/fs/nwfs/nwfs_io.c +++ b/sys/fs/nwfs/nwfs_io.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_ioctl.c b/sys/fs/nwfs/nwfs_ioctl.c index 32692b4..0fd5531 100644 --- a/sys/fs/nwfs/nwfs_ioctl.c +++ b/sys/fs/nwfs/nwfs_ioctl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_mount.h b/sys/fs/nwfs/nwfs_mount.h index dd445d9..a6f9568 100644 --- a/sys/fs/nwfs/nwfs_mount.h +++ b/sys/fs/nwfs/nwfs_mount.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_node.c b/sys/fs/nwfs/nwfs_node.c index dc82df7..5b2d120 100644 --- a/sys/fs/nwfs/nwfs_node.c +++ b/sys/fs/nwfs/nwfs_node.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_node.h b/sys/fs/nwfs/nwfs_node.h index fa5de92..f2e0ada 100644 --- a/sys/fs/nwfs/nwfs_node.h +++ b/sys/fs/nwfs/nwfs_node.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000, 2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_subr.c b/sys/fs/nwfs/nwfs_subr.c index 10d9647..8a8e5dc 100644 --- a/sys/fs/nwfs/nwfs_subr.c +++ b/sys/fs/nwfs/nwfs_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_subr.h b/sys/fs/nwfs/nwfs_subr.h index 4fece8a..683a943 100644 --- a/sys/fs/nwfs/nwfs_subr.h +++ b/sys/fs/nwfs/nwfs_subr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_vfsops.c b/sys/fs/nwfs/nwfs_vfsops.c index 9f21579..af8514e 100644 --- a/sys/fs/nwfs/nwfs_vfsops.c +++ b/sys/fs/nwfs/nwfs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Boris Popov * All rights reserved. * diff --git a/sys/fs/nwfs/nwfs_vnops.c b/sys/fs/nwfs/nwfs_vnops.c index 9ed8eb1..7f0875c 100644 --- a/sys/fs/nwfs/nwfs_vnops.c +++ b/sys/fs/nwfs/nwfs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000, 2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/portalfs/portal.h b/sys/fs/portalfs/portal.h index 5891b0f..6606ccc 100644 --- a/sys/fs/portalfs/portal.h +++ b/sys/fs/portalfs/portal.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c index 6c5dff5..46c0ab0 100644 --- a/sys/fs/portalfs/portal_vfsops.c +++ b/sys/fs/portalfs/portal_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/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c index 5c40839..8d7d64a 100644 --- a/sys/fs/portalfs/portal_vnops.c +++ b/sys/fs/portalfs/portal_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c index 309f0f2..f2b5bf5 100644 --- a/sys/fs/procfs/procfs.c +++ b/sys/fs/procfs/procfs.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Dag-Erling Smørgrav * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index b8ee3aa..48d4bca 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c index 55c8033..efe18c7 100644 --- a/sys/fs/procfs/procfs_ctl.c +++ b/sys/fs/procfs/procfs_ctl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c index 06112fc..de0a58c 100644 --- a/sys/fs/procfs/procfs_map.c +++ b/sys/fs/procfs/procfs_map.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index c85f6e6..d4a7896 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 Sean Eric Fagan * Copyright (c) 1993 diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c index a9bb64d..3885f56 100644 --- a/sys/fs/procfs/procfs_rlimit.c +++ b/sys/fs/procfs/procfs_rlimit.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Adrian Chadd * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index 29e5d1f..4b480a0 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/procfs/procfs_type.c b/sys/fs/procfs/procfs_type.c index e7bffc7..c19bf9d 100644 --- a/sys/fs/procfs/procfs_type.c +++ b/sys/fs/procfs/procfs_type.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 8fa0346..9436b88 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_io.c b/sys/fs/smbfs/smbfs_io.c index e43cef9..9e49732 100644 --- a/sys/fs/smbfs/smbfs_io.c +++ b/sys/fs/smbfs/smbfs_io.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_node.c b/sys/fs/smbfs/smbfs_node.c index 2ae0e01..8be8812 100644 --- a/sys/fs/smbfs/smbfs_node.c +++ b/sys/fs/smbfs/smbfs_node.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h index 7a8d545..4e92393 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_smb.c b/sys/fs/smbfs/smbfs_smb.c index df2faee..ea1721e 100644 --- a/sys/fs/smbfs/smbfs_smb.c +++ b/sys/fs/smbfs/smbfs_smb.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_subr.c b/sys/fs/smbfs/smbfs_subr.c index 27cd62e..683b2bd 100644 --- a/sys/fs/smbfs/smbfs_subr.c +++ b/sys/fs/smbfs/smbfs_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_subr.h b/sys/fs/smbfs/smbfs_subr.h index bc1279f..34d2bbba 100644 --- a/sys/fs/smbfs/smbfs_subr.h +++ b/sys/fs/smbfs/smbfs_subr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index ac928ef..93f58c6 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/fs/smbfs/smbfs_vnops.c b/sys/fs/smbfs/smbfs_vnops.c index 51e4072..660421b 100644 --- a/sys/fs/smbfs/smbfs_vnops.c +++ b/sys/fs/smbfs/smbfs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * diff --git a/sys/fs/udf/osta.c b/sys/fs/udf/osta.c index c85c4f9..81c7286 100644 --- a/sys/fs/udf/osta.c +++ b/sys/fs/udf/osta.c @@ -9,7 +9,8 @@ #include /*****************************************************************************/ -/*********************************************************************** +/*- + ********************************************************************** * OSTA compliant Unicode compression, uncompression routines. * Copyright 1995 Micro Design International, Inc. * Written by Jason M. Rinn. @@ -253,7 +254,8 @@ main() /*****************************************************************************/ #ifdef NEEDS_ISPRINT -/*********************************************************************** +/*- + ********************************************************************** * OSTA UDF compliant file name translation routine for OS/2, * Windows 95, Windows NT, Macintosh and UNIX. * Copyright 1995 Micro Design International, Inc. diff --git a/sys/fs/umapfs/umap.h b/sys/fs/umapfs/umap.h index 4b74579..d32b428 100644 --- a/sys/fs/umapfs/umap.h +++ b/sys/fs/umapfs/umap.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c index a008c99..90f19d9 100644 --- a/sys/fs/umapfs/umap_subr.c +++ b/sys/fs/umapfs/umap_subr.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/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 3429202..a516717 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_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/umapfs/umap_vnops.c b/sys/fs/umapfs/umap_vnops.c index 2aa4b9e..010e291 100644 --- a/sys/fs/umapfs/umap_vnops.c +++ b/sys/fs/umapfs/umap_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h index 8dfef3a..ff3db84 100644 --- a/sys/fs/unionfs/union.h +++ b/sys/fs/unionfs/union.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 The Regents of the University of California. * Copyright (c) 1994 Jan-Simon Pendry. * All rights reserved. diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 64e7b14..bcd39d9 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 Jan-Simon Pendry * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 59f6b8c..7c4a4b9 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995 The Regents of the University of California. * Copyright (c) 1994, 1995 Jan-Simon Pendry. * All rights reserved. diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index b6b0966..46110b5 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry. * Copyright (c) 1992, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. -- cgit v1.1