]> granicus.if.org Git - postgis/commitdiff
Fix urls
authorSandro Santilli <strk@keybit.net>
Tue, 5 Nov 2013 19:01:37 +0000 (19:01 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 5 Nov 2013 19:01:37 +0000 (19:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12088 b70326c6-7e19-0410-871a-916f4a2858ee

utils/Makefile.in
utils/create_undef.pl
utils/postgis_proc_upgrade.pl
utils/postgis_restore.pl.in

index 7193bd08570cc0d0cfb38e9ac16bc07e53f3f280..86c736a997b7f1c47c0aaf683650f97ba68b5af9 100644 (file)
@@ -2,7 +2,7 @@
 # * $Id$
 # *
 # * PostGIS - Spatial Types for PostgreSQL
-# * http://postgis.refractions.net
+# * http://postgis.net
 # *
 # * Copyright 2008 Mark Cave-Ayland
 # *
index 4a2a1e5b2344df85ba8af85ed38c1ea4cf7db9c1..7ec65684396ab8aabca46da56eee1b26e93f3d98 100755 (executable)
@@ -2,7 +2,7 @@
 
 #
 # PostGIS - Spatial Types for PostgreSQL
-# http://postgis.refractions.net
+# http://postgis.net
 #
 # Copyright (C) 2011 OpenGeo.org
 # Copyright (C) 2009-2010 Paul Ramsey <pramsey@opengeo.org>
@@ -59,7 +59,7 @@ my $time = POSIX::strftime("%c", localtime);
 print "-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --\n";
 print "-- \n";
 print "-- PostGIS - Spatial Types for PostgreSQL \n";
-print "-- http://postgis.refractions.net \n";
+print "-- http://postgis.net \n";
 print "-- \n";
 print "-- This is free software; you can redistribute and/or modify it under \n";
 print "-- the terms of the GNU General Public Licence. See the COPYING file. \n";
index 92845572541460c06299c6422984d55c1b830d91..587a82c8abe779fa86c0d4cfae93351aa84757ad 100755 (executable)
@@ -2,7 +2,7 @@
 
 #
 # PostGIS - Spatial Types for PostgreSQL
-# http://postgis.refractions.net
+# http://postgis.net
 #
 # Copyright (C) 2009-2010 Paul Ramsey <pramsey@opengeo.org>
 # Copyright (C) 2005 Refractions Research Inc.
index cadb2ddd5db0a8cb1a9a4e1e43434a0755d98075..27653e948e49ef5a57bb38bf3254a0cd441e1241 100755 (executable)
@@ -2,7 +2,7 @@
 
 #
 # PostGIS - Spatial Types for PostgreSQL
-# http://postgis.refractions.net
+# http://postgis.net
 #
 # Copyright (C) 2011 OpenGeo.org
 # Copyright (C) 2009 Paul Ramsey <pramsey@cleverelephant.ca>
@@ -54,7 +54,7 @@ my $DEBUG = 0;
 my $POSTGIS_SCHEMA;
 
 # NOTE: the SRID limits here are being discussed:
-# http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018463.html
+# http://lists.osgeo.org/pipermail/postgis-devel/2012-February/018440.html
 my $SRID_MAXIMUM = @SRID_MAXIMUM@;
 my $SRID_USER_MAXIMUM = @SRID_USER_MAXIMUM@;