Quote:
|
Originally Posted by kevin
Hi Guys!
Let say you're the owner of the original software (Perl or PHP script). And you've found out on the Net someone have modified your code AND THEY ARE SELLING IT right on their website, then what will you do with them?
Another case, let say you are the customer, you've bought the the script from website "XXX.com" - 1 month later you found out you have bought the illegal software. What will you do?
Kev/
|
this depends completely on a number of factors:
a) what license was the original script released under?
b) what license is the new script sold under?
c) are the credits still in place?
for instance, scripts released under the most popular of licenses in the php world, the GPL, can be altered, sold, or whatever, as long as the selling party does not sell the rights to the software (as the selling party is not the owner of those rights, so they can not sell the rights to the software).
with the GPL, everything may be done with the sourcecode, as long as the credits remain in place.
similar things apply for a number of other open source licenses.
if you are in doubt about a specific script or a specific license, then you should either ask an attorney to study the licenses and the way it's being sold, or give your specific example here so we can study it. I'm sure I'm not the only person knowing something about open source licenses
