From: | Chris Mildebrandt <chris(at)woodenrhino(dot)com> |
---|---|
To: | Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(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:26:08 |
Message-ID: | CAHP56Hew3AWYmxi8MNg3-H8ZoUgY343mRBuj9gf6c6A5cox5YA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | psycopg |
Great, I'll get rid of that file. I'll also make the change I mentioned to
the license line in setup.py and send a pull request unless I hear
differently.
Thanks for your help, we're looking forward to using this package and
perhaps contributing to it in the future.
-Chris
On Tue, May 20, 2014 at 9:19 AM, Daniele Varrazzo <
daniele(dot)varrazzo(at)gmail(dot)com> wrote:
> 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 | Karsten Hilbert | 2014-05-20 16:42:21 | Re: GNU GPL license in some of the source files |
Previous Message | Daniele Varrazzo | 2014-05-20 16:19:33 | Re: GNU GPL license in some of the source files |