diff --git a/src/audio/disk/SDL_diskaudio.c b/src/audio/disk/SDL_diskaudio.c index d7a3240a8..d896d9da3 100644 --- a/src/audio/disk/SDL_diskaudio.c +++ b/src/audio/disk/SDL_diskaudio.c @@ -19,8 +19,7 @@ Sam Lantinga slouken@libsdl.org - This file hacked^H^H^H^H^H^Hwritten by Ryan C. Gordon - (icculus@linuxgames.com) + This file written by Ryan C. Gordon (icculus@icculus.org) */ #include "SDL_config.h" diff --git a/src/video/dummy/SDL_nullvideo.c b/src/video/dummy/SDL_nullvideo.c index 1fb61f5d1..fe6fab6cc 100644 --- a/src/video/dummy/SDL_nullvideo.c +++ b/src/video/dummy/SDL_nullvideo.c @@ -31,7 +31,7 @@ * is a performance problem for a given platform, enable this driver, and * then see if your application runs faster without video overhead. * - * Initial work by Ryan C. Gordon (icculus@linuxgames.com). A good portion + * Initial work by Ryan C. Gordon (icculus@icculus.org). A good portion * of this was cut-and-pasted from Stephane Peter's work in the AAlib * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. */