diff options
author | 2003-06-02 19:08:58 +0000 | |
---|---|---|
committer | 2003-06-02 19:08:58 +0000 | |
commit | 3917ce2d5292ebafab8604adda5070e616bc2de0 (patch) | |
tree | d446e2710619e1c8aa76fc15c9ed1056708bc8d0 | |
parent | Remove clause 3 & 4 (with permission from aaron and deraadt) (diff) | |
download | wireguard-openbsd-3917ce2d5292ebafab8604adda5070e616bc2de0.tar.xz wireguard-openbsd-3917ce2d5292ebafab8604adda5070e616bc2de0.zip |
nuke clase 3 & 4
-rw-r--r-- | sys/dev/isa/if_ef_isapnp.c | 7 | ||||
-rw-r--r-- | sys/dev/mii/mtdphy.c | 7 | ||||
-rw-r--r-- | sys/dev/mii/mtdphyreg.h | 7 | ||||
-rw-r--r-- | sys/dev/mii/rlphy.c | 7 | ||||
-rw-r--r-- | sys/dev/mii/txphy.c | 7 | ||||
-rw-r--r-- | sys/dev/mii/txphyreg.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/lofn.c | 7 | ||||
-rw-r--r-- | sys/dev/pci/lofnreg.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/lofnvar.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/noct.c | 7 | ||||
-rw-r--r-- | sys/dev/pci/noctreg.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/noctvar.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/nofn.c | 7 | ||||
-rw-r--r-- | sys/dev/pci/nofnreg.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/nofnvar.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pciide_natsemi_reg.h | 7 | ||||
-rw-r--r-- | sys/dev/sun/sunkbdreg.h | 7 | ||||
-rw-r--r-- | sys/dev/sun/sunkbdvar.h | 7 | ||||
-rw-r--r-- | sys/dev/sun/uperfio.h | 7 |
19 files changed, 19 insertions, 114 deletions
diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c index 6be6acfc40c..6542b906d55 100644 --- a/sys/dev/isa/if_ef_isapnp.c +++ b/sys/dev/isa/if_ef_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ef_isapnp.c,v 1.14 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ef_isapnp.c,v 1.15 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/mii/mtdphy.c b/sys/dev/mii/mtdphy.c index 5c14229fb97..391779e05cc 100644 --- a/sys/dev/mii/mtdphy.c +++ b/sys/dev/mii/mtdphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mtdphy.c,v 1.6 2002/03/14 01:26:58 millert Exp $ */ +/* $OpenBSD: mtdphy.c,v 1.7 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/mii/mtdphyreg.h b/sys/dev/mii/mtdphyreg.h index d20e5d9e00f..42303aa4b3f 100644 --- a/sys/dev/mii/mtdphyreg.h +++ b/sys/dev/mii/mtdphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mtdphyreg.h,v 1.2 2003/02/11 19:20:27 mickey Exp $ */ +/* $OpenBSD: mtdphyreg.h,v 1.3 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index a3bf28e31f1..610b86ea87b 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlphy.c,v 1.7 2002/03/14 01:26:58 millert Exp $ */ +/* $OpenBSD: rlphy.c,v 1.8 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/mii/txphy.c b/sys/dev/mii/txphy.c index 62ebcface72..8023a2a03d4 100644 --- a/sys/dev/mii/txphy.c +++ b/sys/dev/mii/txphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: txphy.c,v 1.4 2002/03/14 01:26:58 millert Exp $ */ +/* $OpenBSD: txphy.c,v 1.5 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/mii/txphyreg.h b/sys/dev/mii/txphyreg.h index 9793d1988b4..1783c20e539 100644 --- a/sys/dev/mii/txphyreg.h +++ b/sys/dev/mii/txphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: txphyreg.h,v 1.1 1999/12/10 21:48:20 jason Exp $ */ +/* $OpenBSD: txphyreg.h,v 1.2 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/lofn.c b/sys/dev/pci/lofn.c index 0e350a1e7d3..8add993176d 100644 --- a/sys/dev/pci/lofn.c +++ b/sys/dev/pci/lofn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lofn.c,v 1.22 2002/11/21 19:34:25 jason Exp $ */ +/* $OpenBSD: lofn.c,v 1.23 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/lofnreg.h b/sys/dev/pci/lofnreg.h index eb0daa39314..c8a76a92feb 100644 --- a/sys/dev/pci/lofnreg.h +++ b/sys/dev/pci/lofnreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lofnreg.h,v 1.14 2002/05/09 19:13:09 jason Exp $ */ +/* $OpenBSD: lofnreg.h,v 1.15 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/lofnvar.h b/sys/dev/pci/lofnvar.h index b1f054fdb35..3720896a607 100644 --- a/sys/dev/pci/lofnvar.h +++ b/sys/dev/pci/lofnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lofnvar.h,v 1.8 2002/09/24 18:33:26 jason Exp $ */ +/* $OpenBSD: lofnvar.h,v 1.9 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/noct.c b/sys/dev/pci/noct.c index 14216df4897..09d8b2c3fec 100644 --- a/sys/dev/pci/noct.c +++ b/sys/dev/pci/noct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: noct.c,v 1.12 2003/02/18 18:16:21 jason Exp $ */ +/* $OpenBSD: noct.c,v 1.13 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/noctreg.h b/sys/dev/pci/noctreg.h index 4570ae1c411..cb072c69182 100644 --- a/sys/dev/pci/noctreg.h +++ b/sys/dev/pci/noctreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: noctreg.h,v 1.7 2003/02/11 19:20:28 mickey Exp $ */ +/* $OpenBSD: noctreg.h,v 1.8 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/noctvar.h b/sys/dev/pci/noctvar.h index 863ab2bb403..4aad0889fcb 100644 --- a/sys/dev/pci/noctvar.h +++ b/sys/dev/pci/noctvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: noctvar.h,v 1.6 2002/07/21 05:09:17 jason Exp $ */ +/* $OpenBSD: noctvar.h,v 1.7 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/nofn.c b/sys/dev/pci/nofn.c index 765c96329f2..e1c3444ff5e 100644 --- a/sys/dev/pci/nofn.c +++ b/sys/dev/pci/nofn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nofn.c,v 1.8 2003/05/07 23:54:26 avsm Exp $ */ +/* $OpenBSD: nofn.c,v 1.9 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/nofnreg.h b/sys/dev/pci/nofnreg.h index 8d726e408ac..f783c4c5f89 100644 --- a/sys/dev/pci/nofnreg.h +++ b/sys/dev/pci/nofnreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nofnreg.h,v 1.5 2002/05/16 22:52:17 jason Exp $ */ +/* $OpenBSD: nofnreg.h,v 1.6 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/nofnvar.h b/sys/dev/pci/nofnvar.h index 64824976f2e..fe1939e89a9 100644 --- a/sys/dev/pci/nofnvar.h +++ b/sys/dev/pci/nofnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nofnvar.h,v 1.5 2002/09/24 18:33:26 jason Exp $ */ +/* $OpenBSD: nofnvar.h,v 1.6 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/pci/pciide_natsemi_reg.h b/sys/dev/pci/pciide_natsemi_reg.h index 370b4e0297f..f9023eff709 100644 --- a/sys/dev/pci/pciide_natsemi_reg.h +++ b/sys/dev/pci/pciide_natsemi_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_natsemi_reg.h,v 1.2 2002/11/20 19:39:02 jason Exp $ */ +/* $OpenBSD: pciide_natsemi_reg.h,v 1.3 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/sun/sunkbdreg.h b/sys/dev/sun/sunkbdreg.h index 1eb5793e287..5d0a44bb6d6 100644 --- a/sys/dev/sun/sunkbdreg.h +++ b/sys/dev/sun/sunkbdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunkbdreg.h,v 1.3 2002/08/12 10:43:56 miod Exp $ */ +/* $OpenBSD: sunkbdreg.h,v 1.4 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/sun/sunkbdvar.h b/sys/dev/sun/sunkbdvar.h index ecd316d65a4..8b960a64632 100644 --- a/sys/dev/sun/sunkbdvar.h +++ b/sys/dev/sun/sunkbdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunkbdvar.h,v 1.7 2003/05/17 04:53:56 jason Exp $ */ +/* $OpenBSD: sunkbdvar.h,v 1.8 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 diff --git a/sys/dev/sun/uperfio.h b/sys/dev/sun/uperfio.h index f50df755869..4ab882da239 100644 --- a/sys/dev/sun/uperfio.h +++ b/sys/dev/sun/uperfio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uperfio.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ +/* $OpenBSD: uperfio.h,v 1.3 2003/06/02 19:08:58 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -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 Jason L. Wright - * 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 |