diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
| commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
| tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/pccbb | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbb_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbb_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbbdevid.h | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbbreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbbvar.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 418696e2bc2a..363515637519 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index 9d5818e25865..e173ab29352f 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2004 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 280141584222..461a85f329d1 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index 85df56a61f83..0e3ab5b25e6b 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2004 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h index fddf46739cf6..5c892ff499a4 100644 --- a/sys/dev/pccbb/pccbbreg.h +++ b/sys/dev/pccbb/pccbbreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 75458af7398b..61dc600cb0c7 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003-2004 Warner Losh. * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. |
