[GRASS-SVN] r47633 - in grass/branches/develbranch_6: gem lib/init
macosx/modbuild raster/r.flow raster/r.sun2 vector/v.kcv
vector/v.normal vector/v.perturb vector/v.qcount
vector/v.sample vector/v.surf.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 14 09:10:07 EDT 2011
Author: hamish
Date: 2011-08-14 06:10:07 -0700 (Sun, 14 Aug 2011)
New Revision: 47633
Modified:
grass/branches/develbranch_6/gem/LICENSE
grass/branches/develbranch_6/gem/actions.c
grass/branches/develbranch_6/gem/actions.h
grass/branches/develbranch_6/gem/at_exit_funcs.c
grass/branches/develbranch_6/gem/at_exit_funcs.h
grass/branches/develbranch_6/gem/error.c
grass/branches/develbranch_6/gem/error.h
grass/branches/develbranch_6/gem/globals.h
grass/branches/develbranch_6/gem/main.c
grass/branches/develbranch_6/gem/reg_deps.c
grass/branches/develbranch_6/gem/reg_deps.h
grass/branches/develbranch_6/gem/reg_entries.c
grass/branches/develbranch_6/gem/reg_entries.h
grass/branches/develbranch_6/gem/reg_html.c
grass/branches/develbranch_6/gem/reg_html.h
grass/branches/develbranch_6/gem/tools.c
grass/branches/develbranch_6/gem/tools.h
grass/branches/develbranch_6/lib/init/epsg_option.tcl
grass/branches/develbranch_6/lib/init/file_option.tcl
grass/branches/develbranch_6/macosx/modbuild/License.rtf
grass/branches/develbranch_6/raster/r.flow/calc.c
grass/branches/develbranch_6/raster/r.sun2/main.c
grass/branches/develbranch_6/raster/r.sun2/rsunglobals.h
grass/branches/develbranch_6/raster/r.sun2/rsunlib.c
grass/branches/develbranch_6/raster/r.sun2/sunradstruct.h
grass/branches/develbranch_6/vector/v.kcv/main.c
grass/branches/develbranch_6/vector/v.normal/main.c
grass/branches/develbranch_6/vector/v.perturb/main.c
grass/branches/develbranch_6/vector/v.qcount/main.c
grass/branches/develbranch_6/vector/v.sample/main.c
grass/branches/develbranch_6/vector/v.surf.rst/main.c
Log:
update FSF mailing address (#1422, merge from trunk)
Modified: grass/branches/develbranch_6/gem/LICENSE
===================================================================
--- grass/branches/develbranch_6/gem/LICENSE 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/LICENSE 2011-08-14 13:10:07 UTC (rev 47633)
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Contact information:
Modified: grass/branches/develbranch_6/gem/actions.c
===================================================================
--- grass/branches/develbranch_6/gem/actions.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/actions.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "globals.h"
Modified: grass/branches/develbranch_6/gem/actions.h
===================================================================
--- grass/branches/develbranch_6/gem/actions.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/actions.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _ACTIONS_H
Modified: grass/branches/develbranch_6/gem/at_exit_funcs.c
===================================================================
--- grass/branches/develbranch_6/gem/at_exit_funcs.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/at_exit_funcs.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "globals.h"
Modified: grass/branches/develbranch_6/gem/at_exit_funcs.h
===================================================================
--- grass/branches/develbranch_6/gem/at_exit_funcs.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/at_exit_funcs.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _AT_EXIT_FUNCS_H
Modified: grass/branches/develbranch_6/gem/error.c
===================================================================
--- grass/branches/develbranch_6/gem/error.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/error.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdarg.h>
Modified: grass/branches/develbranch_6/gem/error.h
===================================================================
--- grass/branches/develbranch_6/gem/error.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/error.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _ERROR_H
Modified: grass/branches/develbranch_6/gem/globals.h
===================================================================
--- grass/branches/develbranch_6/gem/globals.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/globals.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: grass/branches/develbranch_6/gem/main.c
===================================================================
--- grass/branches/develbranch_6/gem/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: grass/branches/develbranch_6/gem/reg_deps.c
===================================================================
--- grass/branches/develbranch_6/gem/reg_deps.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_deps.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "globals.h"
Modified: grass/branches/develbranch_6/gem/reg_deps.h
===================================================================
--- grass/branches/develbranch_6/gem/reg_deps.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_deps.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _REG_DEPS_H
Modified: grass/branches/develbranch_6/gem/reg_entries.c
===================================================================
--- grass/branches/develbranch_6/gem/reg_entries.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_entries.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <dirent.h>
Modified: grass/branches/develbranch_6/gem/reg_entries.h
===================================================================
--- grass/branches/develbranch_6/gem/reg_entries.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_entries.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _REG_ENTRIES_H
Modified: grass/branches/develbranch_6/gem/reg_html.c
===================================================================
--- grass/branches/develbranch_6/gem/reg_html.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_html.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: grass/branches/develbranch_6/gem/reg_html.h
===================================================================
--- grass/branches/develbranch_6/gem/reg_html.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/reg_html.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _REG_HTML_H
Modified: grass/branches/develbranch_6/gem/tools.c
===================================================================
--- grass/branches/develbranch_6/gem/tools.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/tools.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "globals.h"
Modified: grass/branches/develbranch_6/gem/tools.h
===================================================================
--- grass/branches/develbranch_6/gem/tools.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/gem/tools.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _TOOLS_H
Modified: grass/branches/develbranch_6/lib/init/epsg_option.tcl
===================================================================
--- grass/branches/develbranch_6/lib/init/epsg_option.tcl 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/lib/init/epsg_option.tcl 2011-08-14 13:10:07 UTC (rev 47633)
@@ -18,7 +18,6 @@
#
#=====================================================================================
#
-#
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -32,8 +31,7 @@
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
#1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
Modified: grass/branches/develbranch_6/lib/init/file_option.tcl
===================================================================
--- grass/branches/develbranch_6/lib/init/file_option.tcl 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/lib/init/file_option.tcl 2011-08-14 13:10:07 UTC (rev 47633)
@@ -12,10 +12,10 @@
# CREATED: 23/04/2006
# REVISION: ---
# CHANGELOG: 1.0.1 08/12/2006 - Fixed directory choosing dialogs. Maris Nartiss.
-# : 1.2 - 6 Jan 2007 - Fixed file creation for windows and reformatted
-# dialog widgets (Michael Barton).
-# Added check for return status of g.proj to catch failed location
-# creation (by Maris Nartiss).
+# 1.2 - 6 Jan 2007 - Fixed file creation for windows and reformatted
+# dialog widgets (Michael Barton).
+# Added check for return status of g.proj to catch failed location
+# creation (by Maris Nartiss).
#=====================================================================================
#
#
@@ -32,8 +32,7 @@
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
#1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
Modified: grass/branches/develbranch_6/macosx/modbuild/License.rtf
===================================================================
(Binary files differ)
Modified: grass/branches/develbranch_6/raster/r.flow/calc.c
===================================================================
--- grass/branches/develbranch_6/raster/r.flow/calc.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/raster/r.flow/calc.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ **Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**
** version 13 for GRASS5.0
** FP related bugs in slope length output fixed by Helena oct. 1999)
Modified: grass/branches/develbranch_6/raster/r.sun2/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/raster/r.sun2/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,10 +20,8 @@
* GNU General Public License for more details.
*
* 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.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*v. 2.0 July 2002, NULL data handling, JH */
Modified: grass/branches/develbranch_6/raster/r.sun2/rsunglobals.h
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/rsunglobals.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/raster/r.sun2/rsunglobals.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,10 +20,8 @@
* GNU General Public License for more details.
*
* 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.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*v. 2.0 July 2002, NULL data handling, JH */
Modified: grass/branches/develbranch_6/raster/r.sun2/rsunlib.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/rsunlib.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/raster/r.sun2/rsunlib.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,10 +20,8 @@
* GNU General Public License for more details.
*
* 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.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*v. 2.0 July 2002, NULL data handling, JH */
Modified: grass/branches/develbranch_6/raster/r.sun2/sunradstruct.h
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/sunradstruct.h 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/raster/r.sun2/sunradstruct.h 2011-08-14 13:10:07 UTC (rev 47633)
@@ -20,10 +20,8 @@
* GNU General Public License for more details.
*
* 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.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*v. 2.0 July 2002, NULL data handling, JH */
Modified: grass/branches/develbranch_6/vector/v.kcv/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.kcv/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.kcv/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -17,7 +17,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Modification History:
* 4.2B <27 Jan 1994> fixed RAND_MAX for Solaris 2.3
Modified: grass/branches/develbranch_6/vector/v.normal/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.normal/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.normal/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Modification History:
* <23 Jan 2001> - added field parameter, fixed reading of sites (MN)
Modified: grass/branches/develbranch_6/vector/v.perturb/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.perturb/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.perturb/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Modification History:
* 3/2006 added min and seed MN/SM ITC-irst
Modified: grass/branches/develbranch_6/vector/v.qcount/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.qcount/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.qcount/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Modification History:
* <03 Mar 1993> - began coding (jdm)
Modified: grass/branches/develbranch_6/vector/v.sample/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.sample/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.sample/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Modification History:
* <04 Jan 1994> - began coding (jdm)
Modified: grass/branches/develbranch_6/vector/v.surf.rst/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.surf.rst/main.c 2011-08-14 13:01:47 UTC (rev 47632)
+++ grass/branches/develbranch_6/vector/v.surf.rst/main.c 2011-08-14 13:10:07 UTC (rev 47633)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* modified by McCauley in August 1995
* modified by Mitasova in August 1995
More information about the grass-commit
mailing list