Re: PostGIS in a commercial project - Mailing list pgsql-general

From Pavel Stehule
Subject Re: PostGIS in a commercial project
Date
Msg-id CAFj8pRALiONg52=Uyeju4mtV0NAWLhCwEkhn_5Oj-amz6yiJ+Q@mail.gmail.com
Whole thread Raw
In response to Re: PostGIS in a commercial project  (Edoardo Panfili <edoardo@aspix.it>)
Responses Re: PostGIS in a commercial project  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
2011/10/24 Edoardo Panfili <edoardo@aspix.it>:
> Il 24/10/11 10:03, Pavel Stehule ha scritto:
>>
>> 2011/10/24 Thomas Kellerer<spam_eater@gmx.net>:
>>>
>>> Eduardo Morras, 21.10.2011 20:53:
>>>>>
>>>>> Now PostGIS is licensed under the GPL and I wonder if we can use it
>>>>> in a commercial (customer specific) project then. The source code
>>>>> will not be made open source, but of course the customer will get
>>>>> the source code.
>>>>>
>>>>> Is it still OK to use the GPL licensed PostGIS in this case? Is
>>>>> that then considered a derivative work because the application will
>>>>> not work without PostGIS?
>>>>
>>>> If it's pure GPL, then postgresql is automagically relicenced to GPL,
>>>> because postgresql allows relicencing and GPL force it to be GPL.
>>>> Your source code must be in GPL too. Remember, it's a virus licence
>>>> and has the same problem that Midas king had.
>>>
>>> Thanks for the answer.
>>>
>>> I think we'll better be safe than sorry and we will not use PostGIS then.
>>
>> It doesn't mean, so you must to publish your source code on net.  Your
>> codes have to be available to your customers. That is all. You can
>> distribute your product as service, and then you don't need to show
>> your codes.
>>
>
> I am developing a web system that uses postgres and postgis, my source code
> is released under Apache2 licence (The customers has a copy of the whole
> source reposotory). The server interacts using jdbc and a C function for
> postgres. The client (java) interacts only with my server application.
>
> I think that this is safe, I'm doing wrong?
> My software has to use the GPL? if I can I'd like to use Apache2 licence for
> my source code.

there is not clean who is customer and what is one unit. If you
distribute PostGIS inside your application as one unit to customer,
then your application should to use GPL.

Pavel

>
>
> Regards
> Edoardo
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Primary key Index Error
Next
From: Håvard Wahl Kongsgård
Date:
Subject: Problem with newline/tab completing with psql