Skip to content

Commit

Permalink
Updated my email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 29, 2006
1 parent 1fe12cb commit 1b83f92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -19,7 +19,7 @@

3. This notice may not be removed or altered from any source distribution.

Ryan C. Gordon <icculus@clutteredmind.org>
Ryan C. Gordon <icculus@icculus.org>


(Please note that xdelta is under the GPL license. We don't link directly
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
7 changes: 5 additions & 2 deletions mojopatch.c
Expand Up @@ -10,14 +10,17 @@
*
*----------------------------------------------------------------------------
*
* 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.
*
* 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.
*
*----------------------------------------------------------------------------
*/
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1b83f92

Please sign in to comment.