[geos-commits] [SCM] geos branch master updated. 88fbd4d41b0e3ac92bb170883f8153e0b10ffb6e

git at osgeo.org git at osgeo.org
Fri Jul 14 03:52:02 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  88fbd4d41b0e3ac92bb170883f8153e0b10ffb6e (commit)
      from  b7ec17b493016dc0cf628682445e1041a2d9e096 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 88fbd4d41b0e3ac92bb170883f8153e0b10ffb6e
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 14 12:50:21 2017 +0200

    Add copyright header

diff --git a/tests/xmltester/JTSXMLTester.sh b/tests/xmltester/JTSXMLTester.sh
index b2e8fa4..8b1021f 100755
--- a/tests/xmltester/JTSXMLTester.sh
+++ b/tests/xmltester/JTSXMLTester.sh
@@ -1,7 +1,22 @@
 #!/bin/sh
 
+######################################################################
+#
+# GEOS - Geometry Engine Open Source
+# http://geos.osgeo.org
+#
+# Copyright (C) 2010-2017 Sandro Santilli <strk at kbt.io>
+# Copyright (C) 2010-2012 Martin Davis <mtnclimb at gmail.com>
+#
+# This is free software; you can redistribute and/or modify it under
+# the terms of the GNU Lesser General Public Licence as published
+# by the Free Software Foundation.
+# See the COPYING file for more information.
+#
+######################################################################
+
 if test "x$JTS_LIB_DIR" = "x"; then
-	JTS_LIB_DIR="$HOME/.m2/repository/org/locationtech/jts"
+  JTS_LIB_DIR="$HOME/.m2/repository/org/locationtech/jts"
 fi
 
 #---------------------------------#

-----------------------------------------------------------------------

Summary of changes:
 tests/xmltester/JTSXMLTester.sh |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list