summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-01 19:31:14 +0000
committerStef Walter <stef@memberwebs.com>2008-12-01 19:31:14 +0000
commit912c21876813c2fa1481fdbb72bd2cef07e5b1ce (patch)
treea15e5f313519929bfa2e126a2e551df115f50138
parentf681943d31a66579781d59247c3f56384193d483 (diff)
Change to my real name.
-rw-r--r--ckcapi-builtin.c2
-rw-r--r--ckcapi-cert.c2
-rw-r--r--ckcapi-object.c2
-rw-r--r--ckcapi-session.c2
-rw-r--r--ckcapi-token.c2
-rw-r--r--ckcapi-trust.c6
-rw-r--r--ckcapi-util.c4
-rw-r--r--ckcapi-util.h2
-rw-r--r--ckcapi.c2
-rw-r--r--ckcapi.h2
10 files changed, 13 insertions, 13 deletions
diff --git a/ckcapi-builtin.c b/ckcapi-builtin.c
index 58a02d8..e113aed 100644
--- a/ckcapi-builtin.c
+++ b/ckcapi-builtin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi-cert.c b/ckcapi-cert.c
index 9937486..8eeb91c 100644
--- a/ckcapi-cert.c
+++ b/ckcapi-cert.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi-object.c b/ckcapi-object.c
index 051baf4..473f28c 100644
--- a/ckcapi-object.c
+++ b/ckcapi-object.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi-session.c b/ckcapi-session.c
index dc5b976..e54fcdf 100644
--- a/ckcapi-session.c
+++ b/ckcapi-session.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi-token.c b/ckcapi-token.c
index 87d918b..a1db1ab 100644
--- a/ckcapi-token.c
+++ b/ckcapi-token.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi-trust.c b/ckcapi-trust.c
index 16e3874..d783b73 100644
--- a/ckcapi-trust.c
+++ b/ckcapi-trust.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -22,9 +22,9 @@
#include "pkcs11/pkcs11n.h"
-/*
+/*
* These are the attributes expected by NSS on a trust object:
- *
+ *
* CKA_CLASS
* CKA_TOKEN
* CKA_LABEL
diff --git a/ckcapi-util.c b/ckcapi-util.c
index fbffe7c..5c0ab9b 100644
--- a/ckcapi-util.c
+++ b/ckcapi-util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,7 @@
/*
* Array code originially from Glib.
- * Modified extensively by Nate Nielsen <nielsen@memberwebs.com>
+ * Modified extensively by Stef Walter <nielsen@memberwebs.com>
*/
/* GLIB - Library of useful routines for C programming
diff --git a/ckcapi-util.h b/ckcapi-util.h
index c160a96..1ea07f2 100644
--- a/ckcapi-util.h
+++ b/ckcapi-util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi.c b/ckcapi.c
index d56d910..7f758cc 100644
--- a/ckcapi.c
+++ b/ckcapi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/ckcapi.h b/ckcapi.h
index b2f1893..abb12b3 100644
--- a/ckcapi.h
+++ b/ckcapi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Nate Nielsen
+ * Copyright (C) 2007 Stef Walter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public