summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2007-05-28 19:46:00 +0000
committerStef Walter <stef@thewalter.net>2007-05-28 19:46:00 +0000
commitb05c5e849a6c04420376056e74b29558928f7c32 (patch)
treed4db2487e7d99a0c5f30737e86ba2e6c38912520 /src
parent174d2c08409659a6a6f798b5e4bc0c6040f20712 (diff)
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'src')
-rw-r--r--src/compat.c4
-rw-r--r--src/compat.h4
-rw-r--r--src/debug.h4
-rw-r--r--src/drive.h4
-rw-r--r--src/list.c4
-rw-r--r--src/locks.h4
-rw-r--r--src/main.c4
-rw-r--r--src/memref.h4
-rw-r--r--src/misc.c4
-rw-r--r--src/ntfs.c4
-rw-r--r--src/ntfs.h4
-rw-r--r--src/ntfsx.c4
-rw-r--r--src/ntfsx.h4
-rw-r--r--src/posix.c4
-rw-r--r--src/scrounge.c4
-rw-r--r--src/scrounge.h4
-rw-r--r--src/search.c4
-rw-r--r--src/usuals.h4
-rw-r--r--src/win32.c4
19 files changed, 38 insertions, 38 deletions
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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#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: <nielsen@memberwebs.com>
+ * Send bug reports to: <stef@memberwebs.com>
*/
#define WIN32_LEAN_AND_MEAN 1