diff options
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/urlphy.c | 7 | ||||
-rw-r--r-- | sys/dev/mii/urlphyreg.h | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/mii/urlphy.c b/sys/dev/mii/urlphy.c index cf13faa3235..4a8e9dba273 100644 --- a/sys/dev/mii/urlphy.c +++ b/sys/dev/mii/urlphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: urlphy.c,v 1.5 2004/09/26 00:59:58 brad Exp $ */ +/* $OpenBSD: urlphy.c,v 1.6 2004/09/29 09:51:07 dlg Exp $ */ /* $NetBSD: urlphy.c,v 1.1 2002/03/28 21:07:53 ichiro Exp $ */ /* * Copyright (c) 2001, 2002 @@ -12,10 +12,7 @@ * 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 Shingo WATANABE. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. 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. * diff --git a/sys/dev/mii/urlphyreg.h b/sys/dev/mii/urlphyreg.h index 60131939044..0ace86ff66b 100644 --- a/sys/dev/mii/urlphyreg.h +++ b/sys/dev/mii/urlphyreg.h @@ -11,10 +11,7 @@ * 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 Shingo WATANABE. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. 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. * |