From b05c5e849a6c04420376056e74b29558928f7c32 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 19:46:00 +0000 Subject: Use 'Stef' instead of 'Nate' --- src/compat.c | 4 ++-- src/compat.h | 4 ++-- src/debug.h | 4 ++-- src/drive.h | 4 ++-- src/list.c | 4 ++-- src/locks.h | 4 ++-- src/main.c | 4 ++-- src/memref.h | 4 ++-- src/misc.c | 4 ++-- src/ntfs.c | 4 ++-- src/ntfs.h | 4 ++-- src/ntfsx.c | 4 ++-- src/ntfsx.h | 4 ++-- src/posix.c | 4 ++-- src/scrounge.c | 4 ++-- src/scrounge.h | 4 ++-- src/search.c | 4 ++-- src/usuals.h | 4 ++-- src/win32.c | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) (limited to 'src') diff --git a/src/compat.c b/src/compat.c index fa171f1..ea41d97 100644 --- a/src/compat.c +++ b/src/compat.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "compat.h" diff --git a/src/compat.h b/src/compat.h index 65a0c8e..e23af61 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef _COMPAT_H_ diff --git a/src/debug.h b/src/debug.h index e776fd1..ea39d97 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifdef _DEBUG diff --git a/src/drive.h b/src/drive.h index fc05567..cd8078b 100644 --- a/src/drive.h +++ b/src/drive.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __DRIVE_H__20010822 diff --git a/src/list.c b/src/list.c index faeeecd..31bb30e 100644 --- a/src/list.c +++ b/src/list.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "usuals.h" diff --git a/src/locks.h b/src/locks.h index afc0508..028225a 100644 --- a/src/locks.h +++ b/src/locks.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __LOCKS_H__ diff --git a/src/main.c b/src/main.c index 24026bf..f2d5378 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "usuals.h" diff --git a/src/memref.h b/src/memref.h index 270b8e4..681d2c1 100644 --- a/src/memref.h +++ b/src/memref.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __MEMREF_H__ diff --git a/src/misc.c b/src/misc.c index 686e460..255533f 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "usuals.h" diff --git a/src/ntfs.c b/src/ntfs.c index 0d7210d..a93bb41 100644 --- a/src/ntfs.c +++ b/src/ntfs.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "usuals.h" diff --git a/src/ntfs.h b/src/ntfs.h index 62a92cb..8de89f2 100644 --- a/src/ntfs.h +++ b/src/ntfs.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __NTFS_H__ diff --git a/src/ntfsx.c b/src/ntfsx.c index 865199d..791fc16 100644 --- a/src/ntfsx.c +++ b/src/ntfsx.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "scrounge.h" diff --git a/src/ntfsx.h b/src/ntfsx.h index 45bcbdc..2f909f6 100644 --- a/src/ntfsx.h +++ b/src/ntfsx.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __NTFSX_H__ diff --git a/src/posix.c b/src/posix.c index 14a9a2d..92353cb 100644 --- a/src/posix.c +++ b/src/posix.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ diff --git a/src/scrounge.c b/src/scrounge.c index e446e58..d24aeea 100644 --- a/src/scrounge.c +++ b/src/scrounge.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #include "usuals.h" diff --git a/src/scrounge.h b/src/scrounge.h index 9e9f37c..c3985be 100644 --- a/src/scrounge.h +++ b/src/scrounge.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __SCROUNGE_H__ diff --git a/src/search.c b/src/search.c index 834bd32..0b8a1fc 100644 --- a/src/search.c +++ b/src/search.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ diff --git a/src/usuals.h b/src/usuals.h index 01f39a0..463cd21 100644 --- a/src/usuals.h +++ b/src/usuals.h @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #ifndef __USUALS_H__ diff --git a/src/win32.c b/src/win32.c index 3cb5b25..32a20a5 100644 --- a/src/win32.c +++ b/src/win32.c @@ -1,6 +1,6 @@ /* * AUTHOR - * N. Nielsen + * Stef Walter * * LICENSE * This software is in the public domain. @@ -14,7 +14,7 @@ * with the software or the use or other dealings in the software. * * SUPPORT - * Send bug reports to: + * Send bug reports to: */ #define WIN32_LEAN_AND_MEAN 1 -- cgit v1.2.3