summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-03 15:51:28 +0000
committerderaadt <deraadt@openbsd.org>2003-06-03 15:51:28 +0000
commit0a6a2336d7ca7d5d28d776d4a8cace9db4678add (patch)
treead6d7558c164bc051f9ddbc9ae2b2c8fc0b361e6
parentFastpath for userland crypto requests. This change makes userland (diff)
downloadwireguard-openbsd-0a6a2336d7ca7d5d28d776d4a8cace9db4678add.tar.xz
wireguard-openbsd-0a6a2336d7ca7d5d28d776d4a8cace9db4678add.zip
license cleanup regarding term 4
-rw-r--r--sys/crypto/criov.c4
-rw-r--r--sys/crypto/cryptodev.c4
-rw-r--r--sys/crypto/cryptodev.h10
3 files changed, 6 insertions, 12 deletions
diff --git a/sys/crypto/criov.c b/sys/crypto/criov.c
index 165950ae7cd..0aba3c544b0 100644
--- a/sys/crypto/criov.c
+++ b/sys/crypto/criov.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: criov.c,v 1.11 2002/06/10 19:36:43 espie Exp $ */
+/* $OpenBSD: criov.c,v 1.12 2003/06/03 15:51:28 deraadt Exp $ */
/*
* Copyright (c) 1999 Theo de Raadt
@@ -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
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c
index 59830fd0a9f..94442dbf969 100644
--- a/sys/crypto/cryptodev.c
+++ b/sys/crypto/cryptodev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.c,v 1.57 2003/06/03 15:28:06 beck Exp $ */
+/* $OpenBSD: cryptodev.c,v 1.58 2003/06/03 15:51:28 deraadt Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -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
diff --git a/sys/crypto/cryptodev.h b/sys/crypto/cryptodev.h
index edac1105b57..2fe64e664ab 100644
--- a/sys/crypto/cryptodev.h
+++ b/sys/crypto/cryptodev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.h,v 1.38 2003/06/03 15:28:06 beck Exp $ */
+/* $OpenBSD: cryptodev.h,v 1.39 2003/06/03 15:51:28 deraadt Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -27,12 +27,10 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
* 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.
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES