diff options
author | 2003-06-02 21:38:39 +0000 | |
---|---|---|
committer | 2003-06-02 21:38:39 +0000 | |
commit | 4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c (patch) | |
tree | 2ecb0cceb925b93701b43d38268a10d147ffc8c3 /usr.sbin/mopd/otherOS/loop-linux2.c | |
parent | remove clause 3 and 4. -moj (diff) | |
download | wireguard-openbsd-4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c.tar.xz wireguard-openbsd-4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c.zip |
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/mopd/otherOS/loop-linux2.c')
-rw-r--r-- | usr.sbin/mopd/otherOS/loop-linux2.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/mopd/otherOS/loop-linux2.c b/usr.sbin/mopd/otherOS/loop-linux2.c index 62b500f71ea..8278bac0b83 100644 --- a/usr.sbin/mopd/otherOS/loop-linux2.c +++ b/usr.sbin/mopd/otherOS/loop-linux2.c @@ -9,11 +9,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 Mats O Jansson. - * 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 @@ -28,7 +23,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: loop-linux2.c,v 1.2 2002/02/16 21:28:04 millert Exp $"; +static char rcsid[] = "$Id: loop-linux2.c,v 1.3 2003/06/02 21:38:40 maja Exp $"; #endif #include <stdlib.h> |