Forum Moderators: coopster

Message Too Old, No Replies

Software distribution and the GPL

         

bkeep

4:31 am on Mar 17, 2008 (gmt 0)

10+ Year Member



I am not really sure where to put this post so I will post it here and if the mods choose they can move it.

As a few of you know I have released a opensource script built using the Smarty template engine and I have recently integrated another opensource script for zip code searches Both are licensed under the GPL as is my script.

The question is, do I need to distribute the original versions of their scripts along with my modified versions of their scripts? or can I just post a link to their website? I have of course left the original header copyright information intact but I am just curious as to what the correct course of action is.

Best Regards,
Brandon

ytswy

11:57 am on Mar 18, 2008 (gmt 0)

10+ Year Member



IANAL

I don't think there is any requirement to distribute previous versions - you just have to provide access to the source for any object code you distribute - assuming this is all php this is obviously a non-issue since it is an interpreted language.

As long as you are not restricting the rights of those you distribute your derivative work to in ways that are GPL incompatible, I don't think you have any further legal responsibilities.

bkeep

7:41 am on Mar 19, 2008 (gmt 0)

10+ Year Member



Thanks for your answer I had read through the GPL a few times and as I am not so good with lawyer speak, I wasn't sure. Thanks for the clarification.

Best Regards,
Brandon