diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-23 09:12:30 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-23 09:12:30 +0100 |
commit | bc72459a572069ffabd6ac54989add67d2fae0a1 (patch) | |
tree | b0f6756c16802516eb714cde7762b8401d31b2e4 /cryptodev.c | |
parent | d514a3d099207e73e55bbd8c55e969d19f7cd586 (diff) | |
download | cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.tar.gz cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.tar.xz cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.zip |
Added GPLv3 license files and text.
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. |