summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-27 10:25:52 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-27 10:25:52 +0200
commita30154755e8b15aa70d3385cea97f22f628a870a (patch)
treedc1172b780d964bedc9c085bd388dfcf7acf482f
parenta340f6f46f9ce1691c359f67992e6cdc01d12155 (diff)
downloadkernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.tar.gz
kernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.tar.xz
kernel-crypto-a30154755e8b15aa70d3385cea97f22f628a870a.zip
Corrected copyright notices.
-rw-r--r--ncr-key-storage.c4
-rw-r--r--ncr-key-wrap.c4
-rw-r--r--ncr-key.c6
-rw-r--r--ncr-limits.c4
-rw-r--r--ncr-pk.c4
-rw-r--r--ncr-sessions.c4
-rw-r--r--ncr.c6
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.
*
diff --git a/ncr-pk.c b/ncr-pk.c
index cc4def84475..e4a4e677673 100644
--- a/ncr-pk.c
+++ b/ncr-pk.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-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.
*
diff --git a/ncr.c b/ncr.c
index 8119bf635fb..b6c99c72951 100644
--- a/ncr.c
+++ b/ncr.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.
*