]> granicus.if.org Git - postgis/commitdiff
fill in some missing licensing headers and svn tags
authorRegina Obe <lr@pcorp.us>
Sat, 28 May 2011 13:29:50 +0000 (13:29 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 28 May 2011 13:29:50 +0000 (13:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7281 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2010/create_geocode.sql
extras/tiger_geocoder/tiger_2010/tiger_loader.sql
extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql
extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat
extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh

index 42d32712dc4af7bc116e4700afbee2526c1320ed..84c39cea41074a5ee611141c982b97333f1e6e1b 100644 (file)
@@ -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;
index 799c56cb7862c4658cfcc929c04f5d1249ea5282..afee06d8747da3020e3de9534b8a1cc6d62f5857 100644 (file)
@@ -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 <lr@pcorp.us>
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 SET search_path TO tiger,public;
 BEGIN;
 DROP AGGREGATE IF EXISTS array_accum(anyelement);
index acad1fc084c323fc784223ea99745a0fa19d5bb0..5477fc57a294822f8a0b2fd8eef3cc07d880604d 100644 (file)
@@ -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 <lr@pcorp.us>
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- 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;
index e813e02349361db293a75d1c5dec1d9bbcf1b621..a2cd816c3130a2d9e51aa8a89e0cca2e69549783 100644 (file)
@@ -1,4 +1,4 @@
-REM $Id: create_geocode.bat 6774 2011-02-01 13:55:02Z robe $\r
+REM $Id$\r
 set PGPORT=5432\r
 set PGHOST=localhost\r
 set PGUSER=postgres\r
index 826bf4146b865ee33386f045e339f5c7e9721977..4e119c09f3daed4625fa5cbf0df66f7dc65383d0 100644 (file)
@@ -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