diff options
| author | hpeyerl <hpeyerl@NetBSD.org> | 1995-04-27 14:50:58 +0000 |
|---|---|---|
| committer | hpeyerl <hpeyerl@NetBSD.org> | 1995-04-27 14:50:58 +0000 |
| commit | 686da9ddb7d2c93ddd23cd177de8b8912389e848 (patch) | |
| tree | 696db9eb983e20a9a5c1e6fc3a7d4e65eaf5b6d8 /sys/dev | |
| parent | 688a3747d0ecb37c4a45f351b982b953efcf4c6d (diff) | |
copyright foo.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/if_epreg.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/isa/if_epreg.h b/sys/dev/isa/if_epreg.h index da6d0c84ec7..ecd47b088d4 100644 --- a/sys/dev/isa/if_epreg.h +++ b/sys/dev/isa/if_epreg.h @@ -1,7 +1,7 @@ -/* $NetBSD: if_epreg.h,v 1.12 1995/01/22 07:37:30 mycroft Exp $ */ +/* $NetBSD: if_epreg.h,v 1.13 1995/04/27 14:50:58 hpeyerl Exp $ */ /* - * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) + * Copyright (c) 1995 Herb Peyerl <hpeyerl@novatel.ca> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -9,8 +9,14 @@ * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 2. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Herb Peyerl. + * 4. The name of Herb Peyerl may not be used to endorse or promote products + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -22,6 +28,7 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * */ /* |
