[GRASS-SVN] r47628 - grass/trunk/lib/vector/dglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 14 08:10:25 EDT 2011
Author: hamish
Date: 2011-08-14 05:10:25 -0700 (Sun, 14 Aug 2011)
New Revision: 47628
Modified:
grass/trunk/lib/vector/dglib/COPYING
grass/trunk/lib/vector/dglib/avl.c
grass/trunk/lib/vector/dglib/avl.h
grass/trunk/lib/vector/dglib/edgemgmt-template.c
grass/trunk/lib/vector/dglib/graph.c
grass/trunk/lib/vector/dglib/graph.h
grass/trunk/lib/vector/dglib/graph_v1.c
grass/trunk/lib/vector/dglib/graph_v1.h
grass/trunk/lib/vector/dglib/graph_v2.c
grass/trunk/lib/vector/dglib/graph_v2.h
grass/trunk/lib/vector/dglib/heap.c
grass/trunk/lib/vector/dglib/heap.h
grass/trunk/lib/vector/dglib/helpers.c
grass/trunk/lib/vector/dglib/helpers.h
grass/trunk/lib/vector/dglib/misc-template.c
grass/trunk/lib/vector/dglib/nodemgmt-template.c
grass/trunk/lib/vector/dglib/sp-template.c
grass/trunk/lib/vector/dglib/span-template.c
grass/trunk/lib/vector/dglib/tavl.c
grass/trunk/lib/vector/dglib/tavl.h
grass/trunk/lib/vector/dglib/tree.c
grass/trunk/lib/vector/dglib/tree.h
grass/trunk/lib/vector/dglib/type.h
grass/trunk/lib/vector/dglib/v1-defs.h
grass/trunk/lib/vector/dglib/v2-defs.h
Log:
update FSF mailing address (#1422)
Modified: grass/trunk/lib/vector/dglib/COPYING
===================================================================
--- grass/trunk/lib/vector/dglib/COPYING 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/COPYING 2011-08-14 12:10:25 UTC (rev 47628)
@@ -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
Also add information on how to contact you by electronic and paper mail.
Modified: grass/trunk/lib/vector/dglib/avl.c
===================================================================
--- grass/trunk/lib/vector/dglib/avl.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/avl.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -15,8 +15,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
The author may be contacted at <blp at gnu.org> on the Internet, or
as Ben Pfaff, 12167 Airport Rd, DeWitt MI 48820, USA through more
Modified: grass/trunk/lib/vector/dglib/avl.h
===================================================================
--- grass/trunk/lib/vector/dglib/avl.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/avl.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -15,8 +15,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
The author may be contacted at <blp at gnu.org> on the Internet, or
as Ben Pfaff, 12167 Airport Rd, DeWitt MI 48820, USA through more
Modified: grass/trunk/lib/vector/dglib/edgemgmt-template.c
===================================================================
--- grass/trunk/lib/vector/dglib/edgemgmt-template.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/edgemgmt-template.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph.c
===================================================================
--- grass/trunk/lib/vector/dglib/graph.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph.h
===================================================================
--- grass/trunk/lib/vector/dglib/graph.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph_v1.c
===================================================================
--- grass/trunk/lib/vector/dglib/graph_v1.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph_v1.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph_v1.h
===================================================================
--- grass/trunk/lib/vector/dglib/graph_v1.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph_v1.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph_v2.c
===================================================================
--- grass/trunk/lib/vector/dglib/graph_v2.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph_v2.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/graph_v2.h
===================================================================
--- grass/trunk/lib/vector/dglib/graph_v2.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/graph_v2.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/heap.c
===================================================================
--- grass/trunk/lib/vector/dglib/heap.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/heap.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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
*/
/* best view tabstop=4
Modified: grass/trunk/lib/vector/dglib/heap.h
===================================================================
--- grass/trunk/lib/vector/dglib/heap.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/heap.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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
*/
/* best view tabstop=4
Modified: grass/trunk/lib/vector/dglib/helpers.c
===================================================================
--- grass/trunk/lib/vector/dglib/helpers.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/helpers.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/helpers.h
===================================================================
--- grass/trunk/lib/vector/dglib/helpers.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/helpers.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/misc-template.c
===================================================================
--- grass/trunk/lib/vector/dglib/misc-template.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/misc-template.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/nodemgmt-template.c
===================================================================
--- grass/trunk/lib/vector/dglib/nodemgmt-template.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/nodemgmt-template.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/sp-template.c
===================================================================
--- grass/trunk/lib/vector/dglib/sp-template.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/sp-template.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/span-template.c
===================================================================
--- grass/trunk/lib/vector/dglib/span-template.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/span-template.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/tavl.c
===================================================================
--- grass/trunk/lib/vector/dglib/tavl.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/tavl.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -15,8 +15,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
The author may be contacted at <blp at gnu.org> on the Internet, or
as Ben Pfaff, 12167 Airport Rd, DeWitt MI 48820, USA through more
Modified: grass/trunk/lib/vector/dglib/tavl.h
===================================================================
--- grass/trunk/lib/vector/dglib/tavl.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/tavl.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -15,8 +15,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
The author may be contacted at <blp at gnu.org> on the Internet, or
as Ben Pfaff, 12167 Airport Rd, DeWitt MI 48820, USA through more
Modified: grass/trunk/lib/vector/dglib/tree.c
===================================================================
--- grass/trunk/lib/vector/dglib/tree.c 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/tree.c 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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
*/
/* best view tabstop=4
Modified: grass/trunk/lib/vector/dglib/tree.h
===================================================================
--- grass/trunk/lib/vector/dglib/tree.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/tree.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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
*/
/* best view tabstop=4
Modified: grass/trunk/lib/vector/dglib/type.h
===================================================================
--- grass/trunk/lib/vector/dglib/type.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/type.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/v1-defs.h
===================================================================
--- grass/trunk/lib/vector/dglib/v1-defs.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/v1-defs.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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/trunk/lib/vector/dglib/v2-defs.h
===================================================================
--- grass/trunk/lib/vector/dglib/v2-defs.h 2011-08-14 11:41:21 UTC (rev 47627)
+++ grass/trunk/lib/vector/dglib/v2-defs.h 2011-08-14 12:10:25 UTC (rev 47628)
@@ -13,7 +13,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
*/
/*
More information about the grass-commit
mailing list