]> granicus.if.org Git - postgis/commitdiff
#3606, CGAL/SFCGAL/PostGIS License Implications Clarification Documentation
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 6 Sep 2017 20:14:06 +0000 (20:14 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 6 Sep 2017 20:14:06 +0000 (20:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15642 b70326c6-7e19-0410-871a-916f4a2858ee

doc/faq.xml

index 3c1cad9fa89c8da413635ffef8e12d5a95047d2a..4b66f1a7d1be1ddc7593c78aa6ae495422b0dec2 100644 (file)
@@ -398,8 +398,9 @@ WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);</programlisting>
       </question>
 
       <answer>
-        <para>Almost certainly not. As an example, consider Oracle database running on Linux. Linux is GPL, Oracle is not, does Oracle running on Linux have to be distributed using the GPL? No. So your software can use a PostgreSQL/PostGIS database as much as it wants and be under any license you like.</para>
-                               <para>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 <emphasis>publish</emphasis> your source code, only that you share it with people you give binaries to.</para>
+        <para>Almost certainly not. As an example, consider Oracle database running on Linux. Linux is GPL, Oracle is not: does Oracle running on Linux have to be distributed using the GPL? No. Similarly your software can use a PostgreSQL/PostGIS database as much as it wants and be under any license you like.</para>
+                               <para>The only exception would be if you made changes to the PostGIS source code, and <emphasis>distributed your changed version</emphasis> 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 <emphasis>publish</emphasis> your source code, only that you share it with people you give binaries to.</para>
+        <para>The above remains true even if you use PostGIS in conjunction with the optional CGAL-enabled functions. Portions of CGAL are GPL, but so is all of PostGIS already: using CGAL does not make PostGIS any more GPL than it was to start with.</para>
       </answer>
     </qandaentry>