diff options
author | 2004-04-02 04:39:50 +0000 | |
---|---|---|
committer | 2004-04-02 04:39:50 +0000 | |
commit | 0dbcc8a23a70bfb512441965dff2bda4e77ca2fd (patch) | |
tree | cdb4aadb12c045719e11247e8d3324aef51ae612 /sys/lib/libsa | |
parent | remove pk from copyright, seen in netbsd (diff) | |
download | wireguard-openbsd-0dbcc8a23a70bfb512441965dff2bda4e77ca2fd.tar.xz wireguard-openbsd-0dbcc8a23a70bfb512441965dff2bda4e77ca2fd.zip |
remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/cread.c | 8 | ||||
-rw-r--r-- | sys/lib/libsa/tftp.c | 8 | ||||
-rw-r--r-- | sys/lib/libsa/tftp.h | 8 |
3 files changed, 3 insertions, 21 deletions
diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c index e683fdadf98..a1445bed320 100644 --- a/sys/lib/libsa/cread.c +++ b/sys/lib/libsa/cread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cread.c,v 1.11 2003/08/11 06:23:09 deraadt Exp $ */ +/* $OpenBSD: cread.c,v 1.12 2004/04/02 04:39:51 deraadt Exp $ */ /* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */ /* @@ -13,12 +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 for the NetBSD Project - * by Matthias Drochner. - * 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 diff --git a/sys/lib/libsa/tftp.c b/sys/lib/libsa/tftp.c index c5c8ccc4bba..9cbce92b217 100644 --- a/sys/lib/libsa/tftp.c +++ b/sys/lib/libsa/tftp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftp.c,v 1.1 2004/03/19 13:48:20 tom Exp $ */ +/* $OpenBSD: tftp.c,v 1.2 2004/04/02 04:39:51 deraadt Exp $ */ /* $NetBSD: tftp.c,v 1.15 2003/08/18 15:45:29 dsl Exp $ */ /* @@ -13,12 +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 for the NetBSD Project - * by Matthias Drochner. - * 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 diff --git a/sys/lib/libsa/tftp.h b/sys/lib/libsa/tftp.h index d72b2c16234..a041a859a20 100644 --- a/sys/lib/libsa/tftp.h +++ b/sys/lib/libsa/tftp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tftp.h,v 1.1 2004/03/19 13:48:20 tom Exp $ */ +/* $OpenBSD: tftp.h,v 1.2 2004/04/02 04:39:51 deraadt Exp $ */ /* $NetBSD: tftp.h,v 1.3 2003/08/07 16:32:30 agc Exp $ */ /* @@ -13,12 +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 for the NetBSD Project - * by Matthias Drochner. - * 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 |