Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 111 words in the discussion.

Trending Topics

#modified#redistribute#version#understanding#gpl#software#without#restriction#sure#source

Discussion (2 Comments)Read Original on HackerNews

fph•about 4 hours ago
My understanding (IANAL) is that the GPL restricts how you /redistribute modified versions/ of the software. So I'd argue that it passes all requirements.

Can you copy and redistribute it without restriction? Sure.

Can you modify it and install the modified version on your computer without restriction? Sure.

The only thing you cannot do is redistribute the modified version. If you do that, there are some restrictions in place: you have to provide also the source of that modified version.

WCSTombs•about 3 hours ago
That is exactly my understanding as well, and certainly that was my intent in my GPL-licensed projects.

Also, about conditions on redistribution, the vast majority of all open-source software places at least some mild conditions, like the preservation of copyright and attribution to the authors, so if there is some kind of "gotcha" here, I don't think it has anything to do with copyleft.