From 1b83f9232592acad3b1b55ea244e5fcf86cd2d7b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 29 Oct 2006 21:51:02 +0000 Subject: [PATCH] Updated my email address. --- LICENSE | 2 +- Makefile | 2 +- mojopatch.c | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 88896a9..94817c4 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 xdelta is under the GPL license. We don't link directly diff --git a/Makefile b/Makefile index 056b4c8..f7a1640 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# Quick Makefile by ryan c. gordon. (icculus@clutteredmind.org) +# Quick Makefile by ryan c. gordon. (icculus@icculus.org) CC := gcc LD := gcc diff --git a/mojopatch.c b/mojopatch.c index 2406780..8f3a759 100644 --- a/mojopatch.c +++ b/mojopatch.c @@ -10,6 +10,9 @@ * *---------------------------------------------------------------------------- * + * The latest version of MojoPatch is available here: + * http://icculus.org/mojopatch/ + * * This software was written quickly, is not well-engineered, and may have * catastrophic bugs. Its method is brute-force, at best. Use at your * own risk. Don't eat yellow snow. @@ -17,7 +20,7 @@ * Please see the file LICENSE in the root of the source tree. * * Send patches, improvements, suggestions, etc to Ryan: - * icculus@clutteredmind.org. + * icculus@icculus.org. * *---------------------------------------------------------------------------- */ @@ -52,7 +55,7 @@ #define DEFAULT_PATCHFILENAME "default.mojopatch" -#define MOJOPATCHSIG "mojopatch " VERSION " (icculus@clutteredmind.org)\r\n" +#define MOJOPATCHSIG "mojopatch " VERSION ": http://icculus.org/mojopatch/\r\n" #define STATIC_STRING_SIZE 1024