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 | |
| parent | 3f3b6d74ce55da65e54fcb7391c4b043347b474d (diff) | |
Notes
Diffstat (limited to 'sys')
426 files changed, 480 insertions, 453 deletions
diff --git a/sys/dev/agp/agp_if.m b/sys/dev/agp/agp_if.m index 9d81584a8ecd0..faf7b1ab8fdfb 100644 --- a/sys/dev/agp/agp_if.m +++ b/sys/dev/agp/agp_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2000 Doug Rabson # All rights reserved. # diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 22743e80dba50..6d0abb3a740f6 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h index ce7334d0c800b..5cc50495df030 100644 --- a/sys/dev/dc/if_dcreg.h +++ b/sys/dev/dc/if_dcreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 55d539dcf0244..40e1dd05b9c33 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sf/if_sfreg.h b/sys/dev/sf/if_sfreg.h index 12af2117e5caa..4738f4689a736 100644 --- a/sys/dev/sf/if_sfreg.h +++ b/sys/dev/sf/if_sfreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index e6274eba31463..215e1882dc849 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -1,6 +1,6 @@ /* $OpenBSD: if_sk.c,v 2.33 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * @@ -31,7 +31,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h index b70e172a13ac0..1db61c26ed90a 100644 --- a/sys/dev/sk/if_skreg.h +++ b/sys/dev/sk/if_skreg.h @@ -1,6 +1,6 @@ /* $OpenBSD: if_skreg.h,v 1.10 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * @@ -34,7 +34,7 @@ * $FreeBSD$ */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/sk/xmaciireg.h b/sys/dev/sk/xmaciireg.h index 137f47ee062b2..38cd8cbbfb346 100644 --- a/sys/dev/sk/xmaciireg.h +++ b/sys/dev/sk/xmaciireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/sk/yukonreg.h b/sys/dev/sk/yukonreg.h index 0230aaedcff5d..51d9f3a3a0f94 100644 --- a/sys/dev/sk/yukonreg.h +++ b/sys/dev/sk/yukonreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: yukonreg.h,v 1.2 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 461ca323433dd..d368d8402a449 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h index 35525149996f1..e38cdd61c08b0 100644 --- a/sys/dev/ti/if_tireg.h +++ b/sys/dev/ti/if_tireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index 6febeaf05d735..95a4466fab8c6 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/vr/if_vrreg.h b/sys/dev/vr/if_vrreg.h index 2c3bb4553345c..cbf41476e90c8 100644 --- a/sys/dev/vr/if_vrreg.h +++ b/sys/dev/vr/if_vrreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/kern/ksched.c b/sys/kern/ksched.c index 6ef2940b6826d..a266c575df522 100644 --- a/sys/kern/ksched.c +++ b/sys/kern/ksched.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c index 51c0032a76bd8..35d1bca8af876 100644 --- a/sys/kern/p1003_1b.c +++ b/sys/kern/p1003_1b.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c index d1129a4354bdb..a16ab7d9fa4b8 100644 --- a/sys/opencrypto/cast.c +++ b/sys/opencrypto/cast.c @@ -1,5 +1,5 @@ /* $OpenBSD: cast.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */ -/* +/*- * CAST-128 in C * Written by Steve Reid <sreid@sea-to-sky.net> * 100% Public Domain - no warranty diff --git a/sys/opencrypto/cast.h b/sys/opencrypto/cast.h index 06aaf9d82d960..8e2d0d19349bb 100644 --- a/sys/opencrypto/cast.h +++ b/sys/opencrypto/cast.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: cast.h,v 1.2 2002/03/14 01:26:51 millert Exp $ */ -/* +/*- * CAST-128 in C * Written by Steve Reid <sreid@sea-to-sky.net> * 100% Public Domain - no warranty diff --git a/sys/opencrypto/castsb.h b/sys/opencrypto/castsb.h index 739d06ecf36a9..ed13058c804f9 100644 --- a/sys/opencrypto/castsb.h +++ b/sys/opencrypto/castsb.h @@ -1,6 +1,6 @@ /* $FreeBSD$ */ /* $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */ -/* +/*- * CAST-128 in C * Written by Steve Reid <sreid@sea-to-sky.net> * 100% Public Domain - no warranty diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c index 4831fac24ecf1..f90404eb37fc0 100644 --- a/sys/opencrypto/criov.c +++ b/sys/opencrypto/criov.c @@ -1,6 +1,6 @@ /* $OpenBSD: criov.c,v 1.9 2002/01/29 15:48:29 jason Exp $ */ -/* +/*- * Copyright (c) 1999 Theo de Raadt * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c index ccc2ef8eaf9f6..297e180601a1b 100644 --- a/sys/opencrypto/crypto.c +++ b/sys/opencrypto/crypto.c @@ -1,5 +1,5 @@ /* $OpenBSD: crypto.c,v 1.38 2002/06/11 11:14:29 beck Exp $ */ -/* +/*- * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/sys/opencrypto/crypto_if.m b/sys/opencrypto/crypto_if.m index 0ef17e60537ca..2720cc1fe1093 100644 --- a/sys/opencrypto/crypto_if.m +++ b/sys/opencrypto/crypto_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2002, Sam Leffler # All rights reserved. # diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c index b9d26a9d17400..05810764b07c3 100644 --- a/sys/opencrypto/cryptodev.c +++ b/sys/opencrypto/cryptodev.c @@ -1,6 +1,6 @@ /* $OpenBSD: cryptodev.c,v 1.52 2002/06/19 07:22:46 deraadt Exp $ */ -/* +/*- * Copyright (c) 2001 Theo de Raadt * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index 0da86330528f9..07f83332e54e3 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: cryptodev.h,v 1.31 2002/06/11 11:14:29 beck Exp $ */ -/* +/*- * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 4a0c837d657dc..db3cd75fc491a 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -1,6 +1,6 @@ /* $OpenBSD: cryptosoft.c,v 1.35 2002/04/26 08:43:50 deraadt Exp $ */ -/* +/*- * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/sys/opencrypto/cryptosoft.h b/sys/opencrypto/cryptosoft.h index dea997e2f89c2..bf1385252819b 100644 --- a/sys/opencrypto/cryptosoft.h +++ b/sys/opencrypto/cryptosoft.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: cryptosoft.h,v 1.10 2002/04/22 23:10:09 deraadt Exp $ */ -/* +/*- * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c index 6ffc7a71a4d61..92f8ab2558665 100644 --- a/sys/opencrypto/deflate.c +++ b/sys/opencrypto/deflate.c @@ -1,6 +1,6 @@ /* $OpenBSD: deflate.c,v 1.3 2001/08/20 02:45:22 hugh Exp $ */ -/* +/*- * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org) * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/deflate.h b/sys/opencrypto/deflate.h index 81a8be7406b4e..5c8ebd41e8de4 100644 --- a/sys/opencrypto/deflate.h +++ b/sys/opencrypto/deflate.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: deflate.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ -/* +/*- * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org) * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/rijndael.c b/sys/opencrypto/rijndael.c index e3895af934080..9a686c0fa2dc8 100644 --- a/sys/opencrypto/rijndael.c +++ b/sys/opencrypto/rijndael.c @@ -1,5 +1,5 @@ /* $OpenBSD: rijndael.c,v 1.12 2002/07/10 17:53:54 deraadt Exp $ */ -/** +/*- * rijndael-alg-fst.c * * @version 3.0 (December 2000) diff --git a/sys/opencrypto/rijndael.h b/sys/opencrypto/rijndael.h index 5c530e151c319..0c3664b1c8c56 100644 --- a/sys/opencrypto/rijndael.h +++ b/sys/opencrypto/rijndael.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: rijndael.h,v 1.7 2001/12/19 17:42:24 markus Exp $ */ -/** +/*- * rijndael-alg-fst.h * * @version 3.0 (December 2000) diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c index 3a05588ee02c7..f97a6f4dc8577 100644 --- a/sys/opencrypto/rmd160.c +++ b/sys/opencrypto/rmd160.c @@ -1,5 +1,5 @@ /* $OpenBSD: rmd160.c,v 1.3 2001/09/26 21:40:13 markus Exp $ */ -/* +/*- * Copyright (c) 2001 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/rmd160.h b/sys/opencrypto/rmd160.h index 604b0c9e3cab5..60dce64251ca1 100644 --- a/sys/opencrypto/rmd160.h +++ b/sys/opencrypto/rmd160.h @@ -1,6 +1,6 @@ /* $FreeBSD$ */ /* $OpenBSD: rmd160.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ -/* +/*- * Copyright (c) 2001 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/opencrypto/skipjack.c b/sys/opencrypto/skipjack.c index 7fb59f2efd540..0899e382ead03 100644 --- a/sys/opencrypto/skipjack.c +++ b/sys/opencrypto/skipjack.c @@ -1,5 +1,5 @@ /* $OpenBSD: skipjack.c,v 1.3 2001/05/05 00:31:34 angelos Exp $ */ -/* +/*- * Further optimized test implementation of SKIPJACK algorithm * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Optimizations suit RISC (lots of registers) machine best. diff --git a/sys/opencrypto/skipjack.h b/sys/opencrypto/skipjack.h index 70df788c62154..3e88418ce217a 100644 --- a/sys/opencrypto/skipjack.h +++ b/sys/opencrypto/skipjack.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: skipjack.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ -/* +/*- * Further optimized test implementation of SKIPJACK algorithm * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Optimizations suit RISC (lots of registers) machine best. diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c index e63659ca9247c..87d9b99d20572 100644 --- a/sys/opencrypto/xform.c +++ b/sys/opencrypto/xform.c @@ -1,5 +1,5 @@ /* $OpenBSD: xform.c,v 1.16 2001/08/28 12:20:43 ben Exp $ */ -/* +/*- * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and * Niels Provos (provos@physnet.uni-hamburg.de). diff --git a/sys/opencrypto/xform.h b/sys/opencrypto/xform.h index a4960b98de227..ae6665be7393a 100644 --- a/sys/opencrypto/xform.h +++ b/sys/opencrypto/xform.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: xform.h,v 1.8 2001/08/28 12:20:43 ben Exp $ */ -/* +/*- * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Athens, Greece, in diff --git a/sys/pc98/cbus/30line.h b/sys/pc98/cbus/30line.h index c62ec41733cd6..5f81e69f236ac 100644 --- a/sys/pc98/cbus/30line.h +++ b/sys/pc98/cbus/30line.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996. FreeBSD(98) porting team. * All rights reserved. * diff --git a/sys/pc98/cbus/gdc.c b/sys/pc98/cbus/gdc.c index a22ad992f56cc..8d463fb2604d2 100644 --- a/sys/pc98/cbus/gdc.c +++ b/sys/pc98/cbus/gdc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index dc523db8db4b6..5172c74f994be 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c index 2d1fc018e49b3..f33b8c229db08 100644 --- a/sys/pc98/cbus/pckbd.c +++ b/sys/pc98/cbus/pckbd.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 0ca448233f87d..a5c99461e105e 100644 --- a/sys/pc98/cbus/sio_cbus.c +++ b/sys/pc98/cbus/sio_cbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Yoshihiro TAKAHASHI. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/i386/busio.s b/sys/pc98/i386/busio.s index b80f98a5e5aaa..915dcae21bf0e 100644 --- a/sys/pc98/i386/busio.s +++ b/sys/pc98/i386/busio.s @@ -2,7 +2,7 @@ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/i386/busiosubr.c b/sys/pc98/i386/busiosubr.c index f88e8e4895171..8776d3fe6fd47 100644 --- a/sys/pc98/i386/busiosubr.c +++ b/sys/pc98/i386/busiosubr.c @@ -2,7 +2,7 @@ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/30line.h b/sys/pc98/pc98/30line.h index c62ec41733cd6..5f81e69f236ac 100644 --- a/sys/pc98/pc98/30line.h +++ b/sys/pc98/pc98/30line.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996. FreeBSD(98) porting team. * All rights reserved. * diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index b80f98a5e5aaa..915dcae21bf0e 100644 --- a/sys/pc98/pc98/busio.s +++ b/sys/pc98/pc98/busio.s @@ -2,7 +2,7 @@ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/busiosubr.c b/sys/pc98/pc98/busiosubr.c index f88e8e4895171..8776d3fe6fd47 100644 --- a/sys/pc98/pc98/busiosubr.c +++ b/sys/pc98/pc98/busiosubr.c @@ -2,7 +2,7 @@ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/canbus_if.m b/sys/pc98/pc98/canbus_if.m index b9ec8ca5d5614..42d2cd52929c8 100644 --- a/sys/pc98/pc98/canbus_if.m +++ b/sys/pc98/pc98/canbus_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2002 KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp> # All rights reserved. # diff --git a/sys/pc98/pc98/epsonio.h b/sys/pc98/pc98/epsonio.h index 105c9b86a2893..a3180f0100547 100644 --- a/sys/pc98/pc98/epsonio.h +++ b/sys/pc98/pc98/epsonio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/pc98/olpt.c b/sys/pc98/pc98/olpt.c index dc523db8db4b6..5172c74f994be 100644 --- a/sys/pc98/pc98/olpt.c +++ b/sys/pc98/pc98/olpt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index f2022e3c0a7ab..1ef4a5c58d35f 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996, 1997. * * All rights reserved. Unpublished rights reserved under the copyright diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h index 7c97d4d951b1c..9bce98106531c 100644 --- a/sys/pc98/pc98/pc98_machdep.h +++ b/sys/pc98/pc98/pc98_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/pc98/pc98gdc.c b/sys/pc98/pc98/pc98gdc.c index a22ad992f56cc..8d463fb2604d2 100644 --- a/sys/pc98/pc98/pc98gdc.c +++ b/sys/pc98/pc98/pc98gdc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/pc98/pc98kbd.c b/sys/pc98/pc98/pc98kbd.c index 2d1fc018e49b3..f33b8c229db08 100644 --- a/sys/pc98/pc98/pc98kbd.c +++ b/sys/pc98/pc98/pc98kbd.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/pc98/sio_cbus.c b/sys/pc98/pc98/sio_cbus.c index 0ca448233f87d..a5c99461e105e 100644 --- a/sys/pc98/pc98/sio_cbus.c +++ b/sys/pc98/pc98/sio_cbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Yoshihiro TAKAHASHI. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h index fe13598b2859b..315664a16e16d 100644 --- a/sys/pccard/cardinfo.h +++ b/sys/pccard/cardinfo.h @@ -2,7 +2,8 @@ * Include file for PCMCIA user process interface * *------------------------------------------------------------------------- - * + */ +/*- * Copyright (c) 1995 Andrew McRae. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/cis.h b/sys/pccard/cis.h index a0765b499f869..6cc935b80ff2b 100644 --- a/sys/pccard/cis.h +++ b/sys/pccard/cis.h @@ -4,7 +4,8 @@ * structures and card information, not * driver/process communication. *------------------------------------------------------------------------- - * + */ +/*- * Copyright (c) 1995 Andrew McRae. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h index 884f1dbd02500..1057d7c4963f3 100644 --- a/sys/pccard/i82365.h +++ b/sys/pccard/i82365.h @@ -7,7 +7,8 @@ * * Updated 3/3/95 to include Cirrus Logic stuff. *------------------------------------------------------------------------- - * + */ +/*- * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 1995 Andrew McRae. All rights reserved. * diff --git a/sys/pccard/mecia.c b/sys/pccard/mecia.c index 07e58ca6421d3..ce0b756adcaae 100644 --- a/sys/pccard/mecia.c +++ b/sys/pccard/mecia.c @@ -1,7 +1,8 @@ /* * NEC MECIA controller. *------------------------------------------------------------------------- - * + */ +/*- * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 876c2414f10e3..b8ebea9033c52 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -3,7 +3,8 @@ * * June 1995, Andrew McRae (andrew@mega.com.au) *------------------------------------------------------------------------- - * + */ +/*- * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 1995 Andrew McRae. All rights reserved. * diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c index 866dcb0115789..f5c97a8bc446f 100644 --- a/sys/pccard/pccard_nbk.c +++ b/sys/pccard/pccard_nbk.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h index a6a4152d259d3..fed7310eb708a 100644 --- a/sys/pccard/pccard_nbk.h +++ b/sys/pccard/pccard_nbk.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 4fe27a3e84b82..be4fea81c66ff 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -1,7 +1,9 @@ /* * Intel PCIC or compatible Controller driver *------------------------------------------------------------------------- - * + */ + +/*- * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 1995 Andrew McRae. All rights reserved. * diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c index b1228462d84c8..a013346f511fb 100644 --- a/sys/pccard/pcic_isa.c +++ b/sys/pccard/pcic_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 M. Warner Losh. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index d6a52e29b9b9e..227043f1fe089 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2002 M. Warner Losh. All Rights Reserved. * Copyright (c) 1997 Ted Faber All rights reserved. * diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h index d5f7a83079fa3..d2a96d280a67c 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 1997 Ted Faber. All rights reserved. * diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h index da372e2d46f83..de2940c7a1ec7 100644 --- a/sys/pccard/pcicvar.h +++ b/sys/pccard/pcicvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 M. Warner Losh. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index a91098328553d..030ff7ed47fdc 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -7,7 +7,9 @@ * controller slot number to allow multiple controllers * to be accessed. *------------------------------------------------------------------------- - * + */ + +/*- * Copyright (c) 1995 Andrew McRae. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m index 9d81584a8ecd0..faf7b1ab8fdfb 100644 --- a/sys/pci/agp_if.m +++ b/sys/pci/agp_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2000 Doug Rabson # All rights reserved. # diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 22743e80dba50..6d0abb3a740f6 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index ce7334d0c800b..5cc50495df030 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 387714f4549bf..6f25f6ad51069 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -1,13 +1,13 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $Id: if_mn.c,v 1.38 2003/06/11 06:24:36 obrien Exp $ - * + */ + +/* * Driver for Siemens reference design card "Easy321-R1". * * This card contains a FALC54 E1/T1 framer and a MUNICH32X 32-channel HDLC diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 805b7f21f1511..39ce10cba7080 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@osd.bsdi.com>. All rights reserved. diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h index 122e2a6f57b55..220629c6fe8df 100644 --- a/sys/pci/if_pcnreg.h +++ b/sys/pci/if_pcnreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 1fae9fe955be4..6c044e716bc04 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index a96dc2a45dae1..fa3d046c59cb0 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998-2003 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index 55d539dcf0244..40e1dd05b9c33 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h index 12af2117e5caa..4738f4689a736 100644 --- a/sys/pci/if_sfreg.h +++ b/sys/pci/if_sfreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 3aaf9bf24ec6b..307ab2de3cd41 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2005 Poul-Henning Kamp <phk@FreeBSD.org> * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index 72dda6863ff7a..b82092449edd0 100644 --- a/sys/pci/if_sisreg.h +++ b/sys/pci/if_sisreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index e6274eba31463..215e1882dc849 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/if_sk.c @@ -1,6 +1,6 @@ /* $OpenBSD: if_sk.c,v 2.33 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * @@ -31,7 +31,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h index b70e172a13ac0..1db61c26ed90a 100644 --- a/sys/pci/if_skreg.h +++ b/sys/pci/if_skreg.h @@ -1,6 +1,6 @@ /* $OpenBSD: if_skreg.h,v 1.10 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * @@ -34,7 +34,7 @@ * $FreeBSD$ */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 2284d667de5d4..b92521bda918f 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h index d5ecac7c17e62..80e8b3dbb4e0c 100644 --- a/sys/pci/if_stereg.h +++ b/sys/pci/if_stereg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 461ca323433dd..d368d8402a449 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 35525149996f1..e38cdd61c08b0 100644 --- a/sys/pci/if_tireg.h +++ b/sys/pci/if_tireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index e453b9294258e..dfccac47911fe 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h index 086738d70d254..a8d3128b8fec7 100644 --- a/sys/pci/if_tlreg.h +++ b/sys/pci/if_tlreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 6febeaf05d735..95a4466fab8c6 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 2c3bb4553345c..cbf41476e90c8 100644 --- a/sys/pci/if_vrreg.h +++ b/sys/pci/if_vrreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index ef38978052efa..266cfcb6d9f20 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h index 5467de6a27ac4..82bd0810380c9 100644 --- a/sys/pci/if_wbreg.h +++ b/sys/pci/if_wbreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 5461b181a9d19..883aea5c3b79c 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index 9d834d0cb07d5..f76c14bd72d90 100644 --- a/sys/pci/if_xlreg.h +++ b/sys/pci/if_xlreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 89b5f042e767b..45f3a83715d35 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -10,7 +10,7 @@ ** Stefan Esser <se@mi.Uni-Koeln.de> ** **------------------------------------------------------------------------- -** +/*- ** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index fcc72124377f3..07b4a26b07fa6 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -16,7 +16,7 @@ ** mycroft@gnu.ai.mit.edu ** **------------------------------------------------------------------------- -** +/*- ** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h index 137f47ee062b2..38cd8cbbfb346 100644 --- a/sys/pci/xmaciireg.h +++ b/sys/pci/xmaciireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 7ec18a5c61243..1394291a3577e 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -1,11 +1,13 @@ -/* +/*- * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * + */ + +/* * A very simple device driver for PCI cards based on Xilinx 6200 series * FPGA/RPU devices. Current Functionality is to allow you to open and * mmap the entire thing into your program. diff --git a/sys/pci/yukonreg.h b/sys/pci/yukonreg.h index 0230aaedcff5d..51d9f3a3a0f94 100644 --- a/sys/pci/yukonreg.h +++ b/sys/pci/yukonreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: yukonreg.h,v 1.2 2003/08/12 05:23:06 nate Exp $ */ -/* +/*- * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h index 91106ff99e51a..a7bd5d836be75 100644 --- a/sys/posix4/_semaphore.h +++ b/sys/posix4/_semaphore.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Alfred Perlstein <alfred@FreeBSD.org> * All rights reserved. * diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index 6ef2940b6826d..a266c575df522 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c index 51c0032a76bd8..35d1bca8af876 100644 --- a/sys/posix4/p1003_1b.c +++ b/sys/posix4/p1003_1b.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c index 98302a99b7ff9..438d862b1b335 100644 --- a/sys/powerpc/aim/clock.c +++ b/sys/powerpc/aim/clock.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/copyinout.c b/sys/powerpc/aim/copyinout.c index 0f1dbc557f069..7fa91ceaaf11f 100644 --- a/sys/powerpc/aim/copyinout.c +++ b/sys/powerpc/aim/copyinout.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/aim/interrupt.c b/sys/powerpc/aim/interrupt.c index 90125657300a0..08a43b719e146 100644 --- a/sys/powerpc/aim/interrupt.c +++ b/sys/powerpc/aim/interrupt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S index 53ff043a5dd20..f4a23791fe1b3 100644 --- a/sys/powerpc/aim/locore.S +++ b/sys/powerpc/aim/locore.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * @@ -25,7 +25,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index c09fcf50978fd..1748c02db1e3d 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -28,7 +28,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index 49813d03f0567..c8906d3768272 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -65,7 +65,7 @@ * * $NetBSD: pmap.c,v 1.28 2000/03/26 20:42:36 kleink Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/aim/nexus.c b/sys/powerpc/aim/nexus.c index 0df66db56e7b7..277e58c3053ec 100644 --- a/sys/powerpc/aim/nexus.c +++ b/sys/powerpc/aim/nexus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/powerpc/aim/ofw_machdep.c b/sys/powerpc/aim/ofw_machdep.c index 876f88509e3cb..b4c97a256948c 100644 --- a/sys/powerpc/aim/ofw_machdep.c +++ b/sys/powerpc/aim/ofw_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S index 12bb488a326d6..038e788b9175c 100644 --- a/sys/powerpc/aim/swtch.S +++ b/sys/powerpc/aim/swtch.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * @@ -25,7 +25,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index ab36e46d47128..c0b93ff7e73eb 100644 --- a/sys/powerpc/aim/trap.c +++ b/sys/powerpc/aim/trap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/trap_subr.S b/sys/powerpc/aim/trap_subr.S index cc5cd8dc98d67..60435dd834818 100644 --- a/sys/powerpc/aim/trap_subr.S +++ b/sys/powerpc/aim/trap_subr.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: trap_subr.S,v 1.20 2002/04/22 23:20:08 kleink Exp $ */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/aim/uio_machdep.c b/sys/powerpc/aim/uio_machdep.c index 473cb01719db1..bd2f1b447e815 100644 --- a/sys/powerpc/aim/uio_machdep.c +++ b/sys/powerpc/aim/uio_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/powerpc/aim/uma_machdep.c b/sys/powerpc/aim/uma_machdep.c index b4719572561fb..9fff32e2d7bd9 100644 --- a/sys/powerpc/aim/uma_machdep.c +++ b/sys/powerpc/aim/uma_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 The FreeBSD Project * All rights reserved. * diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c index fb93d5c223e2c..acd8645123883 100644 --- a/sys/powerpc/aim/vm_machdep.c +++ b/sys/powerpc/aim/vm_machdep.c @@ -40,7 +40,7 @@ * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ * $FreeBSD$ */ -/* +/*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index b37fcf0f80319..260475d0273bb 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 96fc147353fdd..34d8ad65e8d7e 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h index a76b383582705..27c6d5a895f65 100644 --- a/sys/powerpc/include/bat.h +++ b/sys/powerpc/include/bat.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h index c1ff9d542e51d..aa967ac59689b 100644 --- a/sys/powerpc/include/bootinfo.h +++ b/sys/powerpc/include/bootinfo.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h index bb5f35776d0f9..19e8c412848d7 100644 --- a/sys/powerpc/include/bus.h +++ b/sys/powerpc/include/bus.h @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1996 Charles M. Hannum. All rights reserved. * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. * diff --git a/sys/powerpc/include/bus_memio.h b/sys/powerpc/include/bus_memio.h index f27ce0018fe8a..24410006b93c6 100644 --- a/sys/powerpc/include/bus_memio.h +++ b/sys/powerpc/include/bus_memio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/powerpc/include/bus_pio.h b/sys/powerpc/include/bus_pio.h index 06a996b560955..aba61dfddfcdf 100644 --- a/sys/powerpc/include/bus_pio.h +++ b/sys/powerpc/include/bus_pio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h index a3bb5649a4036..fb4525927a993 100644 --- a/sys/powerpc/include/clock.h +++ b/sys/powerpc/include/clock.h @@ -1,4 +1,4 @@ -/* +/*- * Kernel interface to machine-dependent clock driver. * Garrett Wollman, September 1994. * This file is in the public domain. diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index abe7ef4eece4d..73a882b402b0c 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995-1997 Wolfgang Solfrank. * Copyright (C) 1995-1997 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h index c5568e494b6ce..8873d43ac8bd9 100644 --- a/sys/powerpc/include/db_machdep.h +++ b/sys/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h index afa3b12729cfa..dca62d2f58571 100644 --- a/sys/powerpc/include/exec.h +++ b/sys/powerpc/include/exec.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 David E. O'Brien * All rights reserved. * diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 77b4044d7e11a..5ac715a041805 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/powerpc/include/floatingpoint.h b/sys/powerpc/include/floatingpoint.h index 4b5c23d6b3085..e62e47415a748 100644 --- a/sys/powerpc/include/floatingpoint.h +++ b/sys/powerpc/include/floatingpoint.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Suleiman Souhlal <refugee@segfaulted.com> * All rights reserved. * diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h index ae0103bb69269..dcb4f7a102d37 100644 --- a/sys/powerpc/include/frame.h +++ b/sys/powerpc/include/frame.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index 9176de07b9755..793012de44350 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/ieeefp.h b/sys/powerpc/include/ieeefp.h index 42701e23eece4..820fffe1cd9ce 100644 --- a/sys/powerpc/include/ieeefp.h +++ b/sys/powerpc/include/ieeefp.h @@ -1,4 +1,4 @@ -/* +/* - * Written by J.T. Conklin, Apr 6, 1995 * Public domain. * $NetBSD: ieeefp.h,v 1.2 1999/07/07 01:52:26 danw Exp $ diff --git a/sys/powerpc/include/interruptvar.h b/sys/powerpc/include/interruptvar.h index 22ecddbf4d87d..3a8a4824e7127 100644 --- a/sys/powerpc/include/interruptvar.h +++ b/sys/powerpc/include/interruptvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Peter Grehan * All rights reserved. * diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index 38de274454c84..f4024d3c9b8b8 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h index 7193641096ebf..2cfc06349d12f 100644 --- a/sys/powerpc/include/kdb.h +++ b/sys/powerpc/include/kdb.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index b7810fd220831..8e3bb11edfc31 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h index ec5e2c23aabfa..124d46b1b551d 100644 --- a/sys/powerpc/include/metadata.h +++ b/sys/powerpc/include/metadata.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 5001b9b887374..850580eb254be 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h index 761eb174530f7..bf2cb5b67fcc1 100644 --- a/sys/powerpc/include/pio.h +++ b/sys/powerpc/include/pio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h index a2fa34617d583..3de078899dd32 100644 --- a/sys/powerpc/include/powerpc.h +++ b/sys/powerpc/include/powerpc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index f7ee0881c2de8..57e0539718bb4 100644 --- a/sys/powerpc/include/profile.h +++ b/sys/powerpc/include/profile.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index e6e2b26089b07..a7ab6f1354b3c 100644 --- a/sys/powerpc/include/psl.h +++ b/sys/powerpc/include/psl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index adfc79c9ddd2f..eef24f829b481 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h index a8ce0b106ab07..6e5053602772c 100644 --- a/sys/powerpc/include/reloc.h +++ b/sys/powerpc/include/reloc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h index 28fcc98ea1beb..edde5eb299085 100644 --- a/sys/powerpc/include/resource.h +++ b/sys/powerpc/include/resource.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* +/*- * Copyright 1998 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/powerpc/include/runq.h b/sys/powerpc/include/runq.h index 2a21bfa4ca29f..e906fa192c6c1 100644 --- a/sys/powerpc/include/runq.h +++ b/sys/powerpc/include/runq.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h index db7f9c2d173d2..b1f32e65c2e7e 100644 --- a/sys/powerpc/include/signal.h +++ b/sys/powerpc/include/signal.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h index 1de0676410b9d..7fa09d0cfa5a3 100644 --- a/sys/powerpc/include/spr.h +++ b/sys/powerpc/include/spr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index 4a5525a97b7d0..2ef7b35850765 100644 --- a/sys/powerpc/include/sr.h +++ b/sys/powerpc/include/sr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 2883e1ebdc48c..6cb1c1a705096 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h index 85484fb5e0907..58b6a80bd2ac7 100644 --- a/sys/powerpc/include/ucontext.h +++ b/sys/powerpc/include/ucontext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/ofw/ofw_pci.c b/sys/powerpc/ofw/ofw_pci.c index 5c78d029676bd..ca4b36eb04564 100644 --- a/sys/powerpc/ofw/ofw_pci.c +++ b/sys/powerpc/ofw/ofw_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. * Copyright (c) 1994 Charles M. Hannum. All rights reserved. * diff --git a/sys/powerpc/ofw/ofw_pci.h b/sys/powerpc/ofw/ofw_pci.h index 46611525801bd..8d78f9189e801 100644 --- a/sys/powerpc/ofw/ofw_pci.h +++ b/sys/powerpc/ofw/ofw_pci.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index b906d4eae4e95..d25a3af7aea9f 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2004 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index 2e68fee7ba35d..dde93a05561a8 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 56a28b0cd8181..ee6809d0aaa13 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/gracklevar.h b/sys/powerpc/powermac/gracklevar.h index 341d46ccaa40a..bb5b150e074a1 100644 --- a/sys/powerpc/powermac/gracklevar.h +++ b/sys/powerpc/powermac/gracklevar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index 3c657d8e9be2f..2d39ef406300a 100644 --- a/sys/powerpc/powermac/hrowpic.c +++ b/sys/powerpc/powermac/hrowpic.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/hrowpicvar.h b/sys/powerpc/powermac/hrowpicvar.h index a68244e4275ac..6a536ccb4d440 100644 --- a/sys/powerpc/powermac/hrowpicvar.h +++ b/sys/powerpc/powermac/hrowpicvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 0bc7a71a61070..a16903ce09669 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index 2de15e2822afc..1f1d0de39f745 100644 --- a/sys/powerpc/powermac/maciovar.h +++ b/sys/powerpc/powermac/maciovar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/openpic_macio.c b/sys/powerpc/powermac/openpic_macio.c index fac08d84249b5..c04c3731ff9fa 100644 --- a/sys/powerpc/powermac/openpic_macio.c +++ b/sys/powerpc/powermac/openpic_macio.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powermac/pswitch.c b/sys/powerpc/powermac/pswitch.c index 5287ab542a8ee..9dfb34b2f7f1d 100644 --- a/sys/powerpc/powermac/pswitch.c +++ b/sys/powerpc/powermac/pswitch.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index b1d6f059c082c..3e8a3c0887cdd 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index 1f063ef61e093..d2ee8d793e3c3 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/atomic.S b/sys/powerpc/powerpc/atomic.S index a844f7a6d59fc..c6f669a6670b8 100644 --- a/sys/powerpc/powerpc/atomic.S +++ b/sys/powerpc/powerpc/atomic.S @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index f058f5fd15426..3f3e25303bccd 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Peter Grehan * Copyright (c) 1997, 1998 Justin T. Gibbs. * All rights reserved. diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 98302a99b7ff9..438d862b1b335 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 0f1dbc557f069..7fa91ceaaf11f 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c index 1c5fa2a2b3010..2f36d1ce1f057 100644 --- a/sys/powerpc/powerpc/cpu.c +++ b/sys/powerpc/powerpc/cpu.c @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 2003 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/db_hwwatch.c b/sys/powerpc/powerpc/db_hwwatch.c index fe8680e97f10d..d6db0b0f63bd2 100644 --- a/sys/powerpc/powerpc/db_hwwatch.c +++ b/sys/powerpc/powerpc/db_hwwatch.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/db_memrw.c b/sys/powerpc/powerpc/db_memrw.c index bebedff9fb67a..e27bc67fafe57 100644 --- a/sys/powerpc/powerpc/db_memrw.c +++ b/sys/powerpc/powerpc/db_memrw.c @@ -2,7 +2,7 @@ /* $NetBSD: db_memrw.c,v 1.5 2001/12/27 10:25:41 dbj Exp $ */ /* $OpenBSD: db_memrw.c,v 1.2 1996/12/28 06:21:52 rahnds Exp $ */ -/* +/*- * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. diff --git a/sys/powerpc/powerpc/db_trace.c b/sys/powerpc/powerpc/db_trace.c index 3b489e8543b27..a32625a2832f4 100644 --- a/sys/powerpc/powerpc/db_trace.c +++ b/sys/powerpc/powerpc/db_trace.c @@ -2,7 +2,7 @@ /* $NetBSD: db_trace.c,v 1.20 2002/05/13 20:30:09 matt Exp $ */ /* $OpenBSD: db_trace.c,v 1.3 1997/03/21 02:10:48 niklas Exp $ */ -/* +/*- * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index 3504321cfbc5f..c4cc326da431a 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/in_cksum.c b/sys/powerpc/powerpc/in_cksum.c index a05791fd56160..a65ed7dddfbee 100644 --- a/sys/powerpc/powerpc/in_cksum.c +++ b/sys/powerpc/powerpc/in_cksum.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ -/* +/*- * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 diff --git a/sys/powerpc/powerpc/interrupt.c b/sys/powerpc/powerpc/interrupt.c index 90125657300a0..08a43b719e146 100644 --- a/sys/powerpc/powerpc/interrupt.c +++ b/sys/powerpc/powerpc/interrupt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/powerpc/locore.S b/sys/powerpc/powerpc/locore.S index 53ff043a5dd20..f4a23791fe1b3 100644 --- a/sys/powerpc/powerpc/locore.S +++ b/sys/powerpc/powerpc/locore.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * @@ -25,7 +25,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index c09fcf50978fd..1748c02db1e3d 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -28,7 +28,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * diff --git a/sys/powerpc/powerpc/mmu_oea.c b/sys/powerpc/powerpc/mmu_oea.c index 49813d03f0567..c8906d3768272 100644 --- a/sys/powerpc/powerpc/mmu_oea.c +++ b/sys/powerpc/powerpc/mmu_oea.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -65,7 +65,7 @@ * * $NetBSD: pmap.c,v 1.28 2000/03/26 20:42:36 kleink Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 0df66db56e7b7..277e58c3053ec 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/powerpc/powerpc/ofw_machdep.c b/sys/powerpc/powerpc/ofw_machdep.c index 876f88509e3cb..b4c97a256948c 100644 --- a/sys/powerpc/powerpc/ofw_machdep.c +++ b/sys/powerpc/powerpc/ofw_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/openpic.c b/sys/powerpc/powerpc/openpic.c index 8f6d981d8fbed..b1b79fdaf2b94 100644 --- a/sys/powerpc/powerpc/openpic.c +++ b/sys/powerpc/powerpc/openpic.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/pic_if.m b/sys/powerpc/powerpc/pic_if.m index e855efd643022..0952c4eb420e4 100644 --- a/sys/powerpc/powerpc/pic_if.m +++ b/sys/powerpc/powerpc/pic_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 1998 Doug Rabson # All rights reserved. # diff --git a/sys/powerpc/powerpc/pmap.c b/sys/powerpc/powerpc/pmap.c index 49813d03f0567..c8906d3768272 100644 --- a/sys/powerpc/powerpc/pmap.c +++ b/sys/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. @@ -65,7 +65,7 @@ * * $NetBSD: pmap.c,v 1.28 2000/03/26 20:42:36 kleink Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/sigcode.S b/sys/powerpc/powerpc/sigcode.S index 5dad4347e21cc..af0ed49e153b6 100644 --- a/sys/powerpc/powerpc/sigcode.S +++ b/sys/powerpc/powerpc/sigcode.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: sigcode.S,v 1.1 1999/11/17 14:56:11 kleink Exp $ */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/swtch.S b/sys/powerpc/powerpc/swtch.S index 12bb488a326d6..038e788b9175c 100644 --- a/sys/powerpc/powerpc/swtch.S +++ b/sys/powerpc/powerpc/swtch.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ -/* +/*- * Copyright (C) 2001 Benno Rice * All rights reserved. * @@ -25,7 +25,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 4b8f8147df51a..9a5b8c60370be 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank. * Copyright (C) 1995-1997, 1999 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index 146228fd8b65a..86e6e077c3f48 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index ab36e46d47128..c0b93ff7e73eb 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/trap_subr.S b/sys/powerpc/powerpc/trap_subr.S index cc5cd8dc98d67..60435dd834818 100644 --- a/sys/powerpc/powerpc/trap_subr.S +++ b/sys/powerpc/powerpc/trap_subr.S @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $NetBSD: trap_subr.S,v 1.20 2002/04/22 23:20:08 kleink Exp $ */ -/* +/*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index 473cb01719db1..bd2f1b447e815 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index b4719572561fb..9fff32e2d7bd9 100644 --- a/sys/powerpc/powerpc/uma_machdep.c +++ b/sys/powerpc/powerpc/uma_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 The FreeBSD Project * All rights reserved. * diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index fb93d5c223e2c..acd8645123883 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -40,7 +40,7 @@ * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ * $FreeBSD$ */ -/* +/*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/powerpc/psim/ata_iobus.c b/sys/powerpc/psim/ata_iobus.c index e62d0ae0e4f2c..df46cb7f14ded 100644 --- a/sys/powerpc/psim/ata_iobus.c +++ b/sys/powerpc/psim/ata_iobus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index 1a6cfb736a029..c16a388e67d82 100644 --- a/sys/powerpc/psim/iobus.c +++ b/sys/powerpc/psim/iobus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/iobusvar.h b/sys/powerpc/psim/iobusvar.h index 5af367a1de430..1ab7f7eaed901 100644 --- a/sys/powerpc/psim/iobusvar.h +++ b/sys/powerpc/psim/iobusvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 638e747e2d597..9be65a85bc7a2 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/sio_iobus.c b/sys/powerpc/psim/sio_iobus.c index f2174ae669a4e..cb6cffa79a4f7 100644 --- a/sys/powerpc/psim/sio_iobus.c +++ b/sys/powerpc/psim/sio_iobus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/powerpc/psim/uart_iobus.c b/sys/powerpc/psim/uart_iobus.c index f2174ae669a4e..cb6cffa79a4f7 100644 --- a/sys/powerpc/psim/uart_iobus.c +++ b/sys/powerpc/psim/uart_iobus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/rpc/rpcclnt.c b/sys/rpc/rpcclnt.c index 18c11b1fb6cc8..d50ec429eee0a 100644 --- a/sys/rpc/rpcclnt.c +++ b/sys/rpc/rpcclnt.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $Id: rpcclnt.c,v 1.9 2003/11/05 14:59:03 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/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h index 3d9e5339123a0..f57c4dc91dce1 100644 --- a/sys/rpc/rpcclnt.h +++ b/sys/rpc/rpcclnt.h @@ -2,7 +2,7 @@ /* $OpenBSD: nfsmount.h,v 1.11 2002/03/14 01:27:13 millert Exp $ */ /* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved @@ -26,7 +26,7 @@ * advised of the possibility of such damages. */ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h index b7fb06710c833..ac789f3c593ae 100644 --- a/sys/rpc/rpcm_subs.h +++ b/sys/rpc/rpcm_subs.h @@ -2,7 +2,7 @@ /* $OpenBSD: nfsm_subs.h,v 1.11 2000/01/05 20:50:52 millert Exp $ */ /* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */ -/* +/*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved @@ -26,7 +26,7 @@ * advised of the possibility of such damages. */ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c index bf12a26db2de6..fa1c1da03116a 100644 --- a/sys/sparc64/ebus/ebus.c +++ b/sys/sparc64/ebus/ebus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/ebus/ebusreg.h b/sys/sparc64/ebus/ebusreg.h index 84ece991cb059..fd192e67ffb52 100644 --- a/sys/sparc64/ebus/ebusreg.h +++ b/sys/sparc64/ebus/ebusreg.h @@ -2,7 +2,7 @@ /* $OpenBSD: ebusreg.h,v 1.4 2001/10/01 18:08:04 jason Exp $ */ /* $NetBSD: ebusreg.h,v 1.1 1999/06/04 13:29:13 mrg Exp $ */ -/* +/*- * Copyright (c) 1999 Matthew R. Green * All rights reserved. * diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h index 353711c3cb16f..5ec6df78b8859 100644 --- a/sys/sparc64/include/_limits.h +++ b/sys/sparc64/include/_limits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/bus_common.h b/sys/sparc64/include/bus_common.h index 845e11e7d878d..216f592c8d5c9 100644 --- a/sys/sparc64/include/bus_common.h +++ b/sys/sparc64/include/bus_common.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/bus_memio.h b/sys/sparc64/include/bus_memio.h index f27ce0018fe8a..24410006b93c6 100644 --- a/sys/sparc64/include/bus_memio.h +++ b/sys/sparc64/include/bus_memio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/sparc64/include/bus_pio.h b/sys/sparc64/include/bus_pio.h index 06a996b560955..aba61dfddfcdf 100644 --- a/sys/sparc64/include/bus_pio.h +++ b/sys/sparc64/include/bus_pio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/sparc64/include/cache.h b/sys/sparc64/include/cache.h index c4aa506a87dc3..d0cf824fdd7b9 100644 --- a/sys/sparc64/include/cache.h +++ b/sys/sparc64/include/cache.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 diff --git a/sys/sparc64/include/db_machdep.h b/sys/sparc64/include/db_machdep.h index bb29debe249f6..439df3699df56 100644 --- a/sys/sparc64/include/db_machdep.h +++ b/sys/sparc64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Mach Operating System * Copyright (c) 1991,1990 Carnegie Mellon University * All Rights Reserved. diff --git a/sys/sparc64/include/eeprom.h b/sys/sparc64/include/eeprom.h index 21bd3d3e60217..bd5a7fe712ed1 100644 --- a/sys/sparc64/include/eeprom.h +++ b/sys/sparc64/include/eeprom.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index 6526c5f12e924..cf78df0c6b556 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993, 2001 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/floatingpoint.h b/sys/sparc64/include/floatingpoint.h index 74f995d53afd9..d47756a00c6c4 100644 --- a/sys/sparc64/include/floatingpoint.h +++ b/sys/sparc64/include/floatingpoint.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 David O'Brien <obrien@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/gdb_machdep.h b/sys/sparc64/include/gdb_machdep.h index 27fbe46c7e1ab..efbc5e78524b9 100644 --- a/sys/sparc64/include/gdb_machdep.h +++ b/sys/sparc64/include/gdb_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/idprom.h b/sys/sparc64/include/idprom.h index 1f500b8afcb0b..df76a7f731221 100644 --- a/sys/sparc64/include/idprom.h +++ b/sys/sparc64/include/idprom.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Adam Glass * All rights reserved. * diff --git a/sys/sparc64/include/ieee.h b/sys/sparc64/include/ieee.h index 929460844bf2e..82ba9a1ae62f0 100644 --- a/sys/sparc64/include/ieee.h +++ b/sys/sparc64/include/ieee.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/ieeefp.h b/sys/sparc64/include/ieeefp.h index 6fb8d567669d8..11264949acee4 100644 --- a/sys/sparc64/include/ieeefp.h +++ b/sys/sparc64/include/ieeefp.h @@ -1,4 +1,4 @@ -/* +/*- * Written by J.T. Conklin, Apr 6, 1995 * Public domain. * $FreeBSD$ diff --git a/sys/sparc64/include/instr.h b/sys/sparc64/include/instr.h index 57ab1e6597a76..d6befbbc3ffee 100644 --- a/sys/sparc64/include/instr.h +++ b/sys/sparc64/include/instr.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 David S. Miller, davem@nadzieja.rutgers.edu * Copyright (c) 1995 Paul Kranenburg * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org> diff --git a/sys/sparc64/include/iommureg.h b/sys/sparc64/include/iommureg.h index 88b626ab5a668..e36d837f7a294 100644 --- a/sys/sparc64/include/iommureg.h +++ b/sys/sparc64/include/iommureg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h index 2bdf55d7505f2..9c290c0748cb0 100644 --- a/sys/sparc64/include/iommuvar.h +++ b/sys/sparc64/include/iommuvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Matthew R. Green * All rights reserved. * diff --git a/sys/sparc64/include/kdb.h b/sys/sparc64/include/kdb.h index baf6fa2dc660f..e5b39c04d2bb8 100644 --- a/sys/sparc64/include/kdb.h +++ b/sys/sparc64/include/kdb.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/limits.h b/sys/sparc64/include/limits.h index b0de83dceee6d..6d3833765b63d 100644 --- a/sys/sparc64/include/limits.h +++ b/sys/sparc64/include/limits.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/metadata.h b/sys/sparc64/include/metadata.h index dca626f7055c0..d14e1f150d639 100644 --- a/sys/sparc64/include/metadata.h +++ b/sys/sparc64/include/metadata.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/ofw_nexus.h b/sys/sparc64/include/ofw_nexus.h index 7ee0c401910ee..959c9d234c4bd 100644 --- a/sys/sparc64/include/ofw_nexus.h +++ b/sys/sparc64/include/ofw_nexus.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, 1999 Eduardo E. Horvath * Copyright (c) 1999 Matthew R. Green * All rights reserved. diff --git a/sys/sparc64/include/ofw_upa.h b/sys/sparc64/include/ofw_upa.h index 7ee0c401910ee..959c9d234c4bd 100644 --- a/sys/sparc64/include/ofw_upa.h +++ b/sys/sparc64/include/ofw_upa.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, 1999 Eduardo E. Horvath * Copyright (c) 1999 Matthew R. Green * All rights reserved. diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index ed7f60ecb6b12..0b775ca73a694 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index c7de9bcc365e9..3dbd1f408a58d 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h index 2340b4744f4da..8779ea59024ca 100644 --- a/sys/sparc64/include/profile.h +++ b/sys/sparc64/include/profile.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/sparc64/include/ptrace.h b/sys/sparc64/include/ptrace.h index dd4ff6e7dfd48..49b1e1c0ee9aa 100644 --- a/sys/sparc64/include/ptrace.h +++ b/sys/sparc64/include/ptrace.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/reloc.h b/sys/sparc64/include/reloc.h index a8ce0b106ab07..6e5053602772c 100644 --- a/sys/sparc64/include/reloc.h +++ b/sys/sparc64/include/reloc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/sparc64/include/resource.h b/sys/sparc64/include/resource.h index 783a1c468a384..229d14f253b0f 100644 --- a/sys/sparc64/include/resource.h +++ b/sys/sparc64/include/resource.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/sparc64/include/runq.h b/sys/sparc64/include/runq.h index 9f844b69fe5f9..6d03646fd539b 100644 --- a/sys/sparc64/include/runq.h +++ b/sys/sparc64/include/runq.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h index 45e352f02820d..853814c8fb495 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/include/signal.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/stdarg.h b/sys/sparc64/include/stdarg.h index 3f8b615334e2c..bd4e9ddeb9054 100644 --- a/sys/sparc64/include/stdarg.h +++ b/sys/sparc64/include/stdarg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h index c9403eedc892c..165e8078a7a05 100644 --- a/sys/sparc64/include/varargs.h +++ b/sys/sparc64/include/varargs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/isa/ofw_isa.c b/sys/sparc64/isa/ofw_isa.c index 362f1bd5e8111..d3ae4d0369413 100644 --- a/sys/sparc64/isa/ofw_isa.c +++ b/sys/sparc64/isa/ofw_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001, 2003 Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/isa/ofw_isa.h b/sys/sparc64/isa/ofw_isa.h index 5e74efeb9b404..74b48c0ed00d6 100644 --- a/sys/sparc64/isa/ofw_isa.h +++ b/sys/sparc64/isa/ofw_isa.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/pci/ofw_pci.c b/sys/sparc64/pci/ofw_pci.c index 46b283a876f25..764c362038ae5 100644 --- a/sys/sparc64/pci/ofw_pci.c +++ b/sys/sparc64/pci/ofw_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001 - 2003 by Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/pci/ofw_pci.h b/sys/sparc64/pci/ofw_pci.h index d5fdf127190a3..f87f65a30ce96 100644 --- a/sys/sparc64/pci/ofw_pci.h +++ b/sys/sparc64/pci/ofw_pci.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001, 2003 by Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/pci/ofw_pci_if.m b/sys/sparc64/pci/ofw_pci_if.m index ef203b6c6f965..cd729eb308db8 100644 --- a/sys/sparc64/pci/ofw_pci_if.m +++ b/sys/sparc64/pci/ofw_pci_if.m @@ -1,3 +1,4 @@ +#- # Copyright (c) 2001, 2003 by Thomas Moestl <tmm@FreeBSD.org> # All rights reserved. # diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c index 6b42f014b1c94..e6f759d5d9b61 100644 --- a/sys/sparc64/pci/psycho.c +++ b/sys/sparc64/pci/psycho.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001 - 2003 by Thomas Moestl <tmm@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/pci/psychoreg.h b/sys/sparc64/pci/psychoreg.h index 7318c20460308..0d3a43438b375 100644 --- a/sys/sparc64/pci/psychoreg.h +++ b/sys/sparc64/pci/psychoreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, 1999 Eduardo E. Horvath * Copyright (c) 1999 Matthew R. Green * All rights reserved. diff --git a/sys/sparc64/pci/psychovar.h b/sys/sparc64/pci/psychovar.h index 0c420d6ed76f0..4bd3b69a18091 100644 --- a/sys/sparc64/pci/psychovar.h +++ b/sys/sparc64/pci/psychovar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * All rights reserved. * diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c index 4ae43d1210a7d..e918afb94d6c6 100644 --- a/sys/sparc64/sbus/sbus.c +++ b/sys/sparc64/sbus/sbus.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * @@ -70,7 +70,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1999 Eduardo Horvath * Copyright (c) 2002 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. diff --git a/sys/sparc64/sbus/sbusreg.h b/sys/sparc64/sbus/sbusreg.h index 6497f2abaf265..8b47d67372a6a 100644 --- a/sys/sparc64/sbus/sbusreg.h +++ b/sys/sparc64/sbus/sbusreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996-1999 Eduardo Horvath * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/sbus/sbusvar.h b/sys/sparc64/sbus/sbusvar.h index 1f4a05dd065b1..049fc6e1d8ed5 100644 --- a/sys/sparc64/sbus/sbusvar.h +++ b/sys/sparc64/sbus/sbusvar.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/sparc64/bus_machdep.c b/sys/sparc64/sparc64/bus_machdep.c index 2bdf01c26cc50..e93ba9d5fd21d 100644 --- a/sys/sparc64/sparc64/bus_machdep.c +++ b/sys/sparc64/sparc64/bus_machdep.c @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * @@ -66,7 +66,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1997, 1998 Justin T. Gibbs. * All rights reserved. * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. diff --git a/sys/sparc64/sparc64/cache.c b/sys/sparc64/sparc64/cache.c index a26553543ecbf..48d324af12af2 100644 --- a/sys/sparc64/sparc64/cache.c +++ b/sys/sparc64/sparc64/cache.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 diff --git a/sys/sparc64/sparc64/db_disasm.c b/sys/sparc64/sparc64/db_disasm.c index 89d51732c3cd3..32bdcca9069bf 100644 --- a/sys/sparc64/sparc64/db_disasm.c +++ b/sys/sparc64/sparc64/db_disasm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 David S. Miller, davem@nadzieja.rutgers.edu * Copyright (c) 1995 Paul Kranenburg * All rights reserved. diff --git a/sys/sparc64/sparc64/dump_machdep.c b/sys/sparc64/sparc64/dump_machdep.c index 64058283c8495..005a10c8deba2 100644 --- a/sys/sparc64/sparc64/dump_machdep.c +++ b/sys/sparc64/sparc64/dump_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Marcel Moolenaar * Copyright (c) 2002 Thomas Moestl * All rights reserved. diff --git a/sys/sparc64/sparc64/eeprom.c b/sys/sparc64/sparc64/eeprom.c index 8a81101d0ebcb..bb0be37237d15 100644 --- a/sys/sparc64/sparc64/eeprom.c +++ b/sys/sparc64/sparc64/eeprom.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/sparc64/sparc64/eeprom_ebus.c b/sys/sparc64/sparc64/eeprom_ebus.c index a614ec4d49ea7..77f4a36b3d7e7 100644 --- a/sys/sparc64/sparc64/eeprom_ebus.c +++ b/sys/sparc64/sparc64/eeprom_ebus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/sparc64/sparc64/eeprom_sbus.c b/sys/sparc64/sparc64/eeprom_sbus.c index 7732573510c01..786f14d083011 100644 --- a/sys/sparc64/sparc64/eeprom_sbus.c +++ b/sys/sparc64/sparc64/eeprom_sbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/sparc64/sparc64/gdb_machdep.c b/sys/sparc64/sparc64/gdb_machdep.c index 4a3d2e67fe025..97e6135605119 100644 --- a/sys/sparc64/sparc64/gdb_machdep.c +++ b/sys/sparc64/sparc64/gdb_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/sparc64/identcpu.c b/sys/sparc64/sparc64/identcpu.c index 2c118d7b582df..4ba6ebe4f29d8 100644 --- a/sys/sparc64/sparc64/identcpu.c +++ b/sys/sparc64/sparc64/identcpu.c @@ -1,4 +1,4 @@ -/* +/*- * Initial implementation: * Copyright (c) 2001 Robert Drehmel * All rights reserved. diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c index 733ffe3cfb278..42a98c78e29a1 100644 --- a/sys/sparc64/sparc64/iommu.c +++ b/sys/sparc64/sparc64/iommu.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Matthew R. Green * Copyright (c) 2001-2003 Thomas Moestl * All rights reserved. @@ -61,7 +61,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c index 7f130c2acbb78..dc2f9edda0b4a 100644 --- a/sys/sparc64/sparc64/nexus.c +++ b/sys/sparc64/sparc64/nexus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998 Massachusetts Institute of Technology * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. diff --git a/sys/sparc64/sparc64/ofw_bus.c b/sys/sparc64/sparc64/ofw_bus.c index 844e55ba3c3c4..f7458dcc62fdb 100644 --- a/sys/sparc64/sparc64/ofw_bus.c +++ b/sys/sparc64/sparc64/ofw_bus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Wolfgang Solfrank. * Copyright (C) 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/sparc64/sparc64/pmap.c b/sys/sparc64/sparc64/pmap.c index 6a1607684c71d..7efdac195e35b 100644 --- a/sys/sparc64/sparc64/pmap.c +++ b/sys/sparc64/sparc64/pmap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/sparc64/sparc64/rtc.c b/sys/sparc64/sparc64/rtc.c index 819d2f63ba514..fde3a0f6e7a0b 100644 --- a/sys/sparc64/sparc64/rtc.c +++ b/sys/sparc64/sparc64/rtc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/sparc64/uio_machdep.c b/sys/sparc64/sparc64/uio_machdep.c index f3e2018fa6b23..4a670fa512eff 100644 --- a/sys/sparc64/sparc64/uio_machdep.c +++ b/sys/sparc64/sparc64/uio_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu> * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sys/_iovec.h b/sys/sys/_iovec.h index eb6492c7c3deb..bd7207332938f 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 72e7f85bf1a9d..9e965f100b1ad 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 91106ff99e51a..a7bd5d836be75 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 0306c6f28946a..06826701f740b 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 d29b2a3f0fd57..9dcd5f8910dca 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 e9e2bd14275c8..f0c2a11576ed1 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 98c414d028e21..cd8e8d35669f6 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 cb1a5a2486a85..cd7671e74ff4c 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 c6badb14aa3ef..125ef51d8895d 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 e1d8fff8074cc..5f4d66ee8c98e 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 c742f31530563..e8cc5a3cbe031 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 77f1fd425df67..a3f0025bef706 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 e1ae110aee269..aa55f7cbc02c3 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 92322e3de34d6..f9cbe2c5def24 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 196817acd4332..7bd5898bad762 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 734d31a4cad12..1a017cb31ca5f 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 c50773440f5d0..48c98d208c9d0 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 4cb585880584e..b9ab4f335871e 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 0817eb5af4123..7a5395623afc8 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 27da229a6995d..932d4f4d148c5 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 3fe9fa088cc69..93abc4389c49c 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 b4106509bd6c5..1ec4447401a03 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 14366b846323b..1e5a95c9b5c61 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 7c9c6ce079466..33300a779d3b0 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 4fca9fcd91c0d..1680ec1a0bd4b 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 2c596ebc74303..e3ffc249cb7c6 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 784ae575b5262..d3a9e9f2df15c 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 9936e33fe80c3..0f3fa8822bd28 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 24254cf386d18..2dbed339113ff 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 b437607d8851b..6c0b7ae92f34f 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 754bea7b7f542..7336395623e1a 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 659988c346ca9..b8461a6cf4e43 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 f36a410a9e2b6..9833b226eb427 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 a290a1ad5dafc..bdd295729b66c 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 d25e92fe0b1fb..57b3186f5c5c0 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 b1473c4a4ed3b..ee9b40f623959 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 55a88f42f86b3..55d70333385be 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 1f3f3989be748..9eb5449128443 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 0eca887cf84a2..e2815164a7b58 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 3af450ff8c6ac..9d2029290aa55 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 0d32a3be535f2..6695c268c8429 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 3a7392c50c37d..d1c2900cf1515 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 2d2892aad4190..7169001a40753 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 b93c1a8dd856e..540490157e9b4 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 6f9f63a6a477a..4b06ddf9bec96 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 60ad4f8be399b..f292f29721aba 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 7e31e44bd8d9e..9a11077138359 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 5a648c87f63a0..5ad9e99421ac8 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 964698b2ad7cf..4166e5d13ca0a 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 e45c096085ea6..57dc04c5fdef9 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 39c03a19fd8ab..fce0d9a62b9fb 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 020e1a68a5a9d..325df939a3624 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 0517384b90456..439f5f0beade1 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 7f3d8d1e5e05b..1ad8004e95aff 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 0407c10e3044f..c5a4c7d6495e9 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 4c08ea06fc2bd..ef0505293f0b3 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 09bb663d4a726..9e3233f712218 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 de86d30f5a077..1d3729fc38c94 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 51fbce536b2a4..986bd3eb70745 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 627aaa22c0e3f..23c03c8221571 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 e861a38f7e553..6b8e25e61cdd1 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 5b2d18a3222bd..ccb21648f5e8f 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 3a03b0c4b1add..2697b66a4cbe0 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 0641fde0c0ea2..48d44943dfdf8 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 f4e44a929afc4..21268fc60bbe3 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 93ffda4b7f852..433d0e05e19ce 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 473832e3ba7ff..cdce5982311c7 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 05957820f2c53..ced7aff7071e1 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 cc9784ad3cccd..62ece6d4c28a0 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 83301c81eb5bf..42bc5fbc74722 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 de1a85fe6d5ee..7f36029edc92a 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 ba951830f49e3..88353fcfee1b2 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 992be9b43aad0..5c9b8bec4b0a2 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 c5e2a8308971e..ae3a1264b4bae 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 4d4c7ff6f7897..4ae5fe3640c1c 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 15be8ce79a6df..24fd8e02f6a6f 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 e99239fb1ebf0..175e349429953 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 43f89fba50995..e7e6a2ed9fd66 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 bb9c5b67dd1c6..d3bb9772f95aa 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 bea64dd56df99..1be9fe33515df 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 292891786dc2e..dfe8897c26131 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 8b216d4da37e8..fe2d0fee7cb37 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 44cf74f826945..f9e173cfe9f23 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 4be6d6628b1ef..c7d5704b186ab 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 01e441f3a1b2d..5371838dd5a08 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 3457630f9c352..cde9396145fda 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 043d37670b080..232141068ef26 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 b5b03ef91350e..96f80e2ec09c9 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 08a9bcd5af838..cf877ffc47dd5 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 4300a54d9b720..e4b3910441b50 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 d964de96c07cc..6e13d9b325f76 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 9dd827f4f76ab..cb3d4aeb0e76a 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 dad0f18e0ce99..0a0db6522646d 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 b4434ce06cf8b..e8caf35f8232f 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 44ddf755663f9..839c333018cb3 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 df34dddfd40e8..b6305706fabce 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 d8a36570989f2..4eaeacf35cdff 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 b18d5b094c4e1..7adf8b64a4a63 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 94873e78de24b..12fe029e1818f 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 70de800d9a4a3..94bd38d0a3efb 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 diff --git a/sys/tools/acpi_quirks2h.awk b/sys/tools/acpi_quirks2h.awk index 6dad71e7a7e02..1aa08dc300191 100644 --- a/sys/tools/acpi_quirks2h.awk +++ b/sys/tools/acpi_quirks2h.awk @@ -1,7 +1,8 @@ #!/usr/bin/awk -f # # $FreeBSD$ -# + +#- # Copyright (c) 2004 Mark Santcroos <marks@ripe.net> # All rights reserved. # diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 038fdd539ff22..61994f36e5889 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -1,5 +1,6 @@ #!/usr/bin/awk -f -# + +#- # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. # diff --git a/sys/tools/miidevs2h.awk b/sys/tools/miidevs2h.awk index 1b0cb81d8f7b8..01d3a5ca4318c 100644 --- a/sys/tools/miidevs2h.awk +++ b/sys/tools/miidevs2h.awk @@ -1,6 +1,7 @@ #! /usr/bin/awk -f # $NetBSD: devlist2h.awk,v 1.2 1998/09/05 14:42:06 christos Exp $ -# + +#- # Copyright (c) 1998 The NetBSD Foundation, Inc. # All rights reserved. # diff --git a/sys/tools/pccarddevs2h.awk b/sys/tools/pccarddevs2h.awk index d53761cf018b6..2e52290b8e835 100644 --- a/sys/tools/pccarddevs2h.awk +++ b/sys/tools/pccarddevs2h.awk @@ -1,7 +1,8 @@ #! /usr/bin/awk -f # $NetBSD: devlist2h.awk,v 1.3 1998/09/05 14:42:06 christos Exp $ # $FreeBSD$ -# + +#- # Copyright (c) 1998 The NetBSD Foundation, Inc. # All rights reserved. # diff --git a/sys/tools/usbdevs2h.awk b/sys/tools/usbdevs2h.awk index 40f3cb128499c..e6db3bdef9797 100644 --- a/sys/tools/usbdevs2h.awk +++ b/sys/tools/usbdevs2h.awk @@ -1,4 +1,5 @@ #! /usr/bin/awk -f +#- # $NetBSD: usb/devlist2h.awk,v 1.9 2001/01/18 20:28:22 jdolecek Exp $ # $FreeBSD$ # diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 81b02a7481673..0063de238963d 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f -# +#- # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. # @@ -27,6 +27,7 @@ # 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. + # # @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 # $FreeBSD$ diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index ed23f647aa11b..97e617296ccf8 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index e9c48db67b936..4d5cedc18edbd 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index 012542a656885..f1bddc029ffe4 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c index b5b6cde1a00ff..e867c71699a7e 100644 --- a/sys/ufs/ffs/ffs_snapshot.c +++ b/sys/ufs/ffs/ffs_snapshot.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2000 Marshall Kirk McKusick. All Rights Reserved. * * Further information about snapshots can be obtained from: diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 9101d40b51778..a673645be8b92 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * * The soft updates code is derived from the appendix of a University diff --git a/sys/ufs/ffs/ffs_softdep_stub.c b/sys/ufs/ffs/ffs_softdep_stub.c index 9401b859508e0..41252b86f37a8 100644 --- a/sys/ufs/ffs/ffs_softdep_stub.c +++ b/sys/ufs/ffs/ffs_softdep_stub.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998 Marshall Kirk McKusick. All Rights Reserved. * * The soft updates code is derived from the appendix of a University diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index 84295b9bba557..e34bc1372a2e1 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 442116c2b58a4..848d47805c31c 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index c261e179973a4..bb7b61484bbc9 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 3c7147d5bd8f5..830746d757152 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002, 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index a2a571461ba86..6f35c8eadb99d 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ffs/softdep.h b/sys/ufs/ffs/softdep.h index f29e89f2622d2..89d755e992344 100644 --- a/sys/ufs/ffs/softdep.h +++ b/sys/ufs/ffs/softdep.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * * The soft updates code is derived from the appendix of a University diff --git a/sys/ufs/ufs/dinode.h b/sys/ufs/ufs/dinode.h index 1ad7b8b7feb7f..bb167563c1d94 100644 --- a/sys/ufs/ufs/dinode.h +++ b/sys/ufs/ufs/dinode.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index e3317e59446a7..b535220b66b5c 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.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/ufs/ufs/dirhash.h b/sys/ufs/ufs/dirhash.h index 7f3aef9550d9a..e81913938a473 100644 --- a/sys/ufs/ufs/dirhash.h +++ b/sys/ufs/ufs/dirhash.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Ian Dowse. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/ufs/ufs/extattr.h b/sys/ufs/ufs/extattr.h index cf3222767172a..a19ba05f50fd9 100644 --- a/sys/ufs/ufs/extattr.h +++ b/sys/ufs/ufs/extattr.h @@ -1,4 +1,4 @@ -/*- +/*-- * Copyright (c) 1999-2001 Robert N. M. Watson * All rights reserved. * diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index 558e9a8fcddf0..8fcfe7a9ae36a 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index 88db1609b2873..1b6b80db418fd 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index 7219a86d3fffa..8c1e7cdcb0ea8 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c index 5d2c79154c904..3f5d9f319cb3d 100644 --- a/sys/ufs/ufs/ufs_dirhash.c +++ b/sys/ufs/ufs/ufs_dirhash.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001, 2002 Ian Dowse. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/ufs/ufs/ufs_ihash.c b/sys/ufs/ufs/ufs_ihash.c index ceaae673ceff8..1ef9834caa6c8 100644 --- a/sys/ufs/ufs/ufs_ihash.c +++ b/sys/ufs/ufs/ufs_ihash.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/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index e665c93f9333a..2c346cfe90972 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_lookup.c b/sys/ufs/ufs/ufs_lookup.c index a2453ea4d99cc..9f534ce817734 100644 --- a/sys/ufs/ufs/ufs_lookup.c +++ b/sys/ufs/ufs/ufs_lookup.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 35e09f99d52de..8c703ba8fd344 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index 8ba1d9dbd5ae7..3e57aa28a20fc 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 29f7af9a024a8..90771bfd0374a 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index be18c2dad0d46..2f9fdea182f76 100644 --- a/sys/ufs/ufs/ufsmount.h +++ b/sys/ufs/ufs/ufsmount.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/vm/default_pager.c b/sys/vm/default_pager.c index 50c985f455f19..485571b5b904e 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 706384af68b34..11d54d615da91 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index cdeb61495c6ce..9575970e36d5f 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Peter Wemm * * Redistribution and use in source and binary forms, with or without diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index c274d0d8bb928..6c9df320a6336 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 9824bfb84b736..2f229de6ff046 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 Matthew Dillon, * Copyright (c) 1994 John S. Dyson * Copyright (c) 1990 University of Utah. diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index d6f5c21c917aa..49a8e6feb3222 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/vm/uma.h b/sys/vm/uma.h index de0c6a2f61b71..4358b3b750304 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004, 2005 * Bosko Milekic <bmilekic@freebsd.org> * Copyright (c) 2002, 2003, 2004, 2005, diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index d64747bf54ba4..e9ba53b24cb0c 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004, 2005, * Bosko Milekic <bmilekic@freebsd.org> * Copyright (c) 2002, 2003, 2004, 2005, diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 105afb4c7c35e..475ce91266ee5 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004, 2005, * Bosko Milekic <bmilekic@freebsd.org> * Copyright (c) 2002, 2003, 2004, 2005, diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index f6bd8643d7662..719d6435a9f9c 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004, 2005, * Bosko Milekic <bmilekic@freebsd.org> * Copyright (c) 2002, 2003, 2004, 2005, diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 0b6fcdc1d8e10..d3ee3f77571ba 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004, 2005, * Bosko Milekic <bmilekic@freebsd.org> * Copyright (c) 2002, 2003, 2004, 2005, diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 61f5fa6ee4137..e61b726204aa4 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index 39c708e94c0bc..2948943805bcd 100644 --- a/sys/vm/vm_contig.c +++ b/sys/vm/vm_contig.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * @@ -32,7 +32,7 @@ * from: @(#)vm_page.c 7.4 (Berkeley) 5/7/91 */ -/* +/*- * Copyright (c) 1987, 1990 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 69efea80060c1..6f83c0b25145f 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 7e923aa961492..b6b09e9e440dd 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index d57738a124653..baa667839c205 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 886625c866380..86d1f12348a3a 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index d2e06b8dafb59..2f283e3ff9c60 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index e001d9a0d824e..427ccd502c834 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index e05d4cbcd50bf..69cb35d617456 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 5c20c6703f63f..d7dac12208aa9 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 9cff1e1bf936c..c5e635ef78d79 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index ffcede14a49db..55c2c5b59fc0f 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 34ed83dcf7e9c..794c6cf141116 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 5ef46ccf6cec2..ec6bd75f16d75 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * @@ -32,7 +32,7 @@ * from: @(#)vm_page.c 7.4 (Berkeley) 5/7/91 */ -/* +/*- * Copyright (c) 1987, 1990 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 9290994f9fc18..a7b410b8474fd 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index c12a4efe92eaa..73562db1f6ccb 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 7d70cfac9cc41..1b74fab74f0e7 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 87f74d81e48f6..2000312742e92 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 7581692727c80..183007adb1f9e 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 9c68740db1490..dc3abe75820d9 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index be34fe1efc648..cd98be975e34a 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index eee520e0d2868..4dae2231ba977 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 568568568fe2a..45fb0671ee7aa 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 University of Utah. * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. |
