From: Regina Obe Date: Mon, 3 Mar 2014 02:56:14 +0000 (+0000) Subject: allow upgrade from 2.1.2dev, fix copyright notices (e.g. point to postgis.net) X-Git-Tag: 2.2.0rc1~1216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af7dec471fbd1d99d31030b54d06046ad2960c6d;p=postgis allow upgrade from 2.1.2dev, fix copyright notices (e.g. point to postgis.net) git-svn-id: http://svn.osgeo.org/postgis/trunk@12287 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/sql_bits/remove_from_extension.sql.in b/extensions/postgis/sql_bits/remove_from_extension.sql.in index 53c0d6217..3d01a5f44 100644 --- a/extensions/postgis/sql_bits/remove_from_extension.sql.in +++ b/extensions/postgis/sql_bits/remove_from_extension.sql.in @@ -3,7 +3,7 @@ -- $Id$ ---- -- PostGIS - Spatial Types for PostgreSQL --- http://www.postgis.org +-- http://postgis.net -- -- Copyright (C) 2011 Regina Obe -- diff --git a/extensions/postgis_extension_helper.sql b/extensions/postgis_extension_helper.sql index 4f24a854e..8b13b97a9 100644 --- a/extensions/postgis_extension_helper.sql +++ b/extensions/postgis_extension_helper.sql @@ -3,10 +3,9 @@ -- $Id$ ---- -- PostGIS - Spatial Types for PostgreSQL --- http://www.postgis.org +-- http://postgis.net -- -- Copyright (C) 2011 Regina Obe --- Copyright (C) 2005 Refractions Research Inc. -- -- This is free software; you can redistribute and/or modify it under -- the terms of the GNU General Public Licence. See the COPYING file. diff --git a/extensions/postgis_extension_helper_uninstall.sql b/extensions/postgis_extension_helper_uninstall.sql index a2a5faecd..01ed97dab 100644 --- a/extensions/postgis_extension_helper_uninstall.sql +++ b/extensions/postgis_extension_helper_uninstall.sql @@ -3,7 +3,7 @@ -- $Id$ ---- -- PostGIS - Spatial Types for PostgreSQL --- http://www.postgis.org +-- http://postgis.net -- -- Copyright (C) 2011 Regina Obe -- diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index d30bba757..ce5fc9b45 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -5,4 +5,5 @@ UPGRADEABLE_VERSIONS = \ 2.0.3 \ 2.0.4 \ 2.1.0 \ - 2.1.1 + 2.1.1 \ + 2.1.2dev