diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-04 04:46:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-04 04:46:14 +0000 |
commit | 2f65501e69c5e45c3d2b9f26d1a2fc661582726e (patch) | |
tree | fdffde6fbdc444e0f47a4ec98202cd26fa439697 /usr.sbin/pppoe/session.c | |
parent | 499b9d56475dcbf7fda50405517de8ac909a0025 (diff) |
kill terms 3 & 4
Diffstat (limited to 'usr.sbin/pppoe/session.c')
-rw-r--r-- | usr.sbin/pppoe/session.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/pppoe/session.c b/usr.sbin/pppoe/session.c index 294ec3d84f1..be0998238c2 100644 --- a/usr.sbin/pppoe/session.c +++ b/usr.sbin/pppoe/session.c @@ -1,8 +1,7 @@ -/* $OpenBSD: session.c,v 1.1 2000/06/18 07:30:41 jason Exp $ */ +/* $OpenBSD: session.c,v 1.2 2003/06/04 04:46:13 jason Exp $ */ /* * Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -12,12 +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 Network Security - * Technologies, Inc. - * 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 |