[Tux4kids-commits] r1695 - in tuxmath/trunk: doc nsis src

David Bruce dbruce-guest at alioth.debian.org
Sun Dec 27 04:43:50 UTC 2009


Author: dbruce-guest
Date: 2009-12-27 04:43:49 +0000 (Sun, 27 Dec 2009)
New Revision: 1695

Modified:
   tuxmath/trunk/doc/README.txt
   tuxmath/trunk/nsis/tuxmath.nsi.in
   tuxmath/trunk/src/SDL_extras.c
   tuxmath/trunk/src/SDL_extras.h
   tuxmath/trunk/src/audio.c
   tuxmath/trunk/src/exercise_mathcards.c
   tuxmath/trunk/src/fileops.c
   tuxmath/trunk/src/fileops.h
   tuxmath/trunk/src/globals.h
   tuxmath/trunk/src/highscore.c
   tuxmath/trunk/src/highscore.h
   tuxmath/trunk/src/lessons.c
   tuxmath/trunk/src/lessons.h
   tuxmath/trunk/src/loaders.c
   tuxmath/trunk/src/mathcards.h
   tuxmath/trunk/src/options.c
   tuxmath/trunk/src/setup.c
   tuxmath/trunk/src/setup.h
   tuxmath/trunk/src/titlescreen.c
   tuxmath/trunk/src/titlescreen.h
   tuxmath/trunk/src/tuxmath.h
Log:
Updated all occurences of my email address except old changelog entries

Modified: tuxmath/trunk/doc/README.txt
===================================================================
--- tuxmath/trunk/doc/README.txt	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/doc/README.txt	2009-12-27 04:43:49 UTC (rev 1695)
@@ -727,7 +727,7 @@
   Designed by Sam "Criswell" Hart  <criswell at geekcomix.com>
   Software by Bill Kendrick  <bill at newbreedsoftware.com>
 
-  Current maintainer/programmer David Bruce <dbruce at tampabay.rr.com>
+  Current maintainer/programmer David Bruce <davidstuartbruce at gmail.com>
 
   Please see the game's "Credits" screen for a complete list of contributors.
 

Modified: tuxmath/trunk/nsis/tuxmath.nsi.in
===================================================================
--- tuxmath/trunk/nsis/tuxmath.nsi.in	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/nsis/tuxmath.nsi.in	2009-12-27 04:43:49 UTC (rev 1695)
@@ -1,7 +1,7 @@
 # vim: noai et ts=4 tw=0
 # with a few tiny modifications by Phil Harper(philh at theopencd.org)
 # modified for tuxmath by Yves Combe (yves at ycombe.net)
-# modified more for tuxmath by David Bruce <dbruce at tampabay.rr.com>
+# modified more for tuxmath by David Bruce <davidstuartbruce at gmail.com>
 
 !define PKG_VERSION "@VERSION@"
 !define PKG_PREFIX  "tuxmath"

Modified: tuxmath/trunk/src/SDL_extras.c
===================================================================
--- tuxmath/trunk/src/SDL_extras.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/SDL_extras.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 * Description: a few handy functions for using SDL graphics.
 *
 *
-* Author: David Bruce,,, <dbruce at tampabay.rr.com>, (C) 2007
+* Author: David Bruce,,, <davidstuartbruce at gmail.com> (C) 2007
 *
 * Copyright: GPL v3 or later
 *

Modified: tuxmath/trunk/src/SDL_extras.h
===================================================================
--- tuxmath/trunk/src/SDL_extras.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/SDL_extras.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 // Description: A few handy functions for using SDL graphics.
 //
 //
-// Author: David Bruce,,, <dbruce at tampabay.rr.com>, (C) 2007
+// Author: David Bruce,,, <davidstuartbruce at gmail.com>, (C) 2007
 //
 // Copyright: See COPYING file that comes with this distribution
 // (briefly, GPL v3 or later).

Modified: tuxmath/trunk/src/audio.c
===================================================================
--- tuxmath/trunk/src/audio.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/audio.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -7,7 +7,7 @@
     email                : tuxtype-dev at tux4kids.net
 
     Modified for use in tuxmath by David Bruce - 2006.
-    email                : <dbruce at tampabay.rr.com>
+    email                : <davidstuartbruce at gmail.com>
                            <tuxmath-devel at lists.sourceforge.net>
 ***************************************************************************/
 

Modified: tuxmath/trunk/src/exercise_mathcards.c
===================================================================
--- tuxmath/trunk/src/exercise_mathcards.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/exercise_mathcards.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 * Description: 
 *
 *
-* Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2007
+* Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2007
 *
 * Copyright: See COPYING file that comes with this distribution
 *

Modified: tuxmath/trunk/src/fileops.c
===================================================================
--- tuxmath/trunk/src/fileops.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/fileops.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -20,7 +20,7 @@
 *
 * Code for loading program data from disk is now also found here.
 * 
-* Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2006
+* Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2006
 *
 * Copyright: See COPYING file that comes with this distribution (briefly, GNU GPL)
 *

Modified: tuxmath/trunk/src/fileops.h
===================================================================
--- tuxmath/trunk/src/fileops.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/fileops.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -8,7 +8,7 @@
 well as paths and file locations may be more OS-dependent.
 
 
-Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2006
+Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2006
 Contains code originally written by Bill Kendrick (C) 2001.
 Copyright: See COPYING file that comes with this distribution (briefly, GNU GPL)
 */

Modified: tuxmath/trunk/src/globals.h
===================================================================
--- tuxmath/trunk/src/globals.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/globals.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -8,7 +8,7 @@
   depending on SDL should be in here; put any SDL-related items into
   tuxmath.h.
 
