diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:10:38 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:10:38 +0000 |
commit | 281d7dfd525bd8b5dfb757c4a2e8c920cf8f20e1 (patch) | |
tree | b23d7a40c615d99a1c660563ac6f992a8fefe9d5 | |
parent | afe0ac8f7061ca77cd2bdf2896e6af3320109b78 (diff) |
remove clause 3 and 4. -moj
-rw-r--r-- | sbin/kbd/kbd_wscons.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/kbd/kbd_wscons.c b/sbin/kbd/kbd_wscons.c index cf64184f16b..0acd17e1c61 100644 --- a/sbin/kbd/kbd_wscons.c +++ b/sbin/kbd/kbd_wscons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kbd_wscons.c,v 1.12 2003/03/30 19:10:00 jsyn Exp $ */ +/* $OpenBSD: kbd_wscons.c,v 1.13 2003/06/02 21:10:37 maja Exp $ */ /* * Copyright (c) 2001 Mats O Jansson. All rights reserved. @@ -11,11 +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 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 |