From: Sandro Santilli Date: Tue, 13 Dec 2011 09:16:09 +0000 (+0000) Subject: Add copyright headers, looking at SCM logs. Review welcome. X-Git-Tag: 2.0.0alpha1~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f59a23ae5ba496f2bee523f99b0566665f52afd;p=postgis Add copyright headers, looking at SCM logs. Review welcome. git-svn-id: http://svn.osgeo.org/postgis/trunk@8376 b70326c6-7e19-0410-871a-916f4a2858ee --- 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