Fix JonoF's email address.

git-svn-id: https://svn.eduke32.com/eduke32@2456 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-03-12 04:47:04 +00:00
parent 7f213b1951
commit 858746d081
37 changed files with 37 additions and 37 deletions

View file

@ -1,6 +1,6 @@
// Assembly-language function wrappers for a.asm functions // Assembly-language function wrappers for a.asm functions
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#ifndef __a_h__ #ifndef __a_h__

View file

@ -1,6 +1,6 @@
// Base services interface declaration // Base services interface declaration
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#ifndef __baselayer_h__ #ifndef __baselayer_h__
#define __baselayer_h__ #define __baselayer_h__

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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__ #ifndef __build_h__

View file

@ -1,6 +1,6 @@
/* MD4.H - header file for MD4C.C /* MD4.H - header file for MD4C.C
Modified from original version published in RFC1320 by 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 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All

View file

@ -1,6 +1,6 @@
// On-screen display (ie. console) // On-screen display (ie. console)
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#ifndef __osd_h__ #ifndef __osd_h__
#define __osd_h__ #define __osd_h__

View file

@ -1,5 +1,5 @@
// This file has been modified from Ken Silverman's original release // 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__ #ifndef __pragmas_h__

View file

@ -1,6 +1,6 @@
// SDL interface layer // SDL interface layer
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#ifndef __build_interface_layer__ #ifndef __build_interface_layer__
#define __build_interface_layer__ SDL #define __build_interface_layer__ SDL

View file

@ -1,6 +1,6 @@
// Windows DIB/DirectDraw interface layer // Windows DIB/DirectDraw interface layer
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#ifndef __build_interface_layer__ #ifndef __build_interface_layer__
#define __build_interface_layer__ WIN #define __build_interface_layer__ WIN

View file

@ -1,6 +1,6 @@
// A.ASM replacement using C // A.ASM replacement using C
// Mainly by Ken Silverman, with things melded with my port by // 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 // "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
// Ken Silverman's official web site: "http://www.advsys.net/ken" // Ken Silverman's official web site: "http://www.advsys.net/ken"

View file

@ -3,7 +3,7 @@
; See the included license file "BUILDLIC.TXT" for license info. ; See the included license file "BUILDLIC.TXT" for license info.
; ;
; This file has been modified from Ken Silverman's original release ; 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 ;CPU 586

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "build.h"
#include "compat.h" #include "compat.h"

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"
#include "cache1d.h" #include "cache1d.h"

View file

@ -1,6 +1,6 @@
/* /*
* Definitions file parser for Build * Definitions file parser for Build
* by Jonathon Fowler (jonof@edgenetwork.org) * by Jonathon Fowler (jf@jonof.id.au)
* Remixed substantially by Ken Silverman * Remixed substantially by Ken Silverman
* See the included license file "BUILDLIC.TXT" for license info. * See the included license file "BUILDLIC.TXT" for license info.
*/ */

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 #define ENGINE

View file

@ -1,6 +1,6 @@
/* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm /* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
Modified from original version published in RFC1320 by 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. /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.

View file

@ -13,7 +13,7 @@ FILE *output = NULL;
void usage(void) void usage(void)
{ {
printf( printf(
"enumdisplay by Jonathon Fowler (jonof@edgenetwork.org)\n" "enumdisplay by Jonathon Fowler (jf@jonof.id.au)\n"
"Options:\n" "Options:\n"
" -h, -?, --help This message\n" " -h, -?, --help This message\n"
" -o <filename> Use different output file (default: " " -o <filename> Use different output file (default: "

View file

@ -1,6 +1,6 @@
// On-screen Display (ie. console) // On-screen Display (ie. console)
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jonof@edgenetwk.com) // by Jonathon Fowler (jf@jonof.id.au)
#include "build.h" #include "build.h"
#include "osd.h" #include "osd.h"

View file

@ -1,5 +1,5 @@
// Function-wrapped Watcom pragmas // 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 // These functions represent some of the more longer-winded pragmas
// from the original pragmas.h wrapped into functions for easier // from the original pragmas.h wrapped into functions for easier

View file

@ -1,6 +1,6 @@
// SDL interface layer // SDL interface layer
// for the Build Engine // 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 // Use SDL 1.2 or 1.3 from http://www.libsdl.org

View file

@ -1,5 +1,5 @@
// BIN2C.CPP // BIN2C.CPP
// by Jonathon Fowler (jonof@edgenetwork.org) // by Jonathon Fowler (jf@jonof.id.au)
// Converts a binary file to C source // Converts a binary file to C source
// This is a DOS program originally written with Borland Turbo C++ for DOS 3.1 // This is a DOS program originally written with Borland Turbo C++ for DOS 3.1

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"
#include "pragmas.h" #include "pragmas.h"

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"
#include "pragmas.h" #include "pragmas.h"

View file

@ -3,7 +3,7 @@
// See the included license file "BUILDLIC.TXT" for license info. // See the included license file "BUILDLIC.TXT" for license info.
// //
// This file has been modified from Ken Silverman's original release // 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 "compat.h"
#include "pragmas.h" #include "pragmas.h"

View file

@ -1,5 +1,5 @@
// Windows DIB/DirectDraw interface layer for the Build Engine // 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 DIRECTINPUT_VERSION 0x0700
#define DIRECTDRAW_VERSION 0x0600 #define DIRECTDRAW_VERSION 0x0600

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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)
*/ */
/********************************************************************** /**********************************************************************

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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 module: MUSIC.H

View file

@ -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. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Original Source: 1996 - Todd Replogle Original Source: 1996 - Todd Replogle
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Original Source: 1996 - Todd Replogle Original Source: 1996 - Todd Replogle
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Original Source: 1996 - Todd Replogle Original Source: 1996 - Todd Replogle
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Original Source: 1996 - Todd Replogle Original Source: 1996 - Todd Replogle
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Original Source: 1996 - Todd Replogle Original Source: 1996 - Todd Replogle
Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms 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)
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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 module: MIDI.H

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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 #ifndef __MPU401_H
#define __MPU401_H #define __MPU401_H

View file

@ -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 along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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 module: STANDARD.H