diff options
| author | augustss <augustss@NetBSD.org> | 1998-11-25 22:17:06 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1998-11-25 22:17:06 +0000 |
| commit | 9726cfd1fbe9bdbed4e88ca72e767d63dd80c757 (patch) | |
| tree | 889f6cf2b57b6a36e09c9342c2b3f06a6ce66893 | |
| parent | 8bc9c17338c497b3e19b8524bb0cda34f94dca9d (diff) | |
Make the copyright header conform to the NetBSD template.
| -rw-r--r-- | sys/dev/ic/opl.c | 5 | ||||
| -rw-r--r-- | sys/dev/ic/oplreg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/oplvar.h | 5 | ||||
| -rw-r--r-- | sys/dev/isa/midi_pcppi.c | 5 | ||||
| -rw-r--r-- | sys/dev/isa/mpu401.c | 5 | ||||
| -rw-r--r-- | sys/dev/isa/mpu401var.h | 5 | ||||
| -rw-r--r-- | sys/dev/isa/opl_sb.c | 5 | ||||
| -rw-r--r-- | sys/dev/isapnp/wss_isapnp.c | 5 | ||||
| -rw-r--r-- | sys/dev/midi.c | 5 | ||||
| -rw-r--r-- | sys/dev/midi_if.h | 5 | ||||
| -rw-r--r-- | sys/dev/midisyn.c | 5 | ||||
| -rw-r--r-- | sys/dev/midisynvar.h | 5 | ||||
| -rw-r--r-- | sys/dev/midivar.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/eap.c | 17 | ||||
| -rw-r--r-- | sys/dev/sequencer.c | 5 | ||||
| -rw-r--r-- | sys/dev/sequencervar.h | 5 | ||||
| -rw-r--r-- | sys/sys/midiio.h | 4 | ||||
| -rw-r--r-- | usr.bin/audio/ctl/ctl.c | 5 | ||||
| -rw-r--r-- | usr.bin/audioctl/audioctl.c | 5 | ||||
| -rw-r--r-- | usr.bin/midiplay/midiplay.c | 5 | ||||
| -rw-r--r-- | usr.bin/mixerctl/mixerctl.c | 5 | ||||
| -rw-r--r-- | usr.bin/usbhidctl/hidsubr.c | 5 | ||||
| -rw-r--r-- | usr.bin/usbhidctl/hidsubr.h | 5 | ||||
| -rw-r--r-- | usr.bin/usbhidctl/usbhid.c | 5 | ||||
| -rw-r--r-- | usr.sbin/usbd/usbd.c | 5 | ||||
| -rw-r--r-- | usr.sbin/usbdevs/usbdevs.c | 5 |
26 files changed, 84 insertions, 57 deletions
diff --git a/sys/dev/ic/opl.c b/sys/dev/ic/opl.c index 50ea1c09e13..68e4cbd3310 100644 --- a/sys/dev/ic/opl.c +++ b/sys/dev/ic/opl.c @@ -1,10 +1,11 @@ -/* $NetBSD: opl.c,v 1.5 1998/09/13 04:41:34 mycroft Exp $ */ +/* $NetBSD: opl.c,v 1.6 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/ic/oplreg.h b/sys/dev/ic/oplreg.h index e75a97c7547..6edf1424f6d 100644 --- a/sys/dev/ic/oplreg.h +++ b/sys/dev/ic/oplreg.h @@ -1,10 +1,11 @@ -/* $NetBSD: oplreg.h,v 1.2 1998/08/26 13:08:10 augustss Exp $ */ +/* $NetBSD: oplreg.h,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/ic/oplvar.h b/sys/dev/ic/oplvar.h index c21095474f5..2333bd7d92a 100644 --- a/sys/dev/ic/oplvar.h +++ b/sys/dev/ic/oplvar.h @@ -1,10 +1,11 @@ -/* $NetBSD: oplvar.h,v 1.2 1998/08/26 12:10:22 augustss Exp $ */ +/* $NetBSD: oplvar.h,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/isa/midi_pcppi.c b/sys/dev/isa/midi_pcppi.c index 04da3cec9db..8790c3a3d70 100644 --- a/sys/dev/isa/midi_pcppi.c +++ b/sys/dev/isa/midi_pcppi.c @@ -1,10 +1,11 @@ -/* $NetBSD: midi_pcppi.c,v 1.3 1998/08/17 21:16:14 augustss Exp $ */ +/* $NetBSD: midi_pcppi.c,v 1.4 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/isa/mpu401.c b/sys/dev/isa/mpu401.c index 1bba9559d95..982c93cd2dd 100644 --- a/sys/dev/isa/mpu401.c +++ b/sys/dev/isa/mpu401.c @@ -1,10 +1,11 @@ -/* $NetBSD: mpu401.c,v 1.2 1998/08/17 21:16:14 augustss Exp $ */ +/* $NetBSD: mpu401.c,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/isa/mpu401var.h b/sys/dev/isa/mpu401var.h index b727a2fb220..c8b05cd3c8d 100644 --- a/sys/dev/isa/mpu401var.h +++ b/sys/dev/isa/mpu401var.h @@ -1,10 +1,11 @@ -/* $NetBSD: mpu401var.h,v 1.2 1998/08/20 10:46:10 augustss Exp $ */ +/* $NetBSD: mpu401var.h,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/isa/opl_sb.c b/sys/dev/isa/opl_sb.c index a9eedf985d4..919e2be4157 100644 --- a/sys/dev/isa/opl_sb.c +++ b/sys/dev/isa/opl_sb.c @@ -1,10 +1,11 @@ -/* $NetBSD: opl_sb.c,v 1.2 1998/08/26 12:10:23 augustss Exp $ */ +/* $NetBSD: opl_sb.c,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/isapnp/wss_isapnp.c b/sys/dev/isapnp/wss_isapnp.c index 70a0c00204a..55323dfb9f6 100644 --- a/sys/dev/isapnp/wss_isapnp.c +++ b/sys/dev/isapnp/wss_isapnp.c @@ -1,10 +1,11 @@ -/* $NetBSD: wss_isapnp.c,v 1.4 1998/08/25 22:35:25 pk Exp $ */ +/* $NetBSD: wss_isapnp.c,v 1.5 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/midi.c b/sys/dev/midi.c index 54fd441f6eb..73babdba443 100644 --- a/sys/dev/midi.c +++ b/sys/dev/midi.c @@ -1,10 +1,11 @@ -/* $NetBSD: midi.c,v 1.7 1998/10/05 09:21:42 augustss Exp $ */ +/* $NetBSD: midi.c,v 1.8 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/midi_if.h b/sys/dev/midi_if.h index bf40a7c17d9..dd67fe8c35d 100644 --- a/sys/dev/midi_if.h +++ b/sys/dev/midi_if.h @@ -1,10 +1,11 @@ -/* $NetBSD: midi_if.h,v 1.2 1998/08/24 17:59:26 augustss Exp $ */ +/* $NetBSD: midi_if.h,v 1.3 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/midisyn.c b/sys/dev/midisyn.c index c473c8c0604..3a8e81508db 100644 --- a/sys/dev/midisyn.c +++ b/sys/dev/midisyn.c @@ -1,10 +1,11 @@ -/* $NetBSD: midisyn.c,v 1.4 1998/09/13 04:41:34 mycroft Exp $ */ +/* $NetBSD: midisyn.c,v 1.5 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/midisynvar.h b/sys/dev/midisynvar.h index a25519dbd29..32d686a87d0 100644 --- a/sys/dev/midisynvar.h +++ b/sys/dev/midisynvar.h @@ -1,10 +1,11 @@ -/* $NetBSD: midisynvar.h,v 1.2 1998/08/17 21:16:12 augustss Exp $ */ +/* $NetBSD: midisynvar.h,v 1.3 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/midivar.h b/sys/dev/midivar.h index 4a685c48241..1fbc63d88e4 100644 --- a/sys/dev/midivar.h +++ b/sys/dev/midivar.h @@ -1,10 +1,11 @@ -/* $NetBSD: midivar.h,v 1.5 1998/10/05 09:21:41 augustss Exp $ */ +/* $NetBSD: midivar.h,v 1.6 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/pci/eap.c b/sys/dev/pci/eap.c index b13f3404bcc..00a0d55c9ee 100644 --- a/sys/dev/pci/eap.c +++ b/sys/dev/pci/eap.c @@ -1,15 +1,11 @@ -/* $NetBSD: eap.c,v 1.18 1998/11/19 15:38:25 mrg Exp $ */ +/* $NetBSD: eap.c,v 1.19 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson <augustss@cs.chalmers.se> - * Charles M. Hannum <mycroft@netbsd.org> - * - * Debugging: Andreas Gustafsson <gson@araneus.fi> - * Testing: Chuck Cranor <chuck@maria.wustl.edu> - * Phil Nelson <phil@cs.wwu.edu> + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -39,6 +35,13 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/* + * Further work: Charles M. Hannum <mycroft@netbsd.org> + * + * Debugging: Andreas Gustafsson <gson@araneus.fi> + * Testing: Chuck Cranor <chuck@maria.wustl.edu> + * Phil Nelson <phil@cs.wwu.edu> + */ /* * Ensoniq AudoiPCI ES1370 + AK4531 driver. diff --git a/sys/dev/sequencer.c b/sys/dev/sequencer.c index 3c62a76e3d5..29f22bda4cb 100644 --- a/sys/dev/sequencer.c +++ b/sys/dev/sequencer.c @@ -1,10 +1,11 @@ -/* $NetBSD: sequencer.c,v 1.12 1998/10/20 21:19:22 augustss Exp $ */ +/* $NetBSD: sequencer.c,v 1.13 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/sequencervar.h b/sys/dev/sequencervar.h index 31b3ad0f069..3a62b2d3a46 100644 --- a/sys/dev/sequencervar.h +++ b/sys/dev/sequencervar.h @@ -1,10 +1,11 @@ -/* $NetBSD: sequencervar.h,v 1.4 1998/08/13 00:13:57 augustss Exp $ */ +/* $NetBSD: sequencervar.h,v 1.5 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/midiio.h b/sys/sys/midiio.h index b4bbec4ff7e..53bffde18db 100644 --- a/sys/sys/midiio.h +++ b/sys/sys/midiio.h @@ -1,11 +1,11 @@ -/* $NetBSD: midiio.h,v 1.6 1998/09/13 14:46:24 christos Exp $ */ +/* $NetBSD: midiio.h,v 1.7 1998/11/25 22:17:07 augustss Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/audio/ctl/ctl.c b/usr.bin/audio/ctl/ctl.c index d5ba7ebd8ea..7aaa1cc7fa7 100644 --- a/usr.bin/audio/ctl/ctl.c +++ b/usr.bin/audio/ctl/ctl.c @@ -1,10 +1,11 @@ -/* $NetBSD: ctl.c,v 1.20 1998/08/21 19:52:39 augustss Exp $ */ +/* $NetBSD: ctl.c,v 1.21 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c index cb37b0db259..fcbaa3dd50e 100644 --- a/usr.bin/audioctl/audioctl.c +++ b/usr.bin/audioctl/audioctl.c @@ -1,10 +1,11 @@ -/* $NetBSD: audioctl.c,v 1.20 1998/08/21 19:52:39 augustss Exp $ */ +/* $NetBSD: audioctl.c,v 1.21 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/midiplay/midiplay.c b/usr.bin/midiplay/midiplay.c index d2a5af2f215..497288a2181 100644 --- a/usr.bin/midiplay/midiplay.c +++ b/usr.bin/midiplay/midiplay.c @@ -1,10 +1,11 @@ -/* $NetBSD: midiplay.c,v 1.7 1998/10/20 20:22:09 augustss Exp $ */ +/* $NetBSD: midiplay.c,v 1.8 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/mixerctl/mixerctl.c b/usr.bin/mixerctl/mixerctl.c index d6355978bc3..e87719151b6 100644 --- a/usr.bin/mixerctl/mixerctl.c +++ b/usr.bin/mixerctl/mixerctl.c @@ -1,10 +1,11 @@ -/* $NetBSD: mixerctl.c,v 1.13 1998/08/21 19:52:39 augustss Exp $ */ +/* $NetBSD: mixerctl.c,v 1.14 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson, with some code and ideas from Chuck Cranor. + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org) and Chuck Cranor. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/usbhidctl/hidsubr.c b/usr.bin/usbhidctl/hidsubr.c index 0d5ebe3df80..9057ad55085 100644 --- a/usr.bin/usbhidctl/hidsubr.c +++ b/usr.bin/usbhidctl/hidsubr.c @@ -1,10 +1,11 @@ -/* $NetBSD: hidsubr.c,v 1.2 1998/07/13 20:44:03 augustss Exp $ */ +/* $NetBSD: hidsubr.c,v 1.3 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/usbhidctl/hidsubr.h b/usr.bin/usbhidctl/hidsubr.h index a39d0b05d05..da6c731449c 100644 --- a/usr.bin/usbhidctl/hidsubr.h +++ b/usr.bin/usbhidctl/hidsubr.h @@ -1,10 +1,11 @@ -/* $NetBSD: hidsubr.h,v 1.1 1998/07/13 11:14:04 augustss Exp $ */ +/* $NetBSD: hidsubr.h,v 1.2 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 26519f20b25..2eac05b0fb8 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,10 +1,11 @@ -/* $NetBSD: usbhid.c,v 1.4 1998/07/23 13:48:59 augustss Exp $ */ +/* $NetBSD: usbhid.c,v 1.5 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c index 232e4100177..f0c21b15b5d 100644 --- a/usr.sbin/usbd/usbd.c +++ b/usr.sbin/usbd/usbd.c @@ -1,10 +1,11 @@ -/* $NetBSD: usbd.c,v 1.2 1998/07/23 18:39:53 augustss Exp $ */ +/* $NetBSD: usbd.c,v 1.3 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.sbin/usbdevs/usbdevs.c b/usr.sbin/usbdevs/usbdevs.c index cef81870c9e..d4e5d855252 100644 --- a/usr.sbin/usbdevs/usbdevs.c +++ b/usr.sbin/usbdevs/usbdevs.c @@ -1,10 +1,11 @@ -/* $NetBSD: usbdevs.c,v 1.4 1998/07/23 13:57:51 augustss Exp $ */ +/* $NetBSD: usbdevs.c,v 1.5 1998/11/25 22:17:08 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
