diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-05 23:38:07 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-05 23:38:07 +0000 |
commit | 03e18ff757a11aaf830ed5934baba9a0abbe288c (patch) | |
tree | c3fc965dfbdc388d14822a44703777bb2ebd0586 | |
parent | d2a72ec9012850a78e35076176d864117fbf923c (diff) | |
download | FreeBSD-src-03e18ff757a11aaf830ed5934baba9a0abbe288c.zip FreeBSD-src-03e18ff757a11aaf830ed5934baba9a0abbe288c.tar.gz |
Update copyright date for Y2K (did the other files but forgot this one).
Also update comments to credit to Rob Furr with donating the adapter
that I used for testing. No code changes.
-rw-r--r-- | sys/dev/usb/if_kue.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 02dc95d..6dbd499 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998, 1999 + * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -58,6 +58,10 @@ * leave the adapter attached to the USB controller, it may remain * powered on and retain its firmware. In this case, we don't need * to load the firmware a second time. + * + * Special thanks to Rob Furr for providing an ADS Technologies + * adapter for development and testing. No monkeys were harmed during + * the development of this driver. */ #include <sys/param.h> |