From 3f59a23ae5ba496f2bee523f99b0566665f52afd Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 13 Dec 2011 09:16:09 +0000 Subject: [PATCH] Add copyright headers, looking at SCM logs. Review welcome. git-svn-id: http://svn.osgeo.org/postgis/trunk@8376 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/new_postgis_restore.pl | 11 +++++++++++ utils/postgis_proc_upgrade.pl | 11 +++++++++++ utils/postgis_restore.pl | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/utils/new_postgis_restore.pl b/utils/new_postgis_restore.pl index 91fee08ae..e7bd40b90 100755 --- a/utils/new_postgis_restore.pl +++ b/utils/new_postgis_restore.pl @@ -1,5 +1,16 @@ #!/usr/bin/perl +# +# PostGIS - Spatial Types for PostgreSQL +# http://postgis.refractions.net +# +# Copyright (C) 2011 OpenGeo.org +# Copyright (C) 2009 Paul Ramsey +# +# This is free software; you can redistribute and/or modify it under +# the terms of the GNU General Public Licence. See the COPYING file. +# + use warnings; $me = $0; diff --git a/utils/postgis_proc_upgrade.pl b/utils/postgis_proc_upgrade.pl index aaa998dc0..100d2652c 100755 --- a/utils/postgis_proc_upgrade.pl +++ b/utils/postgis_proc_upgrade.pl @@ -1,5 +1,16 @@ #!/usr/bin/perl +# +# PostGIS - Spatial Types for PostgreSQL +# http://postgis.refractions.net +# +# Copyright (C) 2009-2010 Paul Ramsey +# 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. +# + # # This script produces an .sql file containing # CREATE OR REPLACE calls for each function diff --git a/utils/postgis_restore.pl b/utils/postgis_restore.pl index f707db17d..92f64978c 100755 --- a/utils/postgis_restore.pl +++ b/utils/postgis_restore.pl @@ -1,5 +1,17 @@ #!/usr/bin/perl +# +# PostGIS - Spatial Types for PostgreSQL +# http://postgis.refractions.net +# +# Copyright (C) 2011 OpenGeo.org +# Copyright (C) 2009-2010 Paul Ramsey +# Copyright (C) 2004-2006 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. +# + # # This script is aimed at restoring postgis data # from a dumpfile produced by pg_dump -Fc -- 2.40.0