[GRASS-SVN] r55774 - in grass/branches/releasebranch_6_4: display/d.barscale display/d.colors display/d.frame display/d.graph display/d.histogram display/d.linegraph display/d.mapgraph display/d.measure display/d.mon/cmd display/d.paint.labels display/d.rast.edit display/d.rgb display/d.what.vect display/d.where display/d.zoom display/drivers/PNG general/g.access general/g.filename general/g.gisenv general/g.mapsets general/g.message general/manage/lib imagery/i.class imagery/i.group imagery/i.points imagery/i.vpoints lib/display raster/r.in.ascii raster/r.los raster/r.out.mpeg raster/r.out.pov raster/r.out.vrml raster/r.patch raster/r.recode raster/r.resamp.interp raster/r.resamp.stats raster/r.thin raster/r.timestamp raster/r.volume raster/r.what.color vector/v.overlay vector/v.proj visualization/nviz/src

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 14 00:23:29 PDT 2013


Author: hamish
Date: 2013-04-14 00:23:28 -0700 (Sun, 14 Apr 2013)
New Revision: 55774

Modified:
   grass/branches/releasebranch_6_4/display/d.barscale/main.c
   grass/branches/releasebranch_6_4/display/d.colors/main.c
   grass/branches/releasebranch_6_4/display/d.frame/frame.c
   grass/branches/releasebranch_6_4/display/d.graph/main.c
   grass/branches/releasebranch_6_4/display/d.histogram/main.c
   grass/branches/releasebranch_6_4/display/d.linegraph/linegraph.c
   grass/branches/releasebranch_6_4/display/d.mapgraph/main.c
   grass/branches/releasebranch_6_4/display/d.measure/main.c
   grass/branches/releasebranch_6_4/display/d.mon/cmd/main.c
   grass/branches/releasebranch_6_4/display/d.paint.labels/main.c
   grass/branches/releasebranch_6_4/display/d.rast.edit/main.c
   grass/branches/releasebranch_6_4/display/d.rgb/main.c
   grass/branches/releasebranch_6_4/display/d.what.vect/main.c
   grass/branches/releasebranch_6_4/display/d.where/main.c
   grass/branches/releasebranch_6_4/display/d.zoom/main.c
   grass/branches/releasebranch_6_4/display/drivers/PNG/main.c
   grass/branches/releasebranch_6_4/general/g.access/main.c
   grass/branches/releasebranch_6_4/general/g.filename/main.c
   grass/branches/releasebranch_6_4/general/g.gisenv/main.c
   grass/branches/releasebranch_6_4/general/g.mapsets/main.c
   grass/branches/releasebranch_6_4/general/g.message/main.c
   grass/branches/releasebranch_6_4/general/manage/lib/README
   grass/branches/releasebranch_6_4/imagery/i.class/main.c
   grass/branches/releasebranch_6_4/imagery/i.group/main.c
   grass/branches/releasebranch_6_4/imagery/i.points/main.c
   grass/branches/releasebranch_6_4/imagery/i.vpoints/main.c
   grass/branches/releasebranch_6_4/lib/display/draw.c
   grass/branches/releasebranch_6_4/lib/display/symbol.c
   grass/branches/releasebranch_6_4/raster/r.in.ascii/main.c
   grass/branches/releasebranch_6_4/raster/r.los/main.c
   grass/branches/releasebranch_6_4/raster/r.out.mpeg/main.c
   grass/branches/releasebranch_6_4/raster/r.out.pov/main.c
   grass/branches/releasebranch_6_4/raster/r.out.vrml/main.c
   grass/branches/releasebranch_6_4/raster/r.patch/main.c
   grass/branches/releasebranch_6_4/raster/r.recode/main.c
   grass/branches/releasebranch_6_4/raster/r.resamp.interp/main.c
   grass/branches/releasebranch_6_4/raster/r.resamp.stats/main.c
   grass/branches/releasebranch_6_4/raster/r.thin/main.c
   grass/branches/releasebranch_6_4/raster/r.timestamp/main.c
   grass/branches/releasebranch_6_4/raster/r.volume/main.c
   grass/branches/releasebranch_6_4/raster/r.what.color/main.c
   grass/branches/releasebranch_6_4/vector/v.overlay/main.c
   grass/branches/releasebranch_6_4/vector/v.proj/main.c
   grass/branches/releasebranch_6_4/visualization/nviz/src/README
Log:
email addr update

