From 411230a5738b22aceacc8a2ed2d86c2bb1aac6ad Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 5 Nov 2013 19:01:37 +0000 Subject: [PATCH] Fix urls git-svn-id: http://svn.osgeo.org/postgis/trunk@12088 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/Makefile.in | 2 +- utils/create_undef.pl | 4 ++-- utils/postgis_proc_upgrade.pl | 2 +- utils/postgis_restore.pl.in | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/Makefile.in b/utils/Makefile.in index 7193bd085..86c736a99 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -2,7 +2,7 @@ # * $Id$ # * # * PostGIS - Spatial Types for PostgreSQL -# * http://postgis.refractions.net +# * http://postgis.net # * # * Copyright 2008 Mark Cave-Ayland # * diff --git a/utils/create_undef.pl b/utils/create_undef.pl index 4a2a1e5b2..7ec656843 100755 --- a/utils/create_undef.pl +++ b/utils/create_undef.pl @@ -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 @@ -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"; diff --git a/utils/postgis_proc_upgrade.pl b/utils/postgis_proc_upgrade.pl index 928455725..587a82c8a 100755 --- a/utils/postgis_proc_upgrade.pl +++ b/utils/postgis_proc_upgrade.pl @@ -2,7 +2,7 @@ # # PostGIS - Spatial Types for PostgreSQL -# http://postgis.refractions.net +# http://postgis.net # # Copyright (C) 2009-2010 Paul Ramsey # Copyright (C) 2005 Refractions Research Inc. diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in index cadb2ddd5..27653e948 100755 --- a/utils/postgis_restore.pl.in +++ b/utils/postgis_restore.pl.in @@ -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 @@ -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@; -- 2.50.1