From 81633c5ffee3806a7195258122fe8e7e337c8c54 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 27 Jul 2010 10:30:26 +0200 Subject: More copyright fixes. --- AUTHORS | 16 ++++++++++++++++ cryptodev_cipher.c | 2 ++ ncr-sessions.c | 1 + 3 files changed, 19 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5a6ced0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,16 @@ +Michal Ludvig: + Initial implementation for linux 2.6.8 + +Nikos Mavrogiannopoulos: + Port to 2.6.27 and later, better compatibility + with OpenBSD (and FreeBSD) cryptodev and maintanance. + +Michael Weiser: + Porting to blkcipher async API. Several hardware drivers + only implemented this API. + +Phil Sutter: + Implemented a zero copy version of the internal engine. + + +Maintained by Nikos Mavrogiannopoulos (nmav [at] gnutls [dot] org) diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c index eb30a92..01dc29d 100644 --- a/cryptodev_cipher.c +++ b/cryptodev_cipher.c @@ -2,6 +2,8 @@ * Driver for /dev/crypto device (aka CryptoDev) * * Copyright (c) 2010 Nikos Mavrogiannopoulos + * Portions Copyright (c) 2010 Michael Weiser + * Portions Copyright (c) 2010 Phil Sutter * * This file is part of linux cryptodev. * diff --git a/ncr-sessions.c b/ncr-sessions.c index 844e9ab..bd68075 100644 --- a/ncr-sessions.c +++ b/ncr-sessions.c @@ -2,6 +2,7 @@ * New driver for /dev/crypto device (aka CryptoDev) * Copyright (c) 2010 Katholieke Universiteit Leuven + * Portions Copyright (c) 2010 Phil Sutter * * Author: Nikos Mavrogiannopoulos * -- cgit