summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 45cb800..ef20965 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 63d2e75..5d3ec67 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 b325561..21c7cf2 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 adbbc7c..bbcd1e9 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 cc4def8..e4a4e67 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 dc0453a..844e9ab 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 8119bf6..b6c99c7 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.
*