diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-14 16:43:10 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-14 16:43:10 +0000 |
| commit | 128aa3af3cf3648926a569ad04964e4308be431a (patch) | |
| tree | 261af6f6b8a212b457a9354880f3357693b31746 | |
| parent | 5c885c3f838d38af5d199a4fcf4e25ca32515950 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/hid.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/hid.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ohci.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ohcireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ohcivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ugen.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/uhci.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/uhcireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/uhcivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/uhid.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/uhub.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ukbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ulpt.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/umodem.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/ums.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb_mem.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb_port.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb_quirks.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbcdc.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdi.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdi.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdi_util.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdi_util.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbhid.h | 2 |
29 files changed, 29 insertions, 29 deletions
diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index 14ab0cc48c1e..6946ddb123aa 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index 262357e8f9cb..620cbf85ef8a 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 208c891a1311..3ba281a7e76e 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ohcireg.h b/sys/dev/usb/ohcireg.h index e61f050eed56..053d7f3d3410 100644 --- a/sys/dev/usb/ohcireg.h +++ b/sys/dev/usb/ohcireg.h @@ -7,7 +7,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 22cb1feafc4f..8d3777868c67 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c index 319ddde7a642..6e02ea5f189a 100644 --- a/sys/dev/usb/ugen.c +++ b/sys/dev/usb/ugen.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 0d46903bcb38..f26657014e52 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index 2e5dffb6ad72..8178bb12df64 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index bfd6a07c7ee3..303a429cdc04 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 76d822be0be4..e14b16a9cd8a 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index c25790426781..3f3e77f83f56 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 9fa6bfd349fd..c3334329d36c 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -5,7 +5,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index cbbafb20efcf..a39d3f868cbc 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 5b660f3bf3b6..47cbd17df5e3 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 9b77579fe26d..4e7a2d1956d1 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -5,7 +5,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 1a615a1d0304..b623cf2ac4e0 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 40f5d55f90b4..2797c52a3b79 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h index 35f08532f3a9..f74e9c4791f8 100644 --- a/sys/dev/usb/usb_mem.h +++ b/sys/dev/usb/usb_mem.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index fe381ba350a2..4d706c951b08 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 1e4d4de23c2c..6be08179f707 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_quirks.h b/sys/dev/usb/usb_quirks.h index 3f81bc1bea42..eb263df6127f 100644 --- a/sys/dev/usb/usb_quirks.h +++ b/sys/dev/usb/usb_quirks.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 7fc358bf43af..4b3ae8203599 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbcdc.h b/sys/dev/usb/usbcdc.h index e51fcc920e26..34a0c94ca0e7 100644 --- a/sys/dev/usb/usbcdc.h +++ b/sys/dev/usb/usbcdc.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index e406409a0147..e572b3ebb71c 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index be28e25f8a8c..3fb7c4bb0aee 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi_util.c b/sys/dev/usb/usbdi_util.c index b8b51d0d29fb..09b520305cca 100644 --- a/sys/dev/usb/usbdi_util.c +++ b/sys/dev/usb/usbdi_util.c @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index 115bd9b10479..14c52cec25a5 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index ce26bf523f91..9d8ca8aae575 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 32b91e551cb3..0379b2132c59 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -6,7 +6,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without |