-  Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2006
+  Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2006
 
 
   Part of "Tux4Kids" Project

Modified: tuxmath/trunk/src/highscore.c
===================================================================
--- tuxmath/trunk/src/highscore.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/highscore.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 * Description: Implementation of high score tables for tuxmath.
 *
 *
-* Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2007
+* Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2007
 *
 * Copyright: See COPYING file that comes with this distribution
 * (Briefly, GNU GPL version 2 or greater).

Modified: tuxmath/trunk/src/highscore.h
===================================================================
--- tuxmath/trunk/src/highscore.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/highscore.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 // Description: 
 //
 //
-// Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2007
+// Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2007
 //
 // Copyright: See COPYING file that comes with this distribution
 // (Briefly, GNU GPL version 2 or greater).

Modified: tuxmath/trunk/src/lessons.c
===================================================================
--- tuxmath/trunk/src/lessons.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/lessons.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -4,7 +4,7 @@
 * Description: 
 *
 *
-* Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2007
+* Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2007
 *
 * Copyright: See COPYING file that comes with this distribution
 *

Modified: tuxmath/trunk/src/lessons.h
===================================================================
--- tuxmath/trunk/src/lessons.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/lessons.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -5,7 +5,7 @@
 //              as well as keeping track of the player's progress
 //
 //
-// Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2007
+// Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2007
 //
 // Copyright: See COPYING file that comes with this distribution
 // (Briefly, GNU GPL version 2 or greater).

Modified: tuxmath/trunk/src/loaders.c
===================================================================
--- tuxmath/trunk/src/loaders.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/loaders.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -9,7 +9,7 @@
   email                : tuxtype-dev at tux4kids.net
 
   Modified for use in tuxmath by David Bruce - 2006.
-  email                : <dbruce at tampabay.rr.com>
+  email                : <davidstuartbruce at gmail.com>
                          <tuxmath-devel at lists.sourceforge.net>
 
   Modified to support SVG by Boleslaw Kulbabinski - 2009

Modified: tuxmath/trunk/src/mathcards.h
===================================================================
--- tuxmath/trunk/src/mathcards.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/mathcards.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -7,7 +7,7 @@
         user interface. Developed as an enhancement to Bill Kendrick's "Tux of Math Command"
         (aka tuxmath).  If tuxmath were a C++ program, this would be a C++ class.
 
-        Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2006
+        Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2006
 
         Copyright: See COPYING file that comes with this distribution (briefly, GNU GPL version 2 or later)
 

Modified: tuxmath/trunk/src/options.c
===================================================================
--- tuxmath/trunk/src/options.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/options.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -9,7 +9,7 @@
   http://www.newbreedsoftware.com/
 
   Modified extensively by David Bruce
-  dbruce at tampabay.rr.com
+  davidstuartbruce at gmail.com
 
   Part of "Tux4Kids" Project
   http://www.tux4kids.com

Modified: tuxmath/trunk/src/setup.c
===================================================================
--- tuxmath/trunk/src/setup.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/setup.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -11,7 +11,7 @@
   http://www.newbreedsoftware.com/
 
   Modified by David Bruce
-  dbruce at tampabay.rr.com
+  davidstuartbruce at gmail.com
 
   Part of "Tux4Kids" Project
   http://www.tux4kids.com/

Modified: tuxmath/trunk/src/setup.h
===================================================================
--- tuxmath/trunk/src/setup.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/setup.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -21,7 +21,7 @@
   August 26, 2001 - February 18, 2004
 
   Modified by David Bruce
-  dbruce at tampabay.rr.com
+  davidstuartbruce at gmail.com
   September 1, 2006
 */
 

Modified: tuxmath/trunk/src/titlescreen.c
===================================================================
--- tuxmath/trunk/src/titlescreen.c	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/titlescreen.c	2009-12-27 04:43:49 UTC (rev 1695)
@@ -9,7 +9,7 @@
   email                : tuxtype-dev at tux4kids.net
 
   Modified for use in tuxmath by David Bruce - 2006-2007.
-  email                : <dbruce at tampabay.rr.com>
+  email                : <davidstuartbruce at gmail.com>
                          <tuxmath-devel at lists.sourceforge.net>
 
   Also significantly enhanced by Tim Holy - 2007

Modified: tuxmath/trunk/src/titlescreen.h
===================================================================
--- tuxmath/trunk/src/titlescreen.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/titlescreen.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -10,7 +10,7 @@
   email                : tuxtype-dev at tux4kids.net
 
   Modified for use in tuxmath by David Bruce - 2006-2007.
-  email                : <dbruce at tampabay.rr.com>
+  email                : <davidstuartbruce at gmail.com>
                          <tuxmath-devel at lists.sourceforge.net>
 
   Also significantly enhanced by Tim Holy - 2007

Modified: tuxmath/trunk/src/tuxmath.h
===================================================================
--- tuxmath/trunk/src/tuxmath.h	2009-12-23 03:30:52 UTC (rev 1694)
+++ tuxmath/trunk/src/tuxmath.h	2009-12-27 04:43:49 UTC (rev 1695)
@@ -5,7 +5,7 @@
   Contains global data for configuration of math questions and
   for general game options, as well as constants and defaults.
 
-  Author: David Bruce <dbruce at tampabay.rr.com>, (C) 2006
+  Author: David Bruce <davidstuartbruce at gmail.com>, (C) 2006
 
 
   Part of "Tux4Kids" Project




More information about the Tux4kids-commits mailing list