diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-04-08 01:31:42 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-04-08 01:31:42 +0000 |
| commit | 58b248e2545ed4415d83f2a88839fb2ccd8b4bbb (patch) | |
| tree | 356f69fcd32effd47bbdc1de4935199f31b9ce63 /sys/dev/fxp | |
| parent | d40802692e2bdb0d8f5ba57f53c9b6ad14161d96 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 7 | ||||
| -rw-r--r-- | sys/dev/fxp/if_fxpreg.h | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index fe68fa8bc515..4cb07a2bb64d 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -11,11 +11,6 @@ * 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 David Greenman. - * 4. 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 @@ -29,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.10 1996/01/26 09:29:28 phk Exp $ + * $Id: if_fxp.c,v 1.11 1996/02/06 18:51:24 wollman Exp $ */ /* diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index 7c7b81d46b07..c84ade9a1aff 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -11,11 +11,6 @@ * 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 David Greenman. - * 4. 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 @@ -29,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxpreg.h,v 1.1 1995/11/28 23:55:26 davidg Exp $ + * $Id: if_fxpreg.h,v 1.2 1995/12/05 11:49:55 davidg Exp $ */ #define FXP_VENDORID_INTEL 0x8086 |
