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/idt | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/idt')
| -rw-r--r-- | sys/dev/idt/idt.c | 2 | ||||
| -rw-r--r-- | sys/dev/idt/idt_harp.c | 2 | ||||
| -rw-r--r-- | sys/dev/idt/idt_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/idt/idtreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/idt/idtvar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 0edceeb9bb102..fbcd9161ab04a 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Richard Hodges and Matriplex, inc. * All rights reserved. * diff --git a/sys/dev/idt/idt_harp.c b/sys/dev/idt/idt_harp.c index 61cbdf9d1a7c9..4659c46890373 100644 --- a/sys/dev/idt/idt_harp.c +++ b/sys/dev/idt/idt_harp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Richard Hodges and Matriplex, inc. * All rights reserved. * diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 1112d31d48ae1..035b68f96f4c5 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Richard Hodges and Matriplex, inc. * All rights reserved. * diff --git a/sys/dev/idt/idtreg.h b/sys/dev/idt/idtreg.h index 43ede7e292da3..230bbbb1c78c3 100644 --- a/sys/dev/idt/idtreg.h +++ b/sys/dev/idt/idtreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Richard Hodges and Matriplex, inc. * All rights reserved. * diff --git a/sys/dev/idt/idtvar.h b/sys/dev/idt/idtvar.h index 6761a00ee4df3..b98ee1af2dad9 100644 --- a/sys/dev/idt/idtvar.h +++ b/sys/dev/idt/idtvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Richard Hodges and Matriplex, inc. * All rights reserved. * |
