[GRASS-SVN] r47661 - in grass/trunk: lib/gmath raster3d/r3.in.v5d raster3d/r3.out.v5d

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 15 19:58:04 EDT 2011


Author: hamish
Date: 2011-08-15 16:58:04 -0700 (Mon, 15 Aug 2011)
New Revision: 47661

Modified:
   grass/trunk/lib/gmath/brent.c
   grass/trunk/lib/gmath/dalloc.c
   grass/trunk/lib/gmath/fft.c
   grass/trunk/lib/gmath/findzc.c
   grass/trunk/lib/gmath/ialloc.c
   grass/trunk/raster3d/r3.in.v5d/binio.c
   grass/trunk/raster3d/r3.in.v5d/binio.h
   grass/trunk/raster3d/r3.in.v5d/v5d.c
   grass/trunk/raster3d/r3.in.v5d/v5d.h
   grass/trunk/raster3d/r3.in.v5d/vis5d.h
   grass/trunk/raster3d/r3.out.v5d/binio.c
   grass/trunk/raster3d/r3.out.v5d/binio.h
   grass/trunk/raster3d/r3.out.v5d/v5d.c
   grass/trunk/raster3d/r3.out.v5d/v5d.h
   grass/trunk/raster3d/r3.out.v5d/vis5d.h
Log:
update FSF mailing address (#1422)

Modified: grass/trunk/lib/gmath/brent.c
===================================================================
--- grass/trunk/lib/gmath/brent.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/lib/gmath/brent.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -19,7 +19,7 @@
  * 
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdlib.h>

Modified: grass/trunk/lib/gmath/dalloc.c
===================================================================
--- grass/trunk/lib/gmath/dalloc.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/lib/gmath/dalloc.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -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
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * \author GRASS GIS Development Team
  *

Modified: grass/trunk/lib/gmath/fft.c
===================================================================
--- grass/trunk/lib/gmath/fft.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/lib/gmath/fft.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -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
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * \author GRASS GIS Development Team
  *

Modified: grass/trunk/lib/gmath/findzc.c
===================================================================
--- grass/trunk/lib/gmath/findzc.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/lib/gmath/findzc.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -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
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * \author GRASS GIS Development Team
  * \author Brad Douglas - rez at touchofmadness com

Modified: grass/trunk/lib/gmath/ialloc.c
===================================================================
--- grass/trunk/lib/gmath/ialloc.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/lib/gmath/ialloc.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -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
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * \author GRASS GIS Development Team
  *

Modified: grass/trunk/raster3d/r3.in.v5d/binio.c
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/binio.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.in.v5d/binio.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /*

Modified: grass/trunk/raster3d/r3.in.v5d/binio.h
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/binio.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.in.v5d/binio.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.in.v5d/v5d.c
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/v5d.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.in.v5d/v5d.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.in.v5d/v5d.h
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/v5d.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.in.v5d/v5d.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.in.v5d/vis5d.h
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/vis5d.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.in.v5d/vis5d.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.out.v5d/binio.c
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/binio.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.out.v5d/binio.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /*

Modified: grass/trunk/raster3d/r3.out.v5d/binio.h
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/binio.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.out.v5d/binio.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.out.v5d/v5d.c
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/v5d.c	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.out.v5d/v5d.c	2011-08-15 23:58:04 UTC (rev 47661)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.out.v5d/v5d.h
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/v5d.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.out.v5d/v5d.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Modified: grass/trunk/raster3d/r3.out.v5d/vis5d.h
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/vis5d.h	2011-08-15 22:35:34 UTC (rev 47660)
+++ grass/trunk/raster3d/r3.out.v5d/vis5d.h	2011-08-15 23:58:04 UTC (rev 47661)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 



More information about the grass-commit mailing list