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/vx | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/vx')
| -rw-r--r-- | sys/dev/vx/if_vx.c | 2 | ||||
| -rw-r--r-- | sys/dev/vx/if_vx_eisa.c | 2 | ||||
| -rw-r--r-- | sys/dev/vx/if_vx_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/vx/if_vxreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/vx/if_vxvar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index e9d8699a4396..5b049bf61c68 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c index 28c92f095e55..bbccb5ba1077 100644 --- a/sys/dev/vx/if_vx_eisa.c +++ b/sys/dev/vx/if_vx_eisa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Naoki Hamada <nao@tom-yam.or.jp> * All rights reserved. * diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index f8b716ffba70..220da32e7d51 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1996 Naoki Hamada <nao@tom-yam.or.jp> * All rights reserved. * diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index 8a8e5ae43dd2..b876782ca8cb 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vx/if_vxvar.h b/sys/dev/vx/if_vxvar.h index 3607afe50977..8b3a27cdc35a 100644 --- a/sys/dev/vx/if_vxvar.h +++ b/sys/dev/vx/if_vxvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without |
