diff options
Diffstat (limited to 'sys/dev/mii/tqphy.c')
-rw-r--r-- | sys/dev/mii/tqphy.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/mii/tqphy.c b/sys/dev/mii/tqphy.c index 13ddde09147..0f6b85e653a 100644 --- a/sys/dev/mii/tqphy.c +++ b/sys/dev/mii/tqphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tqphy.c,v 1.14 2008/10/25 00:10:21 brad Exp $ */ +/* $OpenBSD: tqphy.c,v 1.15 2010/07/23 07:47:13 jsg Exp $ */ /* $NetBSD: tqphy.c,v 1.9 2000/02/02 23:34:57 thorpej Exp $ */ /* @@ -42,11 +42,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 Manuel Bouyer. - * 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 ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |