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' --- AUTHORS | 2 +- COPYING | 2 +- ChangeLog | 4 ++++ Makefile.am | 2 +- README | 2 +- config.win32.h | 8 ++++---- configure.in | 11 +++-------- doc/scrounge-ntfs.8 | 8 ++++---- 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 ++-- 27 files changed, 57 insertions(+), 58 deletions(-) diff --git a/AUTHORS b/AUTHORS index a425635..12820ca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ AUTHORS: -nielsen@memberwebs.com +stef@memberwebs.com PATCHES: Marius HillenBrand diff --git a/COPYING b/COPYING index 763af15..63bdb16 100644 --- a/COPYING +++ b/COPYING @@ -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/ChangeLog b/ChangeLog index 6f0fafe..163a82c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.9 + - Use my real name 'Stef Walter' + See: http://memberwebs.com/nielsen/ + 0.8.7 - Fix crasher on corrupted drives. A problem with update sequence offset being filled with garbage [Albert Kwok] diff --git a/Makefile.am b/Makefile.am index f056ed0..08cbe21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -# EXTRA_DIST = +EXTRA_DIST = config.win32.h SUBDIRS = src win32 doc dist-hook: diff --git a/README b/README index 109cb4f..89cf56e 100644 --- a/README +++ b/README @@ -4,4 +4,4 @@ scrounge-ntfs is a data recovery tool for NTFS partitions. See the following web page for more info: -http://memberwebs.com/nielsen/software/scrounge/ +http://memberwebs.com/swalter/software/scrounge/ diff --git a/config.win32.h b/config.win32.h index 570f75d..b8fbf90 100644 --- a/config.win32.h +++ b/config.win32.h @@ -169,19 +169,19 @@ #define PACKAGE "scrounge-ntfs" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "nielsen@memberwebs.com" +#define PACKAGE_BUGREPORT "stef@memberwebs.com" /* Define to the full name of this package. */ #define PACKAGE_NAME "scrounge-ntfs" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "scrounge-ntfs 0.8.6" +#define PACKAGE_STRING "scrounge-ntfs 0.9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "scrounge-ntfs" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.8.6" +#define PACKAGE_VERSION "0.9" /* The size of a `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4 @@ -201,4 +201,4 @@ /* Define to `unsigned' if does not define. */ /* #undef size_t */ -#define SIZEOF_WHCHAR_T 2 \ No newline at end of file +#define SIZEOF_WHCHAR_T 2 diff --git a/configure.in b/configure.in index 6b9af12..ccac7d3 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl Copyright (c) 2004, Nate Nielsen +dnl Copyright (c) 2004, Stefan Walter dnl All rights reserved. dnl dnl Redistribution and use in source and binary forms, with or without @@ -29,15 +29,10 @@ dnl AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF dnl THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH dnl DAMAGE. -dnl -dnl -dnl CONTRIBUTORS -dnl Nate Nielsen -dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(scrounge-ntfs, 0.8.6.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(scrounge-ntfs, 0.8.6.90) +AC_INIT(scrounge-ntfs, 0.9, stef@memberwebs.com) +AM_INIT_AUTOMAKE(scrounge-ntfs, 0.9) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" diff --git a/doc/scrounge-ntfs.8 b/doc/scrounge-ntfs.8 index 70b1ff3..542a6e6 100644 --- a/doc/scrounge-ntfs.8 +++ b/doc/scrounge-ntfs.8 @@ -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 .\" .Dd April, 2004 .Dt scrounge-ntfs 8 @@ -105,6 +105,6 @@ When only one partition exists on a disk or you want to rescue the first partition there are ways to guess at the sector sizes and MFT location. See the scrounge-ntfs web page for more info: .Pp -http://memberwebs.com/nielsen/software/scrounge/ +http://memberwebs.com/swalter/software/scrounge/ .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com 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