Re: [Python-Dev] what license for a module derived from Objects/dictobjec.c

2007-10-12 Thread Martin v. Löwis
> This is for an extension module that is clearly (for the knowledgeable) > derived from Python's Objects/dictobject.c and Include/dictobject.h. > > > Should I refer to MIT, LGPL or BSD. Any particular copy of a license I > should put up on my website and refer to with a URL? If this is work d

[Python-Dev] what license for a module derived from Objects/dictobjec.c

2007-10-12 Thread Anthon van der Neut
I would like to get some advice on which license to include/refer to in my setup.py (and probably the source files). This is for an extension module that is clearly (for the knowledgeable) derived from Python's Objects/dictobject.c and Include/dictobject.h. I first of all don't want to infringe