diff --git a/polymer/eduke32/build/include/a.h b/polymer/eduke32/build/include/a.h index df67486ff..0a8af5826 100644 --- a/polymer/eduke32/build/include/a.h +++ b/polymer/eduke32/build/include/a.h @@ -1,6 +1,6 @@ // Assembly-language function wrappers for a.asm functions // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __a_h__ diff --git a/polymer/eduke32/build/include/baselayer.h b/polymer/eduke32/build/include/baselayer.h index 78078c745..00a02b953 100644 --- a/polymer/eduke32/build/include/baselayer.h +++ b/polymer/eduke32/build/include/baselayer.h @@ -1,6 +1,6 @@ // Base services interface declaration // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __baselayer_h__ #define __baselayer_h__ diff --git a/polymer/eduke32/build/include/build.h b/polymer/eduke32/build/include/build.h index 9ef46fa6e..20752be07 100644 --- a/polymer/eduke32/build/include/build.h +++ b/polymer/eduke32/build/include/build.h @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __build_h__ diff --git a/polymer/eduke32/build/include/md4.h b/polymer/eduke32/build/include/md4.h index fb2e3cf27..47b462235 100644 --- a/polymer/eduke32/build/include/md4.h +++ b/polymer/eduke32/build/include/md4.h @@ -1,6 +1,6 @@ /* MD4.H - header file for MD4C.C Modified from original version published in RFC1320 by - Jonathon Fowler (jonof@edgenetwork.org) + Jonathon Fowler (jf@jonof.id.au) */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All diff --git a/polymer/eduke32/build/include/osd.h b/polymer/eduke32/build/include/osd.h index b70695697..a2c668267 100644 --- a/polymer/eduke32/build/include/osd.h +++ b/polymer/eduke32/build/include/osd.h @@ -1,6 +1,6 @@ // On-screen display (ie. console) // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __osd_h__ #define __osd_h__ diff --git a/polymer/eduke32/build/include/pragmas.h b/polymer/eduke32/build/include/pragmas.h index 1040baf4a..de3d01246 100644 --- a/polymer/eduke32/build/include/pragmas.h +++ b/polymer/eduke32/build/include/pragmas.h @@ -1,5 +1,5 @@ // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __pragmas_h__ diff --git a/polymer/eduke32/build/include/sdlayer.h b/polymer/eduke32/build/include/sdlayer.h index ab19ff2a3..44b329c99 100644 --- a/polymer/eduke32/build/include/sdlayer.h +++ b/polymer/eduke32/build/include/sdlayer.h @@ -1,6 +1,6 @@ // SDL interface layer // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __build_interface_layer__ #define __build_interface_layer__ SDL diff --git a/polymer/eduke32/build/include/winlayer.h b/polymer/eduke32/build/include/winlayer.h index ce0937db8..1ca6a4a68 100644 --- a/polymer/eduke32/build/include/winlayer.h +++ b/polymer/eduke32/build/include/winlayer.h @@ -1,6 +1,6 @@ // Windows DIB/DirectDraw interface layer // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #ifndef __build_interface_layer__ #define __build_interface_layer__ WIN diff --git a/polymer/eduke32/build/src/a-c.c b/polymer/eduke32/build/src/a-c.c index 34e04482b..4b70b2947 100644 --- a/polymer/eduke32/build/src/a-c.c +++ b/polymer/eduke32/build/src/a-c.c @@ -1,6 +1,6 @@ // A.ASM replacement using C // Mainly by Ken Silverman, with things melded with my port by -// Jonathon Fowler (jonof@edgenetwork.org) +// Jonathon Fowler (jf@jonof.id.au) // // "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman // Ken Silverman's official web site: "http://www.advsys.net/ken" diff --git a/polymer/eduke32/build/src/a.nasm b/polymer/eduke32/build/src/a.nasm index c8e6e3a76..153b1c05e 100644 --- a/polymer/eduke32/build/src/a.nasm +++ b/polymer/eduke32/build/src/a.nasm @@ -3,7 +3,7 @@ ; See the included license file "BUILDLIC.TXT" for license info. ; ; This file has been modified from Ken Silverman's original release -; by Jonathon Fowler (jonof@edgenetwk.com) +; by Jonathon Fowler (jf@jonof.id.au) ;CPU 586 diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index ccc86ade4..07785a0a7 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "build.h" #include "compat.h" diff --git a/polymer/eduke32/build/src/cache1d.c b/polymer/eduke32/build/src/cache1d.c index c3f63aa26..fc7a8c926 100644 --- a/polymer/eduke32/build/src/cache1d.c +++ b/polymer/eduke32/build/src/cache1d.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" #include "cache1d.h" diff --git a/polymer/eduke32/build/src/defs.c b/polymer/eduke32/build/src/defs.c index 409a92422..194fded0d 100644 --- a/polymer/eduke32/build/src/defs.c +++ b/polymer/eduke32/build/src/defs.c @@ -1,6 +1,6 @@ /* * Definitions file parser for Build - * by Jonathon Fowler (jonof@edgenetwork.org) + * by Jonathon Fowler (jf@jonof.id.au) * Remixed substantially by Ken Silverman * See the included license file "BUILDLIC.TXT" for license info. */ diff --git a/polymer/eduke32/build/src/engine.c b/polymer/eduke32/build/src/engine.c index 0dc7da766..bbe034d9d 100644 --- a/polymer/eduke32/build/src/engine.c +++ b/polymer/eduke32/build/src/engine.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #define ENGINE diff --git a/polymer/eduke32/build/src/md4.c b/polymer/eduke32/build/src/md4.c index 38cdb2e83..56dfb51dc 100644 --- a/polymer/eduke32/build/src/md4.c +++ b/polymer/eduke32/build/src/md4.c @@ -1,6 +1,6 @@ /* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm Modified from original version published in RFC1320 by - Jonathon Fowler (jonof@edgenetwork.org) + Jonathon Fowler (jf@jonof.id.au) */ /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. diff --git a/polymer/eduke32/build/src/misc/enumdisplay.c b/polymer/eduke32/build/src/misc/enumdisplay.c index 313839b9f..1274bf14a 100644 --- a/polymer/eduke32/build/src/misc/enumdisplay.c +++ b/polymer/eduke32/build/src/misc/enumdisplay.c @@ -13,7 +13,7 @@ FILE *output = NULL; void usage(void) { printf( - "enumdisplay by Jonathon Fowler (jonof@edgenetwork.org)\n" + "enumdisplay by Jonathon Fowler (jf@jonof.id.au)\n" "Options:\n" " -h, -?, --help This message\n" " -o Use different output file (default: " diff --git a/polymer/eduke32/build/src/osd.c b/polymer/eduke32/build/src/osd.c index f3829d6fc..4f890aaf8 100644 --- a/polymer/eduke32/build/src/osd.c +++ b/polymer/eduke32/build/src/osd.c @@ -1,6 +1,6 @@ // On-screen Display (ie. console) // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "build.h" #include "osd.h" diff --git a/polymer/eduke32/build/src/pragmas.c b/polymer/eduke32/build/src/pragmas.c index 6d9d1e228..114b724fd 100644 --- a/polymer/eduke32/build/src/pragmas.c +++ b/polymer/eduke32/build/src/pragmas.c @@ -1,5 +1,5 @@ // Function-wrapped Watcom pragmas -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) // // These functions represent some of the more longer-winded pragmas // from the original pragmas.h wrapped into functions for easier diff --git a/polymer/eduke32/build/src/sdlayer.c b/polymer/eduke32/build/src/sdlayer.c index 5f7d78b3a..df1f3059b 100644 --- a/polymer/eduke32/build/src/sdlayer.c +++ b/polymer/eduke32/build/src/sdlayer.c @@ -1,6 +1,6 @@ // SDL interface layer // for the Build Engine -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) // // Use SDL 1.2 or 1.3 from http://www.libsdl.org diff --git a/polymer/eduke32/build/src/util/bin2c.cpp b/polymer/eduke32/build/src/util/bin2c.cpp index dd4a277c0..317d3821e 100644 --- a/polymer/eduke32/build/src/util/bin2c.cpp +++ b/polymer/eduke32/build/src/util/bin2c.cpp @@ -1,5 +1,5 @@ // BIN2C.CPP -// by Jonathon Fowler (jonof@edgenetwork.org) +// by Jonathon Fowler (jf@jonof.id.au) // Converts a binary file to C source // This is a DOS program originally written with Borland Turbo C++ for DOS 3.1 diff --git a/polymer/eduke32/build/src/util/kextract.c b/polymer/eduke32/build/src/util/kextract.c index 5ba56e0ec..ce2a158f3 100644 --- a/polymer/eduke32/build/src/util/kextract.c +++ b/polymer/eduke32/build/src/util/kextract.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" diff --git a/polymer/eduke32/build/src/util/kgroup.c b/polymer/eduke32/build/src/util/kgroup.c index 947fbd69c..12942475e 100644 --- a/polymer/eduke32/build/src/util/kgroup.c +++ b/polymer/eduke32/build/src/util/kgroup.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" diff --git a/polymer/eduke32/build/src/util/transpal.c b/polymer/eduke32/build/src/util/transpal.c index 0be0a856a..23ffdf06b 100644 --- a/polymer/eduke32/build/src/util/transpal.c +++ b/polymer/eduke32/build/src/util/transpal.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" #include "pragmas.h" diff --git a/polymer/eduke32/build/src/util/wad2art.c b/polymer/eduke32/build/src/util/wad2art.c index 4de10dc76..127b0fd02 100644 --- a/polymer/eduke32/build/src/util/wad2art.c +++ b/polymer/eduke32/build/src/util/wad2art.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" #include "pragmas.h" diff --git a/polymer/eduke32/build/src/util/wad2map.c b/polymer/eduke32/build/src/util/wad2map.c index 550cf2e5d..b2d2f443d 100644 --- a/polymer/eduke32/build/src/util/wad2map.c +++ b/polymer/eduke32/build/src/util/wad2map.c @@ -3,7 +3,7 @@ // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release -// by Jonathon Fowler (jonof@edgenetwk.com) +// by Jonathon Fowler (jf@jonof.id.au) #include "compat.h" #include "pragmas.h" diff --git a/polymer/eduke32/build/src/winlayer.c b/polymer/eduke32/build/src/winlayer.c index 0ebe4752c..4ed9c1eba 100644 --- a/polymer/eduke32/build/src/winlayer.c +++ b/polymer/eduke32/build/src/winlayer.c @@ -1,5 +1,5 @@ // Windows DIB/DirectDraw interface layer for the Build Engine -// Originally by Jonathon Fowler (jonof@edgenetwk.com) +// Originally by Jonathon Fowler (jf@jonof.id.au) #define DIRECTINPUT_VERSION 0x0700 #define DIRECTDRAW_VERSION 0x0600 diff --git a/polymer/eduke32/source/_midi.h b/polymer/eduke32/source/_midi.h index f2c41ab04..94c346436 100644 --- a/polymer/eduke32/source/_midi.h +++ b/polymer/eduke32/source/_midi.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ /********************************************************************** diff --git a/polymer/eduke32/source/jaudiolib/include/music.h b/polymer/eduke32/source/jaudiolib/include/music.h index 1d85f4284..f47aa08a4 100644 --- a/polymer/eduke32/source/jaudiolib/include/music.h +++ b/polymer/eduke32/source/jaudiolib/include/music.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ /********************************************************************** module: MUSIC.H diff --git a/polymer/eduke32/source/jmact/_scrplib.h b/polymer/eduke32/source/jmact/_scrplib.h index 22a250e81..89e72bd83 100644 --- a/polymer/eduke32/source/jmact/_scrplib.h +++ b/polymer/eduke32/source/jmact/_scrplib.h @@ -23,7 +23,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/jmact/animlib.c b/polymer/eduke32/source/jmact/animlib.c index 599b84ac8..2d5a547e9 100644 --- a/polymer/eduke32/source/jmact/animlib.c +++ b/polymer/eduke32/source/jmact/animlib.c @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Original Source: 1996 - Todd Replogle Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/jmact/animlib.h b/polymer/eduke32/source/jmact/animlib.h index 90b37549b..ada347d6a 100644 --- a/polymer/eduke32/source/jmact/animlib.h +++ b/polymer/eduke32/source/jmact/animlib.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Original Source: 1996 - Todd Replogle Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/jmact/control.h b/polymer/eduke32/source/jmact/control.h index 3a3d2132c..c55c3e027 100644 --- a/polymer/eduke32/source/jmact/control.h +++ b/polymer/eduke32/source/jmact/control.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Original Source: 1996 - Todd Replogle Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/jmact/keyboard.h b/polymer/eduke32/source/jmact/keyboard.h index 66b348356..80bab1ccb 100644 --- a/polymer/eduke32/source/jmact/keyboard.h +++ b/polymer/eduke32/source/jmact/keyboard.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Original Source: 1996 - Todd Replogle Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/jmact/mouse.h b/polymer/eduke32/source/jmact/mouse.h index 4ea7ec4dc..87a8abd59 100644 --- a/polymer/eduke32/source/jmact/mouse.h +++ b/polymer/eduke32/source/jmact/mouse.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Original Source: 1996 - Todd Replogle Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ //------------------------------------------------------------------------- diff --git a/polymer/eduke32/source/midi.h b/polymer/eduke32/source/midi.h index e3eab853a..69c5b773e 100644 --- a/polymer/eduke32/source/midi.h +++ b/polymer/eduke32/source/midi.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ /********************************************************************** module: MIDI.H diff --git a/polymer/eduke32/source/mpu401.h b/polymer/eduke32/source/mpu401.h index 2f01515bf..72743e4a1 100644 --- a/polymer/eduke32/source/mpu401.h +++ b/polymer/eduke32/source/mpu401.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ #ifndef __MPU401_H #define __MPU401_H diff --git a/polymer/eduke32/source/standard.h b/polymer/eduke32/source/standard.h index 952648cb6..7ffc31121 100644 --- a/polymer/eduke32/source/standard.h +++ b/polymer/eduke32/source/standard.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Modifications for JonoF's port by Jonathon Fowler (jonof@edgenetwk.com) +Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au) */ /********************************************************************** module: STANDARD.H