]> granicus.if.org Git - postgis/commitdiff
Add copyright headers, looking at SCM logs. Review welcome.
authorSandro Santilli <strk@keybit.net>
Tue, 13 Dec 2011 09:16:09 +0000 (09:16 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 13 Dec 2011 09:16:09 +0000 (09:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8376 b70326c6-7e19-0410-871a-916f4a2858ee

utils/new_postgis_restore.pl
utils/postgis_proc_upgrade.pl
utils/postgis_restore.pl

index 91fee08ae1e63f5554cddf7d4140651c7c6103dd..e7bd40b900b8c49071e3a44d709592a1d8e6ee16 100755 (executable)
@@ -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 <pramsey@cleverelephant.ca>
+#
+# 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;
index aaa998dc0b8c65f3d98011d2c2cb9812cc9e56f7..100d2652c362e7cdea6553a164854d6fe8ab2d68 100755 (executable)
@@ -1,5 +1,16 @@
 #!/usr/bin/perl
 
+#
+# PostGIS - Spatial Types for PostgreSQL
+# http://postgis.refractions.net
+#
+# Copyright (C) 2009-2010 Paul Ramsey <pramsey@opengeo.org>
+# 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
index f707db17d0807d90595a4d29b78df034ee776f01..92f64978c1fea9aff5792ba0fde0298483c0e6fa 100755 (executable)
@@ -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 <pramsey@cleverelephant.ca>
+# 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