Re: GPL and Python modules.
On 2004-10-25, Ian Bicking <ianb@colorstud y.com> wrote:
[color=blue][color=green][color=darkred]
>>>Why don't you just GPL the whole lot? Headache over, and a
>>>warm fuzzy feeling in its place.[/color]
>>
>>
>> I haven't said I won't. :) That said, providing a mechanism
>> for people to get the source does impose some overhead and
>> cost. And then there's the time/cost associated with
>> supporting the GPL'd source code _after_ you've provided
>> somebody with it.[/color]
>
> You don't have to provide any mechanism, nor provide any
> support. If you are giving them .pyc files, just include the
> .py files as well.[/color]
I guess I could just tell py2exe to also include the .py files
in the install directory. There's still the problem of the
time/cost required to support them.
[color=blue]
> But as long as you don't mind people seeing, redistributing,
> and modifying your source,[/color]
The problem is the time spent answering questions and helping
the people who have the source code.
--
Grant Edwards grante Yow! I brought my BOWLING
at BALL -- and some DRUGS!!
visi.com
On 2004-10-25, Ian Bicking <ianb@colorstud y.com> wrote:
[color=blue][color=green][color=darkred]
>>>Why don't you just GPL the whole lot? Headache over, and a
>>>warm fuzzy feeling in its place.[/color]
>>
>>
>> I haven't said I won't. :) That said, providing a mechanism
>> for people to get the source does impose some overhead and
>> cost. And then there's the time/cost associated with
>> supporting the GPL'd source code _after_ you've provided
>> somebody with it.[/color]
>
> You don't have to provide any mechanism, nor provide any
> support. If you are giving them .pyc files, just include the
> .py files as well.[/color]
I guess I could just tell py2exe to also include the .py files
in the install directory. There's still the problem of the
time/cost required to support them.
[color=blue]
> But as long as you don't mind people seeing, redistributing,
> and modifying your source,[/color]
The problem is the time spent answering questions and helping
the people who have the source code.
--
Grant Edwards grante Yow! I brought my BOWLING
at BALL -- and some DRUGS!!
visi.com
Comment