|
|
|
|
|
by cyphar
3754 days ago
|
|
> > Crucially, a user of GPL software is allowed to do whatever they want. > Except develop the software however they want. I don't know where you got that idea from. You can develop the software however you like. That's a technical question. The only requirement is that people you distribute your software to must also get the source code. The GPL's job is to protect user's freedom. The developers don't get any special treatment. |
|
> I don't know where you got that idea from.
Many employers won't allow GPL codebase.
The license isn't backwards compatible. I can't simply pull GPL code into my BSD licensed project. Even a snippet
You can't, say, simply copy and paste a struct out of git or even libgit2.
> You can develop the software however you like.
Heh, its notorious for causing roadblocks in development. Look up the stories on LLVM/Clang, ZFS in Linux.