[GRASS-SVN] r47662 - in grass/branches/develbranch_6: lib/gmath lib/vask raster3d/r3.in.v5d raster3d/r3.out.v5d

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 15 20:11:30 EDT 2011


Author: hamish
Date: 2011-08-15 17:11:30 -0700 (Mon, 15 Aug 2011)
New Revision: 47662

Modified:
   grass/branches/develbranch_6/lib/gmath/brent.c
   grass/branches/develbranch_6/lib/gmath/dalloc.c
   grass/branches/develbranch_6/lib/gmath/fft.c
   grass/branches/develbranch_6/lib/gmath/findzc.c
   grass/branches/develbranch_6/lib/gmath/ialloc.c
   grass/branches/develbranch_6/lib/vask/V_acc.c
   grass/branches/develbranch_6/lib/vask/V_call.c
   grass/branches/develbranch_6/lib/vask/V_clear.c
   grass/branches/develbranch_6/lib/vask/V_const.c
   grass/branches/develbranch_6/lib/vask/V_error.c
   grass/branches/develbranch_6/lib/vask/V_exit.c
   grass/branches/develbranch_6/lib/vask/V_init.c
   grass/branches/develbranch_6/lib/vask/V_line.c
   grass/branches/develbranch_6/lib/vask/V_ques.c
   grass/branches/develbranch_6/lib/vask/V_support.c
   grass/branches/develbranch_6/lib/vask/V_trim_dec.c
   grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.c
   grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.h
   grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.c
   grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.h
   grass/branches/develbranch_6/raster3d/r3.in.v5d/vis5d.h
   grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.c
   grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.h
   grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.c
   grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.h
   grass/branches/develbranch_6/raster3d/r3.out.v5d/vis5d.h
Log:
update FSF mailing address (#1422, merge from trunk)

Modified: grass/branches/develbranch_6/lib/gmath/brent.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/brent.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/gmath/brent.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/gmath/dalloc.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/dalloc.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/gmath/dalloc.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/gmath/fft.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/fft.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/gmath/fft.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/gmath/findzc.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/findzc.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/gmath/findzc.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/gmath/ialloc.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/ialloc.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/gmath/ialloc.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_acc.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_acc.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_acc.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_call.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_call.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_call.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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
  *
  * \note Modified by Jacques Bouchard and Markus Neteler 6/99 to make 
  * cursor keys working. Exit now with ESC-CR.

Modified: grass/branches/develbranch_6/lib/vask/V_clear.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_clear.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_clear.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_const.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_const.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_const.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_error.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_error.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_error.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_exit.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_exit.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_exit.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_init.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_init.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_init.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_line.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_line.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_line.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_ques.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_ques.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_ques.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_support.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_support.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_support.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/lib/vask/V_trim_dec.c
===================================================================
--- grass/branches/develbranch_6/lib/vask/V_trim_dec.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/lib/vask/V_trim_dec.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.in.v5d/binio.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.in.v5d/binio.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.in.v5d/binio.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.in.v5d/v5d.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.in.v5d/v5d.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.in.v5d/v5d.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.in.v5d/vis5d.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.in.v5d/vis5d.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.in.v5d/vis5d.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.out.v5d/binio.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.out.v5d/binio.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/binio.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.out.v5d/v5d.c
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.c	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.c	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.out.v5d/v5d.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/v5d.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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/branches/develbranch_6/raster3d/r3.out.v5d/vis5d.h
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.out.v5d/vis5d.h	2011-08-15 23:58:04 UTC (rev 47661)
+++ grass/branches/develbranch_6/raster3d/r3.out.v5d/vis5d.h	2011-08-16 00:11:30 UTC (rev 47662)
@@ -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