Modified: grass/branches/releasebranch_6_4/display/d.barscale/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.barscale/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.barscale/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -9,7 +9,7 @@
  *               Huidae Cho <grass4u gmail.com>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      displays a barscale on graphics monitor
  * COPYRIGHT:    (C) 1999-2011 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.colors/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.colors/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.colors/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -7,7 +7,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      Enables user to change color table of raster map layers
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/display/d.frame/frame.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.frame/frame.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.frame/frame.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Michael Shapiro, U.S. Army CERL (original contributor)
  *               Markus Neteler <neteler itc.it>
  *               Bernhard Reiter <bernhard intevation.de>, Eric G. Miller <egm2 jps.net>, 
- *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.graph/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.graph/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.graph/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -10,7 +10,7 @@
  *               Huidae Cho <grass4u gmail.com>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      Draw graphics in a graphics window. Graph lines come from 
  *               stdin unless input specified.

Modified: grass/branches/releasebranch_6_4/display/d.histogram/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.histogram/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.histogram/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      draw a bar-chart or a pie-chart representing the
  *               histogram statistics of a cell-file

Modified: grass/branches/releasebranch_6_4/display/d.linegraph/linegraph.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.linegraph/linegraph.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.linegraph/linegraph.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Markus Neteler <neteler itc.it>
  *               Roberto Flor <flor itc.it>, Bernhard Reiter <bernhard intevation.de>, 
  *               Huidae Cho <grass4u gmail.com>, Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/display/d.mapgraph/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.mapgraph/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.mapgraph/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -10,7 +10,7 @@
  *               Huidae Cho <grass4u gmail.com>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      draws graphs - now superceded by d.graph
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.measure/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.measure/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.measure/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -10,7 +10,7 @@
  *               Huidae Cho <grass4u gmail.com>, 
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      interactive line and polygon measurement in display
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.mon/cmd/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.mon/cmd/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.mon/cmd/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -7,7 +7,7 @@
  *               Roberto Flor <flor itc.it>, 
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      control graphic monitors
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.paint.labels/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.paint.labels/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.paint.labels/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Radim Blazek <radim.blazek gmail.com>, 
  *               Stephan Holl <sholl gmx net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Markus Neteler <neteler itc.it>
  * PURPOSE:      displays a paint label file in the active display frame
  * COPYRIGHT:    (C) 2003-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.rast.edit/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.rast.edit/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.rast.edit/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -9,7 +9,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Huidae Cho <grass4u gmail.com>, 
  *               Eric G. Miller <egm2 jps.net>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      interactive editing of cell values
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/display/d.rgb/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.rgb/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.rgb/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -4,7 +4,7 @@
  * AUTHOR(S):    Glynn Clements <glynn gclements.plus.com> (original contributor)
  *               Roberto Flor <flor itc.it>, 
  *               Bernhard Reiter <bernhard intevation.de>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Markus Neteler <neteler itc.it>, 
  *               Radim Blazek <radim.blazek gmail.com>
  * PURPOSE:      Combine three rasters to form a colour image using red, green,

Modified: grass/branches/releasebranch_6_4/display/d.what.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.what.vect/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.what.vect/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Stephan Holl <sholl gmx net>, 
  *               Alex Shevlakov <sixote yahoo.com>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Markus Neteler <neteler itc.it>
  * PURPOSE:      query category values / attributes in vector maps
  * COPYRIGHT:    (C) 2002-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/display/d.where/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.where/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.where/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Markus Neteler <neteler itc.it>,
  *               Eric G. Miller <egm2 jps.net>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>, 
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>
  * PURPOSE:      interactive query of location in active display

Modified: grass/branches/releasebranch_6_4/display/d.zoom/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.zoom/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/d.zoom/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Huidae Cho <grass4u gmail.com>, 
  *               Florian Goessmann <florian wallweg39.de>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Markus Neteler <neteler itc.it>, 
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>
  * PURPOSE:      interactively change the current region using the mouse

Modified: grass/branches/releasebranch_6_4/display/drivers/PNG/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/PNG/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/display/drivers/PNG/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -9,7 +9,7 @@
  *               Andreas Lange <andreas.lange rhein-main.de>,
  *               Huidae Cho <grass4u gmail.com>,
  *               Cedric Shock <cedricgrass shockfamily.net>
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      driver to create PNG and PPM images
  * COPYRIGHT:    (C) 2001-2006 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/general/g.access/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.access/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/g.access/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Markus Neteler <neteler itc.it>
  *               Bernhard Reiter <bernhard intevation.de>,
  *               Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>, Radim Blazek <radim.blazek gmail.com>
