diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 15:58:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 15:58:43 +0000 |
commit | 295dc879e50a92720aec0f55f842669f36cfa73f (patch) | |
tree | 2283d835d9e491a30c4357bcae7ee14f97fde7da | |
parent | 5372398f153153e55470c352fe3112b4d3d92f39 (diff) |
licence cleanup
-rw-r--r-- | sys/dev/pci/hifn7751reg.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 3 | ||||
-rw-r--r-- | sys/lib/libkern/getsn.c | 7 |
3 files changed, 3 insertions, 10 deletions
diff --git a/sys/dev/pci/hifn7751reg.h b/sys/dev/pci/hifn7751reg.h index 8c85e68b321..05ca98a7978 100644 --- a/sys/dev/pci/hifn7751reg.h +++ b/sys/dev/pci/hifn7751reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751reg.h,v 1.42 2003/02/19 19:59:14 jason Exp $ */ +/* $OpenBSD: hifn7751reg.h,v 1.43 2003/06/02 15:58:41 deraadt Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -22,7 +22,6 @@ * 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 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index dbd2b029382..03ca40aeb41 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.49 2003/05/13 18:55:23 jmc Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.50 2003/06/02 15:58:42 deraadt Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -22,7 +22,6 @@ * 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 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. diff --git a/sys/lib/libkern/getsn.c b/sys/lib/libkern/getsn.c index 8026ef4f4c6..69fdc809fb5 100644 --- a/sys/lib/libkern/getsn.c +++ b/sys/lib/libkern/getsn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getsn.c,v 1.2 1996/08/23 19:22:43 niklas Exp $ */ +/* $OpenBSD: getsn.c,v 1.3 2003/06/02 15:58:42 deraadt Exp $ */ /* * Copyright (c) 1996 Theo de Raadt @@ -12,11 +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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Theo de Raadt. - * 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 |