From c81367d0ca1b51d270a5605262b3ab3a848713fa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 1 Jan 2006 12:33:19 +0000 Subject: [PATCH] Changed my email address. --- CHANGELOG | 5 +++-- CREDITS | 2 +- INSTALL | 12 ++++++------ LICENSE | 2 +- archivers/dir.c | 2 +- archivers/grp.c | 2 +- archivers/qpak.c | 2 +- archivers/zip.c | 2 +- extras/physfs_rb/physfs/physfsrwops.c | 2 +- extras/physfs_rb/physfs/physfsrwops.h | 2 +- extras/physfshttpd.c | 2 +- extras/physfsrwops.c | 2 +- extras/physfsrwops.h | 2 +- extras/selfextract.c | 2 +- makeos2.cmd | 2 +- physfs_internal.h | 2 +- 16 files changed, 23 insertions(+), 22 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 642c67b6..a353a30e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,8 @@ 01012006 - Cleaned up overflow checks in platform memory allocators (thanks to Nicolas Lebedenco for pointing out the original issue with - long long literals). Added physfs.rc (thanks, Dennis!). + long long literals). Added physfs.rc (thanks, Dennis!). Changed my + email address. 11282005 - Corrected docs on PHYSFS_setWriteDir(). 10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched archivers/wad.c to compile. @@ -496,7 +497,7 @@ 08012001 - Added a safety memset in error setting, fixed URLs and email addr. 07282001 - Initial release. ---ryan. (icculus@clutteredmind.org) +--ryan. (icculus@icculus.org) /* end of CHANGELOG ... */ diff --git a/CREDITS b/CREDITS index 83f42fa7..130ad408 100644 --- a/CREDITS +++ b/CREDITS @@ -95,7 +95,7 @@ Windows .rc file: Dennis Schridde Other stuff: - Your name here! Patches go to icculus@clutteredmind.org ... + Your name here! Patches go to icculus@icculus.org ... /* end of CREDITS ... */ diff --git a/INSTALL b/INSTALL index 355f4bca..cf8a6bc6 100644 --- a/INSTALL +++ b/INSTALL @@ -31,7 +31,7 @@ remove all traces of the library from the system paths. Primary Unix development is done with GNU/Linux, but PhysicsFS is known to work out of the box with several flavors of Unix. It it doesn't work, patches -to get it running can be sent to icculus@clutteredmind.org. +to get it running can be sent to icculus@icculus.org. BeOS: @@ -76,7 +76,7 @@ No one's tried building this for a WinCE (PocketPC) platform, but it may or may not work. Patches are welcome. If someone is willing to maintain prebuilt PhysicsFS DLLs, I'd like to hear -from you; send an email to icculus@clutteredmind.org. +from you; send an email to icculus@icculus.org. MACOS 8/9: Double-click on "CWProjects.sit" in the root of the source tree. This will @@ -91,7 +91,7 @@ it works by building the "test_physfs.mcp" project file, which will create DLLs you built previously. If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for -the Mac, I'd like to hear from you; send an email to icculus@clutteredmind.org. +the Mac, I'd like to hear from you; send an email to icculus@icculus.org. @@ -103,7 +103,7 @@ based on the GNU toolchain. Fire up a terminal and run "cc"...if this reports Follow the Unix directions, above (configure, make, make install). If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for -MacOS X, I'd like to hear from you; send an email to icculus@clutteredmind.org. +MacOS X, I'd like to hear from you; send an email to icculus@icculus.org. OS/2: @@ -117,7 +117,7 @@ doesn't come with one). If someone wants to hack some REXX to make this a bit more picky about recompiling, I'll accept the patch. If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for -OS/2, I'd like to hear from you; send an email to icculus@clutteredmind.org. +OS/2, I'd like to hear from you; send an email to icculus@icculus.org. OTHER PLATFORMS: @@ -129,5 +129,5 @@ platforms. To implement a new platform or archiver, please read the heavily-commented physfs_internal.h and look in the platform/ and archiver/ directories for examples. ---ryan. (icculus@clutteredmind.org) +--ryan. (icculus@icculus.org) diff --git a/LICENSE b/LICENSE index fd91fa37..3f0223b8 100644 --- a/LICENSE +++ b/LICENSE @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. - Ryan C. Gordon + Ryan C. Gordon (Please note that versions of PhysicsFS prior to 0.1.9 are licensed under diff --git a/archivers/dir.c b/archivers/dir.c index f2e57fe6..2e7adfdf 100644 --- a/archivers/dir.c +++ b/archivers/dir.c @@ -252,7 +252,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_DIR = { "", DIR_ARCHIVE_DESCRIPTION, - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://icculus.org/physfs/", }; diff --git a/archivers/grp.c b/archivers/grp.c index 7e334f9a..4e3f4c3e 100644 --- a/archivers/grp.c +++ b/archivers/grp.c @@ -435,7 +435,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP = { "GRP", GRP_ARCHIVE_DESCRIPTION, - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://icculus.org/physfs/", }; diff --git a/archivers/qpak.c b/archivers/qpak.c index bf60c57c..f904b30e 100644 --- a/archivers/qpak.c +++ b/archivers/qpak.c @@ -589,7 +589,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_QPAK = { "PAK", QPAK_ARCHIVE_DESCRIPTION, - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://icculus.org/physfs/", }; diff --git a/archivers/zip.c b/archivers/zip.c index e6539e53..cae91b39 100644 --- a/archivers/zip.c +++ b/archivers/zip.c @@ -1408,7 +1408,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP = { "ZIP", ZIP_ARCHIVE_DESCRIPTION, - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://icculus.org/physfs/", }; diff --git a/extras/physfs_rb/physfs/physfsrwops.c b/extras/physfs_rb/physfs/physfsrwops.c index 97f505f2..8dd23bff 100644 --- a/extras/physfs_rb/physfs/physfsrwops.c +++ b/extras/physfs_rb/physfs/physfsrwops.c @@ -16,7 +16,7 @@ * * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #include /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */ diff --git a/extras/physfs_rb/physfs/physfsrwops.h b/extras/physfs_rb/physfs/physfsrwops.h index 91ff2eb2..5ff519a1 100644 --- a/extras/physfs_rb/physfs/physfsrwops.h +++ b/extras/physfs_rb/physfs/physfsrwops.h @@ -16,7 +16,7 @@ * * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #ifndef _INCLUDE_PHYSFSRWOPS_H_ diff --git a/extras/physfshttpd.c b/extras/physfshttpd.c index d49934d9..9ca92b94 100644 --- a/extras/physfshttpd.c +++ b/extras/physfshttpd.c @@ -29,7 +29,7 @@ * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license. * Please see LICENSE in the root of the source tree. * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #include diff --git a/extras/physfsrwops.c b/extras/physfsrwops.c index 33adb48e..e563769e 100644 --- a/extras/physfsrwops.c +++ b/extras/physfsrwops.c @@ -17,7 +17,7 @@ * * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #include /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */ diff --git a/extras/physfsrwops.h b/extras/physfsrwops.h index 2de70335..94239fdb 100644 --- a/extras/physfsrwops.h +++ b/extras/physfsrwops.h @@ -17,7 +17,7 @@ * * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #ifndef _INCLUDE_PHYSFSRWOPS_H_ diff --git a/extras/selfextract.c b/extras/selfextract.c index 7998afb9..5857f8f6 100644 --- a/extras/selfextract.c +++ b/extras/selfextract.c @@ -14,7 +14,7 @@ * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license. * Please see LICENSE in the root of the source tree. * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ /* diff --git a/makeos2.cmd b/makeos2.cmd index 43fc20e4..fc3a4e95 100644 --- a/makeos2.cmd +++ b/makeos2.cmd @@ -3,7 +3,7 @@ rem this is a simple batch file to build PhysicsFS on OS/2. You need to have rem the EMX development tools installed for this to work. rem rem This script (and, indeed, our OS/2 support) could use some tweaking. -rem Patches go to icculus@clutteredmind.org ... +rem Patches go to icculus@icculus.org ... set PHYSFSLANG=PHYSFS_LANG_ENGLISH set DEBUGFLAGS=-D_NDEBUG -O2 -s diff --git a/physfs_internal.h b/physfs_internal.h index 105382ba..47f48288 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -33,7 +33,7 @@ extern "C" { /* The LANG section. */ -/* please send questions/translations to Ryan: icculus@clutteredmind.org. */ +/* please send questions/translations to Ryan: icculus@icculus.org. */ #if (!defined PHYSFS_LANG) # define PHYSFS_LANG PHYSFS_LANG_ENGLISH