Re: url parsing
On Sun, 28 Dec 2003 01:14:55 +0100, Thomas 'PointedEars' Lahn
<PointedEars@we b.de> wrote:
[color=blue]
>Jim Ley wrote:[color=green]
>> Thomas 'PointedEars' Lahn wrote:[color=darkred]
>>> Why reinventing the wheel, check out JSX:search.js, it's for free.
>>> The only thing you are required to respect is the GPL. And please
>>> copy and distribute it then.[/color]
>>
>> Fully agree with not re-inventing the wheel, but I'd strongly
>> recommend finding something other than a GPL solution, all you script
>> would then have to be GPL'd.[/color]
>
>And the problem is?[/color]
The problem with GPL?
|b) You must cause any work that you distribute or publish, that in whole
|or in part contains or is derived from the Program or any part thereof, to
|be licensed as a whole at no charge to all third parties under the terms
|of this License.
So if I use a bit of GPL in my script, the whole script becomes GPL'd
|c) If the modified program normally reads commands interactively when
|run, you must cause it, when started running for such interactive use
|in the most ordinary way, to print or display an announcement
|including an appropriate copyright notice and a notice that there is
|no warranty (or else, saying that you provide a warranty) and that
|users may redistribute the program under these conditions, and
| telling the user how to view a copy of this License. (Exception:
| if the Program itself is interactive but does not normally print such
|an announcement, your work based on the Program is not
|required to print an announcement.)
Which is rather alarming (you might be able to argue the snippet was
interactive but didn't print an announcement, but I think that would
be a struggle in many cases.)
basically the GPL makes it hard to sell a whole work, even if only 1%
of your codebase is GPL, then you have to give everyone a RF licence.
I don't like this, I don't feel it's fair.
All my sourcecode that is not copyright someone else, is under a
modified BSD licence, this is much friendlier, and I would encourage
others to use the same or similar if they want an Open source licence.
Jim.
--
comp.lang.javas cript FAQ - http://jibbering.com/faq/
On Sun, 28 Dec 2003 01:14:55 +0100, Thomas 'PointedEars' Lahn
<PointedEars@we b.de> wrote:
[color=blue]
>Jim Ley wrote:[color=green]
>> Thomas 'PointedEars' Lahn wrote:[color=darkred]
>>> Why reinventing the wheel, check out JSX:search.js, it's for free.
>>> The only thing you are required to respect is the GPL. And please
>>> copy and distribute it then.[/color]
>>
>> Fully agree with not re-inventing the wheel, but I'd strongly
>> recommend finding something other than a GPL solution, all you script
>> would then have to be GPL'd.[/color]
>
>And the problem is?[/color]
The problem with GPL?
|b) You must cause any work that you distribute or publish, that in whole
|or in part contains or is derived from the Program or any part thereof, to
|be licensed as a whole at no charge to all third parties under the terms
|of this License.
So if I use a bit of GPL in my script, the whole script becomes GPL'd
|c) If the modified program normally reads commands interactively when
|run, you must cause it, when started running for such interactive use
|in the most ordinary way, to print or display an announcement
|including an appropriate copyright notice and a notice that there is
|no warranty (or else, saying that you provide a warranty) and that
|users may redistribute the program under these conditions, and
| telling the user how to view a copy of this License. (Exception:
| if the Program itself is interactive but does not normally print such
|an announcement, your work based on the Program is not
|required to print an announcement.)
Which is rather alarming (you might be able to argue the snippet was
interactive but didn't print an announcement, but I think that would
be a struggle in many cases.)
basically the GPL makes it hard to sell a whole work, even if only 1%
of your codebase is GPL, then you have to give everyone a RF licence.
I don't like this, I don't feel it's fair.
All my sourcecode that is not copyright someone else, is under a
modified BSD licence, this is much friendlier, and I would encourage
others to use the same or similar if they want an Open source licence.
Jim.
--
comp.lang.javas cript FAQ - http://jibbering.com/faq/
Comment