diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-09-21 20:16:04 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-09-21 20:16:04 +0000 |
| commit | aa57fd6fa55c2715c50297e32c101f6e6d488c96 (patch) | |
| tree | 5ef3e1d82f5d6ef97b81df8559d8ffb8932c8f5e /sys/dev/ispfw | |
| parent | b2f5cb03e768e3c8b3837441396107bc04a4eb92 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ispfw')
| -rw-r--r-- | sys/dev/ispfw/ispfw.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index bc3d37e0eaa4..90b5e997d22c 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -2,10 +2,8 @@ /* * ISP Firmware Helper Pseudo Device for FreeBSD * - *--------------------------------------- * Copyright (c) 2000, by Matthew Jacob * All rights reserved. - *--------------------------------------- * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,9 +11,8 @@ * 1. Redistributions of source code must retain the above copyright * notice immediately at the beginning of the file, without modification, * this list of conditions, and the following disclaimer. - * 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. + * 2. The name of the author 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 AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
