From 82a32ff78428bec9f9a4f69cc21ccf9d197a38ff Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 19:29:25 +0000 Subject: Use 'Stef' instead of 'Nate' --- common/buffer.c | 2 +- common/buffer.h | 2 +- common/compat.c | 2 +- common/compat.h | 2 +- common/hash.c | 4 ++-- common/hash.h | 4 ++-- common/md5.c | 2 +- common/md5.h | 2 +- common/sha1.c | 2 +- common/sha1.h | 2 +- common/sock_any.c | 4 ++-- common/sock_any.h | 4 ++-- common/stringx.c | 4 ++-- common/stringx.h | 4 ++-- 14 files changed, 20 insertions(+), 20 deletions(-) (limited to 'common') 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 + * Modifications for general use by */ /* 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 + * Modifications for general use by */ /* 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 + * Minor modifications by Stef Walter */ #include 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 . * Still in the public domain. * - * Some minor additions by Nate Nielsen + * Some minor additions by Stef Walter */ #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 * 100% Public Domain * - * Headers and minor additions by Nate Nielsen + * Headers and minor additions by Stef Walter */ #include 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 * 100% Public Domain * - * Headers and minor additions by Nate Nielsen + * Headers and minor additions by Stef Walter */ #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 + * Stef Walter * */ 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 + * Stef Walter * */ 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 + * Stef Walter * */ 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 + * Stef Walter * */ -- cgit v1.2.3