diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 19:03:38 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 19:03:38 +0000 |
commit | 1a47cca7157d6a104a7f37482ae94bf062a8fedc (patch) | |
tree | c4a9908114c780d9ec1350d608d87bdd6e19bafc | |
parent | 9f5b3e72193ac6308a994f09beabb053430ca649 (diff) |
Remove clause 3 & 4 (with permission from aaron and deraadt)
-rw-r--r-- | sys/dev/pci/if_txp.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index db26d54c43c..ae09fbef4e4 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.68 2003/02/28 00:51:36 jason Exp $ */ +/* $OpenBSD: if_txp.c,v 1.69 2003/06/02 19:03:37 jason Exp $ */ /* * Copyright (c) 2001 @@ -13,13 +13,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 Jason L. Wright, - * Theo de Raadt and Aaron Campbell. - * 4. Neither the name of the author nor the names of any co-contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |