summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1998-11-25 22:17:06 +0000
committeraugustss <augustss@NetBSD.org>1998-11-25 22:17:06 +0000
commit9726cfd1fbe9bdbed4e88ca72e767d63dd80c757 (patch)
tree889f6cf2b57b6a36e09c9342c2b3f06a6ce66893 /sys
parent8bc9c17338c497b3e19b8524bb0cda34f94dca9d (diff)
Make the copyright header conform to the NetBSD template.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/opl.c5
-rw-r--r--sys/dev/ic/oplreg.h5
-rw-r--r--sys/dev/ic/oplvar.h5
-rw-r--r--sys/dev/isa/midi_pcppi.c5
-rw-r--r--sys/dev/isa/mpu401.c5
-rw-r--r--sys/dev/isa/mpu401var.h5
-rw-r--r--sys/dev/isa/opl_sb.c5
-rw-r--r--sys/dev/isapnp/wss_isapnp.c5
-rw-r--r--sys/dev/midi.c5
-rw-r--r--sys/dev/midi_if.h5
-rw-r--r--sys/dev/midisyn.c5
-rw-r--r--sys/dev/midisynvar.h5
-rw-r--r--sys/dev/midivar.h5
-rw-r--r--sys/dev/pci/eap.c17
-rw-r--r--sys/dev/sequencer.c5
-rw-r--r--sys/dev/sequencervar.h5
-rw-r--r--sys/sys/midiio.h4
17 files changed, 57 insertions, 39 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