diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
commit | 60727d8b86294910d41cbda1a50a855ea0537449 (patch) | |
tree | f453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/sys | |
parent | 3f3b6d74ce55da65e54fcb7391c4b043347b474d (diff) | |
download | src-60727d8b86294910d41cbda1a50a855ea0537449.tar.gz src-60727d8b86294910d41cbda1a50a855ea0537449.zip |
/* -> /*- for license, minor formatting changes
Notes
Notes:
svn path=/head/; revision=139825
Diffstat (limited to 'sys/sys')
100 files changed, 110 insertions, 101 deletions
diff --git a/sys/sys/_iovec.h b/sys/sys/_iovec.h index eb6492c7c3de..bd7207332938 100644 --- a/sys/sys/_iovec.h +++ b/sys/sys/_iovec.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/_null.h b/sys/sys/_null.h index 72e7f85bf1a9..9e965f100b1a 100644 --- a/sys/sys/_null.h +++ b/sys/sys/_null.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/_semaphore.h b/sys/sys/_semaphore.h index 91106ff99e51..a7bd5d836be7 100644 --- a/sys/sys/_semaphore.h +++ b/sys/sys/_semaphore.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Alfred Perlstein <alfred@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h index 0306c6f28946..06826701f740 100644 --- a/sys/sys/_sigset.h +++ b/sys/sys/_sigset.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/_timespec.h b/sys/sys/_timespec.h index d29b2a3f0fd5..9dcd5f8910dc 100644 --- a/sys/sys/_timespec.h +++ b/sys/sys/_timespec.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/aio.h b/sys/sys/aio.h index e9e2bd14275c..f0c2a11576ed 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 John S. Dyson. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/alq.h b/sys/sys/alq.h index 98c414d028e2..cd8e8d35669f 100644 --- a/sys/sys/alq.h +++ b/sys/sys/alq.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/bio.h b/sys/sys/bio.h index cb1a5a2486a8..cd7671e74ff4 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/bitstring.h b/sys/sys/bitstring.h index c6badb14aa3e..125ef51d8895 100644 --- a/sys/sys/bitstring.h +++ b/sys/sys/bitstring.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/blist.h b/sys/sys/blist.h index e1d8fff8074c..5f4d66ee8c98 100644 --- a/sys/sys/blist.h +++ b/sys/sys/blist.h @@ -23,7 +23,9 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * + */ + +/* * Implements bitmap resource lists. * * Usage: diff --git a/sys/sys/buf.h b/sys/sys/buf.h index c742f3153056..e8cc5a3cbe03 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 77f1fd425df6..a3f0025bef70 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/chio.h b/sys/sys/chio.h index e1ae110aee26..aa55f7cbc02c 100644 --- a/sys/sys/chio.h +++ b/sys/sys/chio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> * All rights reserved. * diff --git a/sys/sys/cons.h b/sys/sys/cons.h index 92322e3de34d..f9cbe2c5def2 100644 --- a/sys/sys/cons.h +++ b/sys/sys/cons.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h index 196817acd433..7bd5898bad76 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1992-2005 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h index 734d31a4cad1..1a017cb31ca5 100644 --- a/sys/sys/devicestat.h +++ b/sys/sys/devicestat.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 Kenneth D. Merry. * All rights reserved. * diff --git a/sys/sys/dir.h b/sys/sys/dir.h index c50773440f5d..48c98d208c9d 100644 --- a/sys/sys/dir.h +++ b/sys/sys/dir.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 4cb585880584..b9ab4f335871 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 0817eb5af412..7a5395623afc 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h index 27da229a6995..932d4f4d148c 100644 --- a/sys/sys/diskmbr.h +++ b/sys/sys/diskmbr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h index 3fe9fa088cc6..93abc4389c49 100644 --- a/sys/sys/diskpc98.h +++ b/sys/sys/diskpc98.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1987, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/domain.h b/sys/sys/domain.h index b4106509bd6c..1ec4447401a0 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 14366b846323..1e5a95c9b5c6 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/eui64.h b/sys/sys/eui64.h index 7c9c6ce07946..33300a779d3b 100644 --- a/sys/sys/eui64.h +++ b/sys/sys/eui64.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2004 The Aerospace Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h index 4fca9fcd91c0..1680ec1a0bd4 100644 --- a/sys/sys/fbio.h +++ b/sys/sys/fbio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h index 2c596ebc7430..e3ffc249cb7c 100644 --- a/sys/sys/fdcio.h +++ b/sys/sys/fdcio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1992-1994,2001 by Joerg Wunsch, Dresden * All rights reserved. * diff --git a/sys/sys/file.h b/sys/sys/file.h index 784ae575b526..d3a9e9f2df15 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 9936e33fe80c..0f3fa8822bd2 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/fnv_hash.h b/sys/sys/fnv_hash.h index 24254cf386d1..2dbed339113f 100644 --- a/sys/sys/fnv_hash.h +++ b/sys/sys/fnv_hash.h @@ -1,4 +1,4 @@ -/* +/*- * Fowler / Noll / Vo Hash (FNV Hash) * http://www.isthe.com/chongo/tech/comp/fnv/ * diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h index b437607d8851..6c0b7ae92f34 100644 --- a/sys/sys/gpt.h +++ b/sys/sys/gpt.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 754bea7b7f54..7336395623e1 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h index 659988c346ca..b8461a6cf4e4 100644 --- a/sys/sys/inflate.h +++ b/sys/sys/inflate.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h index f36a410a9e2b..9833b226eb42 100644 --- a/sys/sys/interrupt.h +++ b/sys/sys/interrupt.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * All rights reserved. * diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index a290a1ad5daf..bdd295729b66 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index d25e92fe0b1f..57b3186f5c5c 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sys/jail.h b/sys/sys/jail.h index b1473c4a4ed3..ee9b40f62395 100644 --- a/sys/sys/jail.h +++ b/sys/sys/jail.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you diff --git a/sys/sys/kdb.h b/sys/sys/kdb.h index 55a88f42f86b..55d70333385b 100644 --- a/sys/sys/kdb.h +++ b/sys/sys/kdb.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/kse.h b/sys/sys/kse.h index 1f3f3989be74..9eb544912844 100644 --- a/sys/sys/kse.h +++ b/sys/sys/kse.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2001 Julian Elischer <julian@freebsd.org> * for the FreeBSD Foundation. * diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 0eca887cf84a..e2815164a7b5 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/limits.h b/sys/sys/limits.h index 3af450ff8c6a..9d2029290aa5 100644 --- a/sys/sys/limits.h +++ b/sys/sys/limits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h index 0d32a3be535f..6695c268c842 100644 --- a/sys/sys/link_aout.h +++ b/sys/sys/link_aout.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h index 3a7392c50c37..d1c2900cf151 100644 --- a/sys/sys/link_elf.h +++ b/sys/sys/link_elf.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 2d2892aad419..7169001a4075 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/lockmgr.h b/sys/sys/lockmgr.h index b93c1a8dd856..540490157e9b 100644 --- a/sys/sys/lockmgr.h +++ b/sys/sys/lockmgr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 6f9f63a6a477..4b06ddf9bec9 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/mbpool.h b/sys/sys/mbpool.h index 60ad4f8be399..f292f29721ab 100644 --- a/sys/sys/mbpool.h +++ b/sys/sys/mbpool.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. @@ -25,7 +25,9 @@ * SUCH DAMAGE. * * Author: Hartmut Brandt <harti@freebsd.org> - * + */ + +/* * This implements pools of DMA-able buffers that conserve DMA address space * by putting several buffers into one page and that allow to map between * 32-bit handles for the buffer and buffer addresses (to use 32-bit network diff --git a/sys/sys/mchain.h b/sys/sys/mchain.h index 7e31e44bd8d9..9a1107713835 100644 --- a/sys/sys/mchain.h +++ b/sys/sys/mchain.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Boris Popov * All rights reserved. * diff --git a/sys/sys/md4.h b/sys/sys/md4.h index 5a648c87f63a..5ad9e99421ac 100644 --- a/sys/sys/md4.h +++ b/sys/sys/md4.h @@ -2,7 +2,8 @@ * $FreeBSD$ */ -/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All +/*- + Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it diff --git a/sys/sys/md5.h b/sys/sys/md5.h index 964698b2ad7c..4166e5d13ca0 100644 --- a/sys/sys/md5.h +++ b/sys/sys/md5.h @@ -2,7 +2,8 @@ * $FreeBSD$ */ -/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All +/*- + Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h index e45c096085ea..57dc04c5fdef 100644 --- a/sys/sys/mdioctl.h +++ b/sys/sys/mdioctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 39c03a19fd8a..fce0d9a62b9f 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/msg.h b/sys/sys/msg.h index 020e1a68a5a9..325df939a362 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: msg.h,v 1.4 1994/06/29 06:44:43 cgd Exp $ */ -/* +/*- * SVID compatible msg.h file * * Author: Daniel Boulet diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index 0517384b9045..439f5f0beade 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1981, 1984, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index 7f3d8d1e5e05..1ad8004e95af 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/namei.h b/sys/sys/namei.h index 0407c10e3044..c5a4c7d6495e 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index 4c08ea06fc2b..ef0505293f0b 100644 --- a/sys/sys/pcpu.h +++ b/sys/sys/pcpu.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Wind River Systems, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h index 09bb663d4a72..9e3233f71221 100644 --- a/sys/sys/pioctl.h +++ b/sys/sys/pioctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copryight 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index de86d30f5a07..1d3729fc38c9 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 John S. Dyson * All rights reserved. * diff --git a/sys/sys/priority.h b/sys/sys/priority.h index 51fbce536b2a..986bd3eb7074 100644 --- a/sys/sys/priority.h +++ b/sys/sys/priority.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, Henrik Vestergaard Draboel * All rights reserved. * diff --git a/sys/sys/queue.h b/sys/sys/queue.h index 627aaa22c0e3..23c03c822157 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index e861a38f7e55..6b8e25e61cdd 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 5b2d18a3222b..ccb21648f5e8 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 3a03b0c4b1ad..2697b66a4cbe 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/rman.h b/sys/sys/rman.h index 0641fde0c0ea..48d44943dfdf 100644 --- a/sys/sys/rman.h +++ b/sys/sys/rman.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h index f4e44a929afc..21268fc60bbe 100644 --- a/sys/sys/rtprio.h +++ b/sys/sys/rtprio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, Henrik Vestergaard Draboel * All rights reserved. * diff --git a/sys/sys/runq.h b/sys/sys/runq.h index 93ffda4b7f85..433d0e05e19c 100644 --- a/sys/sys/runq.h +++ b/sys/sys/runq.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/sema.h b/sys/sys/sema.h index 473832e3ba7f..cdce5982311c 100644 --- a/sys/sys/sema.h +++ b/sys/sys/sema.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2001 Jason Evans <jasone@freebsd.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/shm.h b/sys/sys/shm.h index 05957820f2c5..ced7aff7071e 100644 --- a/sys/sys/shm.h +++ b/sys/sys/shm.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $ */ -/* +/*- * Copyright (c) 1994 Adam Glass * All rights reserved. * diff --git a/sys/sys/sigio.h b/sys/sys/sigio.h index cc9784ad3ccc..62ece6d4c28a 100644 --- a/sys/sys/sigio.h +++ b/sys/sys/sigio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h index 83301c81eb5b..42bc5fbc7472 100644 --- a/sys/sys/signalvar.h +++ b/sys/sys/signalvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h index de1a85fe6d5e..7f36029edc92 100644 --- a/sys/sys/sleepqueue.h +++ b/sys/sys/sleepqueue.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/smp.h b/sys/sys/smp.h index ba951830f49e..88353fcfee1b 100644 --- a/sys/sys/smp.h +++ b/sys/sys/smp.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 992be9b43aad..5c9b8bec4b0a 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995 Ugen J.S.Antsilevich * * Redistribution and use in source forms, with and without modification, diff --git a/sys/sys/socket.h b/sys/sys/socket.h index c5e2a8308971..ae3a1264b4ba 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 4d4c7ff6f789..4ae5fe3640c1 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -1,6 +1,8 @@ /* * soundcard.h - * + */ + +/*- * Copyright by Hannu Savolainen 1993 * Modified for the new FreeBSD sound driver by Luigi Rizzo, 1997 * diff --git a/sys/sys/statvfs.h b/sys/sys/statvfs.h index 15be8ce79a6d..24fd8e02f6a6 100644 --- a/sys/sys/statvfs.h +++ b/sys/sys/statvfs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h index e99239fb1ebf..175e34942995 100644 --- a/sys/sys/sun_disklabel.h +++ b/sys/sys/sun_disklabel.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2004, Joerg Wunsch diff --git a/sys/sys/sx.h b/sys/sys/sx.h index 43f89fba5099..e7e6a2ed9fd6 100644 --- a/sys/sys/sx.h +++ b/sys/sys/sx.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2001 Jason Evans <jasone@freebsd.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h index bb9c5b67dd1c..d3bb9772f95a 100644 --- a/sys/sys/syscallsubr.h +++ b/sys/sys/syscallsubr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Ian Dowse. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index bea64dd56df9..1be9fe33515d 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 292891786dc2..dfe8897c2613 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 8b216d4da37e..fe2d0fee7cb3 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 44cf74f82694..f9e173cfe9f2 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/thr.h b/sys/sys/thr.h index 4be6d6628b1e..c7d5704b186a 100644 --- a/sys/sys/thr.h +++ b/sys/sys/thr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/time.h b/sys/sys/time.h index 01e441f3a1b2..5371838dd5a0 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/timepps.h b/sys/sys/timepps.h index 3457630f9c35..cde9396145fd 100644 --- a/sys/sys/timepps.h +++ b/sys/sys/timepps.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you diff --git a/sys/sys/timers.h b/sys/sys/timers.h index 043d37670b08..232141068ef2 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. * diff --git a/sys/sys/timespec.h b/sys/sys/timespec.h index b5b03ef91350..96f80e2ec09c 100644 --- a/sys/sys/timespec.h +++ b/sys/sys/timespec.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/timex.h b/sys/sys/timex.h index 08a9bcd5af83..cf877ffc47dd 100644 --- a/sys/sys/timex.h +++ b/sys/sys/timex.h @@ -1,4 +1,5 @@ -/*********************************************************************** +/*- + *********************************************************************** * * * Copyright (c) David L. Mills 1993-2001 * * * diff --git a/sys/sys/turnstile.h b/sys/sys/turnstile.h index 4300a54d9b72..e4b3910441b5 100644 --- a/sys/sys/turnstile.h +++ b/sys/sys/turnstile.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 John Baldwin <jhb@FreeBSD.org> * All rights reserved. * diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index d964de96c07c..6e13d9b325f7 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/uio.h b/sys/sys/uio.h index 9dd827f4f76a..cb3d4aeb0e76 100644 --- a/sys/sys/uio.h +++ b/sys/sys/uio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/umtx.h b/sys/sys/umtx.h index dad0f18e0ce9..0a0db6522646 100644 --- a/sys/sys/umtx.h +++ b/sys/sys/umtx.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * diff --git a/sys/sys/un.h b/sys/sys/un.h index b4434ce06cf8..e8caf35f8232 100644 --- a/sys/sys/un.h +++ b/sys/sys/un.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 44ddf755663f..839c333018cb 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index df34dddfd40e..b6305706fabc 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/user.h b/sys/sys/user.h index d8a36570989f..4eaeacf35cdf 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/uuid.h b/sys/sys/uuid.h index b18d5b094c4e..7adf8b64a4a6 100644 --- a/sys/sys/uuid.h +++ b/sys/sys/uuid.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 94873e78de24..12fe029e1818 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sys/xrpuio.h b/sys/sys/xrpuio.h index 70de800d9a4a..94bd38d0a3ef 100644 --- a/sys/sys/xrpuio.h +++ b/sys/sys/xrpuio.h @@ -1,4 +1,4 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you |