diff options
author | 2020-06-27 00:33:59 +0000 | |
---|---|---|
committer | 2020-06-27 00:33:59 +0000 | |
commit | 9200ee76509af840715772765e9cec397aef98b2 (patch) | |
tree | e65d00a4200c74c386222266dda95b938c2ac450 | |
parent | Make trapframe squeaky clean upon exec. (diff) | |
download | wireguard-openbsd-9200ee76509af840715772765e9cec397aef98b2.tar.xz wireguard-openbsd-9200ee76509af840715772765e9cec397aef98b2.zip |
Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.
-rw-r--r-- | sys/dev/pci/auixp.c | 9 | ||||
-rw-r--r-- | sys/dev/pci/auixpreg.h | 9 | ||||
-rw-r--r-- | sys/dev/pci/auixpvar.h | 9 |
3 files changed, 3 insertions, 24 deletions
diff --git a/sys/dev/pci/auixp.c b/sys/dev/pci/auixp.c index a054ed5805f..7a07d36e376 100644 --- a/sys/dev/pci/auixp.c +++ b/sys/dev/pci/auixp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auixp.c,v 1.42 2020/01/24 03:29:55 tedu Exp $ */ +/* $OpenBSD: auixp.c,v 1.43 2020/06/27 00:33:59 jsg Exp $ */ /* $NetBSD: auixp.c,v 1.9 2005/06/27 21:13:09 thorpej Exp $ */ /* @@ -12,13 +12,6 @@ * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation 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 WARRANTIES diff --git a/sys/dev/pci/auixpreg.h b/sys/dev/pci/auixpreg.h index b21d945275e..206b1e572e6 100644 --- a/sys/dev/pci/auixpreg.h +++ b/sys/dev/pci/auixpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auixpreg.h,v 1.1 2005/08/07 20:08:45 mickey Exp $ */ +/* $OpenBSD: auixpreg.h,v 1.2 2020/06/27 00:33:59 jsg Exp $ */ /* $NetBSD: auixpreg.h,v 1.2 2005/01/12 00:28:03 reinoud Exp $ */ /* @@ -12,13 +12,6 @@ * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation 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 WARRANTIES diff --git a/sys/dev/pci/auixpvar.h b/sys/dev/pci/auixpvar.h index 00999101bfb..7038d5f7840 100644 --- a/sys/dev/pci/auixpvar.h +++ b/sys/dev/pci/auixpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auixpvar.h,v 1.4 2016/09/19 06:46:44 ratchov Exp $ */ +/* $OpenBSD: auixpvar.h,v 1.5 2020/06/27 00:33:59 jsg Exp $ */ /* $NetBSD: auixpvar.h,v 1.3 2005/01/12 15:54:34 kent Exp $*/ /* @@ -12,13 +12,6 @@ * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation 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 WARRANTIES |