diff options
Diffstat (limited to 'cryptodev.c')
-rw-r--r-- | cryptodev.c | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/cryptodev.c b/cryptodev.c index 17a4708..5d195f3 100644 --- a/cryptodev.c +++ b/cryptodev.c @@ -2,8 +2,25 @@ * Driver for /dev/crypto device (aka CryptoDev) * * Copyright (c) 2004 Michal Ludvig <mludvig@logix.net.nz>, SuSE Labs - * Copyright (c) 2009 Nikos Mavrogiannopoulos <nmav@gennetsa.com>, Gennet S.A. + * Copyright (c) 2009,2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> * + * This file is part of linux cryptodev. + * + * cryptodev is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * cryptodev is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* * Device /dev/crypto provides an interface for * accessing kernel CryptoAPI algorithms (ciphers, * hashes) from userspace programs. |