# HG changeset patch # User Ryan C. Gordon # Date 1186393442 0 # Node ID 50bb9a6cebfe8a28f9aacf712ff0671254e4c26d # Parent f33471c47efe0f12ee4e5a4f3ac7f99fbeed3ca1 Updated my email address. diff -r f33471c47efe -r 50bb9a6cebfe CHANGELOG --- a/CHANGELOG Sun Jul 15 16:00:06 2007 +0000 +++ b/CHANGELOG Mon Aug 06 09:44:02 2007 +0000 @@ -2,6 +2,7 @@ * CHANGELOG. */ +08062007 - Updated my email address. 07152007 - Minor correction in Timidity resampling code (Thanks, Sam!). 07062007 - Fixed uninitialized buffer in mpglib. (Thanks, Phil!). 10292006 - Fixed bogus memory deference when SMPEG fails init (thanks, Chris!) @@ -360,7 +361,7 @@ 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec. 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice". ---ryan. (icculus@clutteredmind.org) +--ryan. (icculus@icculus.org) /* end of CHANGELOG ... */ diff -r f33471c47efe -r 50bb9a6cebfe COPYING --- a/COPYING Sun Jul 15 16:00:06 2007 +0000 +++ b/COPYING Mon Aug 06 09:44:02 2007 +0000 @@ -9,7 +9,7 @@ external projects and we've got no control over them. If you want to use SDL_sound under a closed-source license, please contact - Ryan (icculus@clutteredmind.org), and we can discuss an alternate license for + Ryan (icculus@icculus.org), and we can discuss an alternate license for money to be distributed between the contributors to this work, but I'd encourage you to abide by the LGPL, since the usual concern is whether you can use this library without releasing your own source code (you can). diff -r f33471c47efe -r 50bb9a6cebfe CREDITS --- a/CREDITS Sun Jul 15 16:00:06 2007 +0000 +++ b/CREDITS Mon Aug 06 09:44:02 2007 +0000 @@ -60,7 +60,7 @@ Chris Nelson Other stuff: - Your name here! Patches go to icculus@clutteredmind.org ... + Your name here! Patches go to icculus@icculus.org ... /* end of CREDITS ... */ diff -r f33471c47efe -r 50bb9a6cebfe INSTALL --- a/INSTALL Sun Jul 15 16:00:06 2007 +0000 +++ b/INSTALL Mon Aug 06 09:44:02 2007 +0000 @@ -100,6 +100,6 @@ joining the SDL_sound mailing list. Details are at: http://icculus.org/SDL_sound/ ---ryan. (icculus@clutteredmind.org) +--ryan. (icculus@icculus.org) diff -r f33471c47efe -r 50bb9a6cebfe README --- a/README Sun Jul 15 16:00:06 2007 +0000 +++ b/README Mon Aug 06 09:44:02 2007 +0000 @@ -52,6 +52,6 @@ sdlsound-subscribe@icculus.org. This is the best way to get in touch with SDL_sound developers. ---ryan. (icculus@clutteredmind.org) +--ryan. (icculus@icculus.org) diff -r f33471c47efe -r 50bb9a6cebfe SDL_sound.c --- a/SDL_sound.c Sun Jul 15 16:00:06 2007 +0000 +++ b/SDL_sound.c Mon Aug 06 09:44:02 2007 +0000 @@ -25,7 +25,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H diff -r f33471c47efe -r 50bb9a6cebfe SDL_sound.h --- a/SDL_sound.h Sun Jul 15 16:00:06 2007 +0000 +++ b/SDL_sound.h Mon Aug 06 09:44:02 2007 +0000 @@ -57,7 +57,7 @@ * * Please see the file COPYING in the source's root directory. * - * \author Ryan C. Gordon (icculus@clutteredmind.org) + * \author Ryan C. Gordon (icculus@icculus.org) * \author many others, please see CREDITS in the source's root directory. */ diff -r f33471c47efe -r 50bb9a6cebfe SDL_sound_internal.h --- a/SDL_sound_internal.h Sun Jul 15 16:00:06 2007 +0000 +++ b/SDL_sound_internal.h Mon Aug 06 09:44:02 2007 +0000 @@ -23,7 +23,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #ifndef _INCLUDE_SDL_SOUND_INTERNAL_H_ diff -r f33471c47efe -r 50bb9a6cebfe decoders/mpglib.c --- a/decoders/mpglib.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/mpglib.c Mon Aug 06 09:44:02 2007 +0000 @@ -34,7 +34,7 @@ * source code for mpglib falls under the LGPL, which is the same license as * SDL_sound (so you can consider it a single work). * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -68,7 +68,7 @@ { extensions_mpglib, "MP3 decoding via internal mpglib", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/ogg.c --- a/decoders/ogg.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/ogg.c Mon Aug 06 09:44:02 2007 +0000 @@ -29,7 +29,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -66,7 +66,7 @@ { extensions_ogg, "Ogg Vorbis audio through VorbisFile", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/raw.c --- a/decoders/raw.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/raw.c Mon Aug 06 09:44:02 2007 +0000 @@ -35,7 +35,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -67,7 +67,7 @@ { extensions_raw, "Raw audio", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/shn.c --- a/decoders/shn.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/shn.c Mon Aug 06 09:44:02 2007 +0000 @@ -38,7 +38,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -70,7 +70,7 @@ { extensions_shn, "Shorten-compressed audio data", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/skeleton.c --- a/decoders/skeleton.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/skeleton.c Mon Aug 06 09:44:02 2007 +0000 @@ -29,7 +29,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #error DO NOT COMPILE THIS. @@ -66,7 +66,7 @@ { extensions_fmt, "FMT audio format description", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/smpeg.c --- a/decoders/smpeg.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/smpeg.c Mon Aug 06 09:44:02 2007 +0000 @@ -32,7 +32,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -68,7 +68,7 @@ { extensions_smpeg, "MPEG-1 Layer 3 audio through SMPEG", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://icculus.org/smpeg/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/speex.c --- a/decoders/speex.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/speex.c Mon Aug 06 09:44:02 2007 +0000 @@ -36,7 +36,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -73,7 +73,7 @@ { extensions_speex, "SPEEX speech compression format", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/timidity/COPYING --- a/decoders/timidity/COPYING Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/timidity/COPYING Mon Aug 06 09:44:02 2007 +0000 @@ -4,7 +4,7 @@ terms are not reprinted here, but can be found on the web easily. If you want to use SDL_sound under a closed-source license, please contact - Ryan (icculus@clutteredmind.org), and we can discuss an alternate license for + Ryan (icculus@icculus.org), and we can discuss an alternate license for money to be distributed between the contributors to this work, but I'd encourage you to abide by the LGPL, since the usual concern is whether you can use this library without releasing your own source code (you can). diff -r f33471c47efe -r 50bb9a6cebfe decoders/voc.c --- a/decoders/voc.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/voc.c Mon Aug 06 09:44:02 2007 +0000 @@ -34,7 +34,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -66,7 +66,7 @@ { extensions_voc, "Creative Labs Voice format", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe decoders/wav.c --- a/decoders/wav.c Sun Jul 15 16:00:06 2007 +0000 +++ b/decoders/wav.c Mon Aug 06 09:44:02 2007 +0000 @@ -25,7 +25,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H @@ -57,7 +57,7 @@ { extensions_wav, "Microsoft WAVE audio format", - "Ryan C. Gordon ", + "Ryan C. Gordon ", "http://www.icculus.org/SDL_sound/" }, diff -r f33471c47efe -r 50bb9a6cebfe extra_rwops.c --- a/extra_rwops.c Sun Jul 15 16:00:06 2007 +0000 +++ b/extra_rwops.c Mon Aug 06 09:44:02 2007 +0000 @@ -22,7 +22,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #include diff -r f33471c47efe -r 50bb9a6cebfe extra_rwops.h --- a/extra_rwops.h Sun Jul 15 16:00:06 2007 +0000 +++ b/extra_rwops.h Mon Aug 06 09:44:02 2007 +0000 @@ -22,7 +22,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #ifndef _INCLUDE_EXTRA_RWOPS_H_ diff -r f33471c47efe -r 50bb9a6cebfe playsound/physfsrwops.c --- a/playsound/physfsrwops.c Sun Jul 15 16:00:06 2007 +0000 +++ b/playsound/physfsrwops.c Mon Aug 06 09:44:02 2007 +0000 @@ -16,7 +16,7 @@ * * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #if SUPPORT_PHYSFS diff -r f33471c47efe -r 50bb9a6cebfe playsound/physfsrwops.h --- a/playsound/physfsrwops.h Sun Jul 15 16:00:06 2007 +0000 +++ b/playsound/physfsrwops.h Mon Aug 06 09:44:02 2007 +0000 @@ -16,7 +16,7 @@ * * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ * - * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). + * This file was written by Ryan C. Gordon. (icculus@icculus.org). */ #ifndef _INCLUDE_PHYSFSRWOPS_H_ diff -r f33471c47efe -r 50bb9a6cebfe playsound/playsound.c --- a/playsound/playsound.c Sun Jul 15 16:00:06 2007 +0000 +++ b/playsound/playsound.c Mon Aug 06 09:44:02 2007 +0000 @@ -22,7 +22,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #if HAVE_CONFIG_H diff -r f33471c47efe -r 50bb9a6cebfe playsound/playsound_simple.c --- a/playsound/playsound_simple.c Sun Jul 15 16:00:06 2007 +0000 +++ b/playsound/playsound_simple.c Mon Aug 06 09:44:02 2007 +0000 @@ -23,7 +23,7 @@ * * Please see the file COPYING in the source's root directory. * - * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) + * This file written by Ryan C. Gordon. (icculus@icculus.org) */ #include