diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-02 19:24:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-02 19:24:24 +0000 |
commit | 3cc6131ace751c7bfc5dd45e7c562ad59a37075f (patch) | |
tree | 8e3657f2ad96c9f2ec41c8b75e999eb211ad61e2 /sys/dev/pci/auich.c | |
parent | 06420dea86f7f10d742ca93c63261df8cea74ba1 (diff) |
kill the caluses three and four on some of my code
Diffstat (limited to 'sys/dev/pci/auich.c')
-rw-r--r-- | sys/dev/pci/auich.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c index 4bc8a2e2126..ea6fcc88d37 100644 --- a/sys/dev/pci/auich.c +++ b/sys/dev/pci/auich.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auich.c,v 1.33 2003/05/20 00:22:56 tedu Exp $ */ +/* $OpenBSD: auich.c,v 1.34 2003/06/02 19:24:22 mickey Exp $ */ /* * Copyright (c) 2000,2001 Michael Shalayeff @@ -12,8 +12,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. 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 |