diff options
| author | 2003-06-03 00:21:04 +0000 | |
|---|---|---|
| committer | 2003-06-03 00:21:04 +0000 | |
| commit | d4b611c413bed6be4a99dd2360967749ac598d5b (patch) | |
| tree | bb8c1151d3a27f50ad19fe54aa3db796254f3306 /usr.sbin/tcpdump/print-etherip.c | |
| parent | Remove the advertising clause in the UCB license which Berkeley (diff) | |
| download | wireguard-openbsd-d4b611c413bed6be4a99dd2360967749ac598d5b.tar.xz wireguard-openbsd-d4b611c413bed6be4a99dd2360967749ac598d5b.zip | |
last bit of clause 3 & 4 nuking for me.
Diffstat (limited to 'usr.sbin/tcpdump/print-etherip.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-etherip.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/tcpdump/print-etherip.c b/usr.sbin/tcpdump/print-etherip.c index 15d7f661183..04512b75feb 100644 --- a/usr.sbin/tcpdump/print-etherip.c +++ b/usr.sbin/tcpdump/print-etherip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-etherip.c,v 1.1 2001/02/05 15:18:47 jason Exp $ */ +/* $OpenBSD: print-etherip.c,v 1.2 2003/06/03 00:21:04 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -12,11 +12,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 - * 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 @@ -37,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-etherip.c,v 1.1 2001/02/05 15:18:47 jason Exp $"; + "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-etherip.c,v 1.2 2003/06/03 00:21:04 jason Exp $"; #endif #include <sys/param.h> |
