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 /sys/dev/isa | |
| parent | 8bc9c17338c497b3e19b8524bb0cda34f94dca9d (diff) | |
Make the copyright header conform to the NetBSD template.
Diffstat (limited to 'sys/dev/isa')
| -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 |
4 files changed, 12 insertions, 8 deletions
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 |
