diff options
-rw-r--r-- | ckcapi-builtin.c | 2 | ||||
-rw-r--r-- | ckcapi-cert.c | 2 | ||||
-rw-r--r-- | ckcapi-object.c | 2 | ||||
-rw-r--r-- | ckcapi-session.c | 2 | ||||
-rw-r--r-- | ckcapi-token.c | 2 | ||||
-rw-r--r-- | ckcapi-trust.c | 6 | ||||
-rw-r--r-- | ckcapi-util.c | 4 | ||||
-rw-r--r-- | ckcapi-util.h | 2 | ||||
-rw-r--r-- | ckcapi.c | 2 | ||||
-rw-r--r-- | ckcapi.h | 2 |
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 @@ -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 @@ -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 |