diff options
author | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:29:25 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:29:25 +0000 |
commit | 82a32ff78428bec9f9a4f69cc21ccf9d197a38ff (patch) | |
tree | ecea6a03cb46f17d2857b2183a3d8680d45469c9 /common | |
parent | 5763a98bdac994a8c2ddbd693d36cbb75b1ce987 (diff) |
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'common')
-rw-r--r-- | common/buffer.c | 2 | ||||
-rw-r--r-- | common/buffer.h | 2 | ||||
-rw-r--r-- | common/compat.c | 2 | ||||
-rw-r--r-- | common/compat.h | 2 | ||||
-rw-r--r-- | common/hash.c | 4 | ||||
-rw-r--r-- | common/hash.h | 4 | ||||
-rw-r--r-- | common/md5.c | 2 | ||||
-rw-r--r-- | common/md5.h | 2 | ||||
-rw-r--r-- | common/sha1.c | 2 | ||||
-rw-r--r-- | common/sha1.h | 2 | ||||
-rw-r--r-- | common/sock_any.c | 4 | ||||
-rw-r--r-- | common/sock_any.h | 4 | ||||
-rw-r--r-- | common/stringx.c | 4 | ||||
-rw-r--r-- | common/stringx.h | 4 |
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> * */ |