From: Regina Obe Date: Sat, 28 May 2011 13:29:50 +0000 (+0000) Subject: fill in some missing licensing headers and svn tags X-Git-Tag: 2.0.0alpha1~1533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58bd79f5c5a593a1bc02f27e77af265fb28801f6;p=postgis fill in some missing licensing headers and svn tags git-svn-id: http://svn.osgeo.org/postgis/trunk@7281 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/tiger_2010/create_geocode.sql b/extras/tiger_geocoder/tiger_2010/create_geocode.sql index 42d32712d..84c39cea4 100644 --- a/extras/tiger_geocoder/tiger_2010/create_geocode.sql +++ b/extras/tiger_geocoder/tiger_2010/create_geocode.sql @@ -1,4 +1,18 @@ --$Id$ +-- +-- PostGIS - Spatial Types for PostgreSQL +-- http://www.postgis.org +-- +-- Copyright (C) 2010, 2011 Regina Obe and Leo Hsu +-- Copyright (C) 2008 Stephen Frost (et al) +-- reintegrated back into PostGIS code base from Steven's git (http://www.snowman.net/git/tiger_geocoder/) +-- Copyright Refractions Research +-- +-- This is free software; you can redistribute and/or modify it under +-- the terms of the GNU General Public Licence. See the COPYING file. +-- +-- +-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Tiger is where we're going to create the functions, but we need -- the PostGIS functions/types which are in public. SET search_path TO tiger,public; diff --git a/extras/tiger_geocoder/tiger_2010/tiger_loader.sql b/extras/tiger_geocoder/tiger_2010/tiger_loader.sql index 799c56cb7..afee06d87 100644 --- a/extras/tiger_geocoder/tiger_2010/tiger_loader.sql +++ b/extras/tiger_geocoder/tiger_2010/tiger_loader.sql @@ -1,4 +1,16 @@ --$Id$ +-- +-- PostGIS - Spatial Types for PostgreSQL +-- http://www.postgis.org +-- +-- Copyright (C) 2010, 2011 Regina Obe and Leo Hsu +-- +-- This is free software; you can redistribute and/or modify it under +-- the terms of the GNU General Public Licence. See the COPYING file. +-- +-- Author: Regina Obe and Leo Hsu +-- +-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SET search_path TO tiger,public; BEGIN; DROP AGGREGATE IF EXISTS array_accum(anyelement); diff --git a/extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql b/extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql index acad1fc08..5477fc57a 100644 --- a/extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql +++ b/extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql @@ -1,4 +1,16 @@ ---$Id: create_geocode.sql 7111 2011-05-08 16:36:55Z robe $ +--$Id$ +-- +-- PostGIS - Spatial Types for PostgreSQL +-- http://www.postgis.org +-- +-- Copyright (C) 2010, 2011 Regina Obe and Leo Hsu +-- +-- This is free software; you can redistribute and/or modify it under +-- the terms of the GNU General Public Licence. See the COPYING file. +-- +-- Author: Regina Obe and Leo Hsu +-- +-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Tiger is where we're going to create the functions, but we need -- the PostGIS functions/types which are in public. SET search_path TO tiger,public; diff --git a/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat b/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat index e813e0234..a2cd816c3 100644 --- a/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat +++ b/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat @@ -1,4 +1,4 @@ -REM $Id: create_geocode.bat 6774 2011-02-01 13:55:02Z robe $ +REM $Id$ set PGPORT=5432 set PGHOST=localhost set PGUSER=postgres diff --git a/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh b/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh index 826bf4146..4e119c09f 100644 --- a/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh +++ b/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh @@ -1,9 +1,9 @@ #!/bin/bash -# $Id: create_geocode.sh 7035 2011-04-15 11:15:59Z robe $ -PGPORT=5432 -PGHOST=localhost -PGUSER=postgres -PGPASSWORD=yourpasswordhere +# $Id$ +export PGPORT=5432 +export PGHOST=localhost +export PGUSER=postgres +export PGPASSWORD=yourpasswordhere THEDB=geocoder PSQL_CMD=/usr/bin/psql PGCONTRIB=/usr/share/postgresql/contrib