Earlier quoted context omitted.
"The result is that nobody wants to risk tainting their work with GPL code if they're trying to make money." Any particular examples? "If it's GPL many people won't even look at it because who knows if someone who contributed a 2 line patch 10 years ago is going to come banging down your door with lawyers crying about violations. That's not what freedom is about." When has this ever happened? The fact is the AGPLv3 i…
"GPL prevents your competitors from outright stealing your work. BSD/MIT doesn't." "Any particular examples?" Me. I know I can't be the only one. Your competitors could just download the source code, figure out what you wrote, and re-work it into their app. As long as it was different enough, there's not much you could do. I'm not sure how this would really help you. "he Affero clause prevents your competitors from t…
I'm not sure how this would really help you."
It prevents your competitors from forking a proprietary copy and building on top of it. Looking at the code and re-writing it is a substantial investment.