diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-27 10:25:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-27 10:25:52 +0200 |
commit | a30154755e8b15aa70d3385cea97f22f628a870a (patch) | |
tree | dc1172b780d964bedc9c085bd388dfcf7acf482f | |
parent | a340f6f46f9ce1691c359f67992e6cdc01d12155 (diff) | |
download | kernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.tar.gz kernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.tar.xz kernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.zip |
Corrected copyright notices.
-rw-r--r-- | ncr-key-storage.c | 4 | ||||
-rw-r--r-- | ncr-key-wrap.c | 4 | ||||
-rw-r--r-- | ncr-key.c | 6 | ||||
-rw-r--r-- | ncr-limits.c | 4 | ||||
-rw-r--r-- | ncr-pk.c | 4 | ||||
-rw-r--r-- | ncr-sessions.c | 4 | ||||
-rw-r--r-- | ncr.c | 6 |
7 files changed, 23 insertions, 9 deletions
diff --git a/ncr-key-storage.c b/ncr-key-storage.c index 45cb800d3b3..ef20965fc1e 100644 --- a/ncr-key-storage.c +++ b/ncr-key-storage.c @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * diff --git a/ncr-key-wrap.c b/ncr-key-wrap.c index 63d2e759b76..5d3ec675b6c 100644 --- a/ncr-key-wrap.c +++ b/ncr-key-wrap.c @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * diff --git a/ncr-key.c b/ncr-key.c index b3255616297..21c7cf2ea01 100644 --- a/ncr-key.c +++ b/ncr-key.c @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * diff --git a/ncr-limits.c b/ncr-limits.c index adbbc7c524e..bbcd1e95e6e 100644 --- a/ncr-limits.c +++ b/ncr-limits.c @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * diff --git a/ncr-sessions.c b/ncr-sessions.c index dc0453a0c91..844e9ab0028 100644 --- a/ncr-sessions.c +++ b/ncr-sessions.c @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * @@ -1,7 +1,9 @@ /* * New driver for /dev/crypto device (aka CryptoDev) - - * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * + * Copyright (c) 2010 Katholieke Universiteit Leuven + * + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * * This file is part of linux cryptodev. * |