summaryrefslogtreecommitdiffstats
path: root/sys/uvm
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2019-12-05 12:46:54 +0000
committermpi <mpi@openbsd.org>2019-12-05 12:46:54 +0000
commit0af614b4422ca597ca6c0200095150d078ca258c (patch)
treec8f0d51fba3de70261c0beb455c74ae29a2a9583 /sys/uvm
parentNo need to unveil(NULL, NULL) right before pledge "stdio rpath". (diff)
downloadwireguard-openbsd-0af614b4422ca597ca6c0200095150d078ca258c.tar.xz
wireguard-openbsd-0af614b4422ca597ca6c0200095150d078ca258c.zip
Remove clause #3 from mrg@NetBSD license.
In May 29 2008, Matthew R. Green removed it in NetBSD: github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef ok deraadt@
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_swap.c4
-rw-r--r--sys/uvm/uvm_swap.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c
index 233908ca5e2..d4ffa60678e 100644
--- a/sys/uvm/uvm_swap.c
+++ b/sys/uvm/uvm_swap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap.c,v 1.144 2019/04/02 13:07:28 visa Exp $ */
+/* $OpenBSD: uvm_swap.c,v 1.145 2019/12/05 12:46:54 mpi Exp $ */
/* $NetBSD: uvm_swap.c,v 1.40 2000/11/17 11:39:39 mrg Exp $ */
/*
@@ -13,8 +13,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
diff --git a/sys/uvm/uvm_swap.h b/sys/uvm/uvm_swap.h
index bd3ff0a1809..fec0bd9a452 100644
--- a/sys/uvm/uvm_swap.h
+++ b/sys/uvm/uvm_swap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap.h,v 1.16 2013/11/05 06:02:45 deraadt Exp $ */
+/* $OpenBSD: uvm_swap.h,v 1.17 2019/12/05 12:46:54 mpi Exp $ */
/* $NetBSD: uvm_swap.h,v 1.5 2000/01/11 06:57:51 chs Exp $ */
/*
@@ -13,8 +13,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