diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 19:37:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 19:37:57 +0000 |
commit | cf90e013341666c35f57592908848255caa2c6fe (patch) | |
tree | 29ed2f2525b26e97ae14dc900ec1d134b93de0ee /sys/dev/isa | |
parent | 2c208dd16c6ee43f6726649d5a01a56e0a5fcc8c (diff) |
remove term 3 & 4; permission given from d.doroshenko@omnitel.net
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/hsq.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/isa/hsq.c b/sys/dev/isa/hsq.c index 997b48c0465..aacfb18d7d4 100644 --- a/sys/dev/isa/hsq.c +++ b/sys/dev/isa/hsq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hsq.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: hsq.c,v 1.3 2003/06/02 19:37:56 deraadt Exp $ */ /*- * Copyright (c) 1999 Denis A. Doroshenko. All rights reserved. @@ -16,14 +16,6 @@ * 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 Denis A. Doroshenko - * - * 4. Neither the name of the author nor the names of its contributors - * may 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 |