summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-04-08 17:49:44 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-04-08 17:49:44 +0000
commita8622545c362ee466406cd85a1a9ef5c3710e965 (patch)
tree10c9669fd0c195939d63a31b74c4d4ad0ca76807 /sys/crypto
parent28366b0ba40152718ec9300a40dd36dd80354a65 (diff)
Credit DARPA/USAF appropriately.
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/cryptodev.c7
-rw-r--r--sys/crypto/cryptodev.h7
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c
index 1bcc1e7f519..2b3b8bbe202 100644
--- a/sys/crypto/cryptodev.c
+++ b/sys/crypto/cryptodev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.c,v 1.35 2002/04/03 05:12:41 deraadt Exp $ */
+/* $OpenBSD: cryptodev.c,v 1.36 2002/04/08 17:49:42 jason Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -25,6 +25,11 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Effort sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F30602-01-2-0537.
+ *
*/
#include <sys/param.h>
diff --git a/sys/crypto/cryptodev.h b/sys/crypto/cryptodev.h
index 27f4001946b..ac79041dcc8 100644
--- a/sys/crypto/cryptodev.h
+++ b/sys/crypto/cryptodev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.h,v 1.23 2002/03/14 01:26:51 millert Exp $ */
+/* $OpenBSD: cryptodev.h,v 1.24 2002/04/08 17:49:42 jason Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -44,6 +44,11 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Effort sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F30602-01-2-0537.
+ *
*/
#ifndef _CRYPTO_CRYPTO_H_