]> granicus.if.org Git - postgis/commitdiff
Add license header to run_test.pl
authorSandro Santilli <strk@keybit.net>
Tue, 25 Aug 2015 14:20:40 +0000 (14:20 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 25 Aug 2015 14:20:40 +0000 (14:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13998 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index e03412e98a93c8efed2d566533fb8c7ce247308f..66e44f17ca998f1a236c698bc0cc14e7f00d4862 100755 (executable)
@@ -1,4 +1,17 @@
 #!/usr/bin/perl
+
+#
+# PostGIS - Spatial Types for PostgreSQL
+# http://postgis.net
+#
+# Copyright (C) 2012-2014 Sandro Santilli <strk@keybit.net>
+# Copyright (C) 2014-2015 Regina Obe <lr@pcorp.us>
+# Copyright (C) 2012-2013 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.
+#
+
 #$| = 1;
 use File::Basename;
 use File::Temp 'tempdir';