public inbox for [email protected]
help / color / mirror / Atom feedFrom: Federico Di Gregorio <[email protected]>
To: [email protected]
Cc: Hunt, Brian C. <[email protected]>
Subject: Re: License LPGL and commercialization
Date: Wed, 24 Feb 2021 17:13:38 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On 24/02/21 16:24, Hunt, Brian C. wrote:
> I have recently been told by outside council (lawyers) that our
> organization is unable to use LGPL licensed packages in software we plan
> to sell.
>
> We have already built a web app using Python + Django.
>
> Ticket:
>
> #461 (Support use of pypgsql instead of psycopg) – Django
> (djangoproject.com) <https://code.djangoproject.com/ticket/461;
>
> Seems to suggest the purpose of the LGPL license is not to prevent the
> intended use we have in mind (selling the web app to be hosted locally
> at other organizations). Instead it is to prevent other from building
> off the drivers and then selling those drivers.
>
> Is that the case? Is our intended purpose within the license constraints
> outlined? Can we receive written confirmation that our intended use
> won’t come back to hurt us and we have permission? Or can we not use
> your package in this way? We will be compliant with whatever outcome is
> required. If we need to move away from Django (psycopg2) then we can do
> that if needed.
Dear Brian,
you can use psycopg2 in a proprietary, closed-source application as long
as you don't modify psycopg2 itself and allow your users to replace the
current version of the psycopg2 module with a new one (this is usually
not a problem, unless you want to pack everything in a single
executable). There is the misconception that the LGPL will "contaminate"
Python, then Django and from there your application but this is not the
case: accessing psycopg2 API via Python from a proprietary module is
perfectly fine - we don't consider it "linking".
federico
view thread (4+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: License LPGL and commercialization
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox