summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/buffer.c2
-rw-r--r--common/buffer.h2
-rw-r--r--common/compat.c2
-rw-r--r--common/compat.h2
-rw-r--r--common/hash.c4
-rw-r--r--common/hash.h4
-rw-r--r--common/md5.c2
-rw-r--r--common/md5.h2
-rw-r--r--common/sha1.c2
-rw-r--r--common/sha1.h2
-rw-r--r--common/sock_any.c4
-rw-r--r--common/sock_any.h4
-rw-r--r--common/stringx.c4
-rw-r--r--common/stringx.h4
14 files changed, 20 insertions, 20 deletions
diff --git a/common/buffer.c b/common/buffer.c
index 92d0519..25494c9 100644
--- a/common/buffer.c
+++ b/common/buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/common/buffer.h b/common/buffer.h
index ad48634..d9f94a4 100644
--- a/common/buffer.h
+++ b/common/buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/common/compat.c b/common/compat.c
index 16fc14f..081a7ee 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/common/compat.h b/common/compat.h
index 02b2a5b..712f385 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/common/hash.c b/common/hash.c
index 13a9371..23576fa 100644
--- a/common/hash.c
+++ b/common/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,7 @@
/*
* Originally from apache 2.0
- * Modifications for general use by <nielsen@memberwebs.com>
+ * Modifications for general use by <stef@memberwebs.com>
*/
/* Copyright 2000-2004 The Apache Software Foundation
diff --git a/common/hash.h b/common/hash.h
index ce87a36..81a4a28 100644
--- a/common/hash.h
+++ b/common/hash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,7 @@
/*
* Originally from apache 2.0
- * Modifications for general use by <nielsen@memberwebs.com>
+ * Modifications for general use by <stef@memberwebs.com>
*/
/* Copyright 2000-2004 The Apache Software Foundation
diff --git a/common/md5.c b/common/md5.c
index 3de44cb..2594793 100644
--- a/common/md5.c
+++ b/common/md5.c
@@ -14,7 +14,7 @@
* needed on buffers full of bytes, and then call MD5Final, which
* will fill a supplied 16-byte array with the digest.
*
- * Minor modifications by Nate Nielsen <nielsen@memberwebs.com>
+ * Minor modifications by Stef Walter <stef@memberwebs.com>
*/
#include <string.h>
diff --git a/common/md5.h b/common/md5.h
index 1a0a60d..274b0c2 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -19,7 +19,7 @@
* - Ian Jackson <ijackson@nyx.cs.du.edu>.
* Still in the public domain.
*
- * Some minor additions by Nate Nielsen <nielsen@memberwebs.com>
+ * Some minor additions by Stef Walter <stef@memberwebs.com>
*/
#ifdef __cplusplus
diff --git a/common/sha1.c b/common/sha1.c
index 83e993f..51b7b22 100644
--- a/common/sha1.c
+++ b/common/sha1.c
@@ -6,7 +6,7 @@
* By Steve Reid <steve@edmweb.com>
* 100% Public Domain
*
- * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com>
+ * Headers and minor additions by Stef Walter <stef@memberwebs.com>
*/
#include <string.h>
diff --git a/common/sha1.h b/common/sha1.h
index 3cb9a91..e55e52e 100644
--- a/common/sha1.h
+++ b/common/sha1.h
@@ -6,7 +6,7 @@
* By Steve Reid <steve@edmweb.com>
* 100% Public Domain
*
- * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com>
+ * Headers and minor additions by Stef Walter <stef@memberwebs.com>
*/
#ifndef __SHA1_H__
diff --git a/common/sock_any.c b/common/sock_any.c
index 7876e20..714154a 100644
--- a/common/sock_any.c
+++ b/common/sock_any.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/sock_any.h b/common/sock_any.h
index 0b492b4..27c17cf 100644
--- a/common/sock_any.h
+++ b/common/sock_any.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/stringx.c b/common/stringx.c
index 898dd22..2246cf8 100644
--- a/common/stringx.c
+++ b/common/stringx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/stringx.h b/common/stringx.h
index 434c962..c9a2832 100644
--- a/common/stringx.h
+++ b/common/stringx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/