Re: GNU GPL license in some of the source files
От | Chris Mildebrandt |
---|---|
Тема | Re: GNU GPL license in some of the source files |
Дата | |
Msg-id | CAHP56HeNN9BPqiJN2TtQr0++Vck0w5kNvspn0RcOkFXmtqXM-w@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: GNU GPL license in some of the source files (Daniele Varrazzo <daniele.varrazzo@gmail.com>) |
Ответы |
Re: GNU GPL license in some of the source files
Re: GNU GPL license in some of the source files |
Список | psycopg |
There's a file (sandbox/test-psycopg2-datetime-systematic.py) that has the following lines:
# $Source: /sources/gnumed/gnumed/gnumed/client/testing/test-psycopg2-datetime-systematic.py,v $
__version__ = "$Revision: 1.1 $"
__author__ = "K.Hilbert <Karsten.Hilbert@gmx.net>"
__license__ = 'GPL (details at http://www.gnu.org)'
# =======================================================================
How would you like to handle this? Usually we would remove the file or get written permission from the author to change the license.
Another place is line 571 in setup.py:
license="GPL with exceptions or ZPL",
Can I change that to:
license="LGPL with exceptions or ZPL",
Thanks,
-Chris
On Tue, May 20, 2014 at 8:01 AM, Daniele Varrazzo <daniele.varrazzo@gmail.com> wrote:
On Tue, May 20, 2014 at 3:43 PM, Chris MildebrandtIf you want to go through git you can fork the git repos at
<chris@woodenrhino.com> wrote:
> Hi Daniele,
>
> Thanks for the clarification on the licensing for psycopg. If you can give
> some quick high-level steps on how to submit a patch, I can do that for the
> files mentioned below.
https://github.com/psycopg/psycopg2/ (check out the tag 2_5_3), change
the 6 files above and remove the unwanted license, commit then send a
pull request. Otherwise just send me a diff via email of the 6 changed
files and I'll apply it.
-- Daniele
В списке psycopg по дате отправления: