From effb2e926e05fd0d903567a134317b1af0fe809d Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 31 Jan 2012 18:10:46 +0000 Subject: [PATCH] Fix missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8978 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/faq.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/faq.xml b/doc/faq.xml index f39e58ac2..7bdddffec 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -360,6 +360,7 @@ WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0); + @@ -371,6 +372,7 @@ WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0); The only exception would be if you made changes to the PostGIS source code, and distributed your changed version of PostGIS. In that case you would have to share the code of your changed PostGIS (but not the code of applications running on top of it). Even in this limited case, you would still only have to distribute source code to people you distributed binaries to. The GPL does not require that you publish your source code, only that you share it with people you give binaries to. + \ No newline at end of file -- 2.50.1