From: | Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com> |
---|---|
To: | Chris Mildebrandt <chris(at)woodenrhino(dot)com> |
Cc: | "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org> |
Subject: | Re: GNU GPL license in some of the source files |
Date: | 2014-05-20 16:19:33 |
Message-ID: | CA+mi_8YakNibGx+nE61=hdLJtNdogLa6tBSmMRmsiO7ufNp0_A@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | psycopg |
On Tue, May 20, 2014 at 4:49 PM, Chris Mildebrandt
<chris(at)woodenrhino(dot)com> wrote:
> 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(dot)Hilbert(at)gmx(dot)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.
FWIW Karsten has contributed much more than that file to psycopg and
was definitely contacted when we changed license.
I think you can just drop that file. It was testing an issue we had in
the past with historical timezones with seconds in the offset (see
http://initd.org/psycopg/docs/usage.html#time-zones-handling) and is
not regularly run. A test for the same issue was added to the test
suite (https://github.com/psycopg/psycopg2/commit/305d86f3) and that
one gets regularly run instead.
-- Daniele
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Mildebrandt | 2014-05-20 16:26:08 | Re: GNU GPL license in some of the source files |
Previous Message | Chris Mildebrandt | 2014-05-20 15:49:40 | Re: GNU GPL license in some of the source files |