Here’s one for copyright:
“Do you think any corporation should be allowed to make closed source forks of GPL software?”
You might argue that doesn't help much if they never distribute that code (only runs on their servers). Here’s the inconvenient truth: GPL already allows that. Anyone can take a GPL codebase, do any modifications they want, run it forever, and never contribute back. You’d need AGPL to forbid that. GPL is only concerned if you further distribute the modifications.
Next one?
> Anyone can take a GPL codebase, do any modifications they want, run it forever, and never contribute back.
Only privately or over a network, but it prohibits distribution of binaries without source. This is the primary reason the GPL exists.