+ *               Hamish Bowman <hamish_b yahoo.com>, Radim Blazek <radim.blazek gmail.com>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/general/g.filename/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.filename/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/g.filename/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Markus Neteler <neteler itc.it>,
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Hamish Bowman <hamish_b yahoo.com>,
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      Prints GRASS data base file names
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/general/g.gisenv/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.gisenv/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/g.gisenv/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Michael Shapiro CERL (original contributor)
  *               Radim Blazek <radim.blazek gmail.com>,
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Hamish Bowman <hamish_b yahoo.com>,
  *               Markus Neteler <neteler itc.it>
  * PURPOSE:      
  * COPYRIGHT:    (C) 2003-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/general/g.mapsets/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mapsets/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/g.mapsets/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Michael Shapiro (CERL), Greg Koerper (ManTech Environmental
  *                    Technology) (original contributors), 
  *               Glynn Clements <glynn gclements.plus.com>
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Markus Neteler <neteler itc.it>, 
  *               Moritz Lennert <mlennert club.worldonline.be>,
  *               Martin Landa <landa.martin gmail.com>,

Modified: grass/branches/releasebranch_6_4/general/g.message/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.message/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/g.message/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -3,7 +3,7 @@
  *
  * MODULE:       g.message 
  * AUTHOR(S):    Jachym Cepicky - jachym AT les-ejk cz
- *               Hamish Bowman - hamish_nospam AT yahoo com
+ *               Hamish Bowman - hamish_b AT yahoo com
  *               Martin Landa - landa.martin AT gmail.com
  * PURPOSE:      Provides a means of reporting the contents of GRASS
  *               projection information files and creating

Modified: grass/branches/releasebranch_6_4/general/manage/lib/README
===================================================================
--- grass/branches/releasebranch_6_4/general/manage/lib/README	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/general/manage/lib/README	2013-04-14 07:23:28 UTC (rev 55774)
@@ -12,7 +12,7 @@
  *               Huidae Cho <grass4u gmail.com>,
  *               Cedric Shock <cedricgrass shockfamily.net>,
  *               Martin Landa <landa.martin gmail.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  *               
  * PURPOSE:      Maintenance operations on GRASS data base files
  *

Modified: grass/branches/releasebranch_6_4/imagery/i.class/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.class/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/imagery/i.class/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Brad Douglas <rez touchofmadness.com>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      define training areas for supervised classification
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/imagery/i.group/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.group/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/imagery/i.group/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Brad Douglas <rez touchofmadness.com>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      collect raster map layers into an imagery group by assigning 
  *               them to user-named subgroups or other groups
  * COPYRIGHT:    (C) 2001-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/imagery/i.points/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.points/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/imagery/i.points/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -7,7 +7,7 @@
  *               Eric Mitchell,
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      enables user to mark points on (raster) image to be rectified,
  *               and then input the geographic coordinates of each point for
  *               calculation of a coordinate transformation matrix

Modified: grass/branches/releasebranch_6_4/imagery/i.vpoints/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.vpoints/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/imagery/i.vpoints/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -12,7 +12,7 @@
  *               Markus Neteler <neteler itc.it>
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      REVISION of i.points to work with vector map layers
  *               and 2nd/3rd order transformations
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/lib/display/draw.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/display/draw.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/lib/display/draw.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Markus Neteler <neteler itc.it>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/lib/display/symbol.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/display/symbol.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/lib/display/symbol.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -2,7 +2,7 @@
 /****************************************************************************
  *
  * MODULE:       display
- * AUTHOR(S):    Hamish Bowman <hamish_nospam yahoo.com> (original contributor)
+ * AUTHOR(S):    Hamish Bowman <hamish_b yahoo.com> (original contributor)
  *                      (adapted from Radim Blazek's d.vect code)
  *               Glynn Clements <glynn gclements.plus.com>
  * PURPOSE:      draw a symbol at pixel coordinates

Modified: grass/branches/releasebranch_6_4/raster/r.in.ascii/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.in.ascii/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.in.ascii/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -3,7 +3,7 @@
  *
  * MODULE:       r.in.ascii
  * AUTHOR(S):    Michael Shapiro, CERL (original contributor)
- *               Markus Neteler <neteler itc.it>, Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Markus Neteler <neteler itc.it>, Hamish Bowman <hamish_b yahoo.com>,
  *               Roberto Flor <flor itc.it>, Roger Miller <rgrmill rt66 com>,
  *               Brad Douglas <rez touchofmadness.com>, Huidae Cho <grass4u gmail.com>,
  *               Glynn Clements <glynn gclements.plus.com>

Modified: grass/branches/releasebranch_6_4/raster/r.los/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.los/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.los/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Kewan Q. Khawaja, Intelligent Engineering Systems Laboratory, M.I.T. (original contributor)
  *               Markus Neteler <neteler itc.it> (original contributor)
  *               Ron Yorston <rmy tigress co uk>, Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>, Jan-Oliver Wagner <jan intevation.de>
+ *               Hamish Bowman <hamish_b yahoo.com>, Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      line of sight
  * COPYRIGHT:    (C) 1999-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/raster/r.out.mpeg/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.out.mpeg/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.out.mpeg/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -4,7 +4,7 @@
  * MODULE:       r.out.mpeg
  * AUTHOR(S):    Bill Brown, CERL (original contributor)
  *               Brad Douglas <rez touchofmadness.com>, Markus Neteler <neteler itc.it>,
- *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_b yahoo.com>,
  *               Jan-Oliver Wagner <jan intevation.de>, Paul Kelly <paul-grass stjohnspoint.co.uk>
  * PURPOSE:      combines a series of GRASS raster maps into a single MPEG-1
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/raster/r.out.pov/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.out.pov/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.out.pov/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -7,7 +7,7 @@
  *               Roberto Flor <flor itc.it>, 
  *               Bernhard Reiter <bernhard intevation.de>, 
  *               Glynn Clements <glynn gclements.plus.com>, 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      converts a user-specified raster map layer into a
  *               height-field file for POVray

Modified: grass/branches/releasebranch_6_4/raster/r.out.vrml/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.out.vrml/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.out.vrml/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -3,7 +3,7 @@
  *
  * MODULE:       r.out.vrml
  * AUTHOR(S):    Bill Brown (CERL/UIUC GMSL Laboratory) (original contributor), 
- *               Hamish Bowman <hamish_nospam yahoo.com>, 
+ *               Hamish Bowman <hamish_b yahoo.com>, 
  *               Jachym Cepicky <jachym les-ejk.cz>,
  *               Markus Neteler <neteler itc.it>
  * PURPOSE:      This module exports a GRASS raster map to the Virtual Reality

Modified: grass/branches/releasebranch_6_4/raster/r.patch/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.patch/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.patch/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -3,7 +3,7 @@
  *
  * MODULE:       r.patch
  * AUTHOR(S):    Michael Shapiro, CERL (original contributor)
- *               Hamish Bowman <hamish_nospam yahoo.com>, Markus Neteler <neteler itc.it>
+ *               Hamish Bowman <hamish_b yahoo.com>, Markus Neteler <neteler itc.it>
  *               Glynn Clements <glynn gclements.plus.com>, Jachym Cepicky <jachym les-ejk.cz>,
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      

Modified: grass/branches/releasebranch_6_4/raster/r.recode/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.recode/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.recode/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -2,7 +2,7 @@
  *
  * MODULE:       r.recode
  * AUTHOR(S):    CERL
- *               Bob Covill <bcovill tekmap.ns.ca>, Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Bob Covill <bcovill tekmap.ns.ca>, Hamish Bowman <hamish_b yahoo.com>,
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      Recode categorical raster maps
  * COPYRIGHT:    (C) 1999-2011 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/raster/r.resamp.interp/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.resamp.interp/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.resamp.interp/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -4,7 +4,7 @@
  * MODULE:       r.resamp.interp
  * AUTHOR(S):    Glynn Clements <glynn gclements.plus.com> (original contributor),
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>,
- *               Dylan Beaudette, Hamish Bowman <hamish_nospam yahoo.com>
+ *               Dylan Beaudette, Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      
  * COPYRIGHT:    (C) 2006-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/raster/r.resamp.stats/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.resamp.stats/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.resamp.stats/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -3,7 +3,7 @@
  *
  * MODULE:       r.resamp.stats
  * AUTHOR(S):    Glynn Clements <glynn gclements.plus.com> (original contributor)
- *               Hamish Bowman <hamish_nospam yahoo.com>
+ *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      
  * COPYRIGHT:    (C) 2006-2007 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/raster/r.thin/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.thin/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.thin/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -8,7 +8,7 @@
  *               Systems, 1990) and Jean Ezell (USACERL, 1988).
  *
  *               Roberto Flor <flor itc.it>, Markus Neteler <neteler itc.it>
- *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_b yahoo.com>,
  *               Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      Cell-file line thinning
  * COPYRIGHT:    (C) 1999-2006, 2010 by the GRASS Development Team

Modified: grass/branches/releasebranch_6_4/raster/r.timestamp/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.timestamp/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.timestamp/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Michael Shapiro, CERL (original contributor)
  *               Markus Neteler <neteler itc.it>, Roberto Flor <flor itc.it>,
  *               Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>, Jan-Oliver Wagner <jan intevation.de>
+ *               Hamish Bowman <hamish_b yahoo.com>, Jan-Oliver Wagner <jan intevation.de>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2006, 2010 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/raster/r.volume/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.volume/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.volume/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Dr. James Hinthorne, Central Washington University GIS Laboratory
  *               December 1988, (revised April 1989) (original contributor)
  *               Revised Jul 1995 to use new sites API (McCauley)
- *               GRASS 6 update: Hamish Bowman <hamish_nospam yahoo.com>
+ *               GRASS 6 update: Hamish Bowman <hamish_b yahoo.com>
  *               Glynn Clements <glynn gclements.plus.com>, Soeren Gebbert <soeren.gebbert gmx.de>
  * PURPOSE:      
  *               r.volume is a program to compute the total, and average of cell values

Modified: grass/branches/releasebranch_6_4/raster/r.what.color/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.what.color/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/raster/r.what.color/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Michael Shapiro, CERL (original contributor)
  *               Markus Neteler <neteler itc.it>,Brad Douglas <rez touchofmadness.com>,
  *               Huidae Cho <grass4u gmail.com>, Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>, Soeren Gebbert <soeren.gebbert gmx.de>
+ *               Hamish Bowman <hamish_b yahoo.com>, Soeren Gebbert <soeren.gebbert gmx.de>
  * PURPOSE:      
  * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_6_4/vector/v.overlay/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.overlay/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/vector/v.overlay/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -4,7 +4,7 @@
  * MODULE:       v.overlay
  * AUTHOR(S):    Radim Blazek <radim.blazek gmail.com> (original contributor)
  *               Glynn Clements <glynn gclements.plus.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Hamish Bowman <hamish_b yahoo.com>,
  *               Jachym Cepicky <jachym les-ejk.cz>,
  *               Markus Neteler <neteler itc.it>,
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>

Modified: grass/branches/releasebranch_6_4/vector/v.proj/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.proj/main.c	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/vector/v.proj/main.c	2013-04-14 07:23:28 UTC (rev 55774)
@@ -6,7 +6,7 @@
  *               M.L. Holko, USDA, SCS, NHQ-CGIS,
  *               R.L. Glenn, USDA, SCS, NHQ-CGIS (original contributors
  *               Update to GRASS 6: Radim Blazek <radim.blazek gmail.com> 
- *               Huidae Cho <grass4u gmail.com>, Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Huidae Cho <grass4u gmail.com>, Hamish Bowman <hamish_b yahoo.com>,
  *               Jachym Cepicky <jachym les-ejk.cz>, Markus Neteler <neteler itc.it>,
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>
  * PURPOSE:      

Modified: grass/branches/releasebranch_6_4/visualization/nviz/src/README
===================================================================
--- grass/branches/releasebranch_6_4/visualization/nviz/src/README	2013-04-14 06:17:56 UTC (rev 55773)
+++ grass/branches/releasebranch_6_4/visualization/nviz/src/README	2013-04-14 07:23:28 UTC (rev 55774)
@@ -14,7 +14,7 @@
  *               Pierre de Mouveaux <p_de_mouveaux hotmail.com>,
  *               Radim Blazek <radim.blazek gmail.com>,
  *               Brad Douglas <rez touchofmadness.com>,
- *               Hamish Bowman <hamish_nospam yahoo.com>,
+ *               Hamish Bowman <hamish_b yahoo.com>,
  *               Paul Kelly <paul-grass stjohnspoint.co.uk>,
  *               Massimo Cuomo <m.cuomo acsys.it>,
  *               Roberto Flor <flor itc.it>,



More information about the grass-commit mailing list