|
|
|
|
|
by cmrdporcupine
7 days ago
|
|
My question here is not whether it's legally permissible. I'll leave that to others. It's WTF is wrong with this next generation of devs ? ... that they have such a problem with the GPL that they think it's important to rewrite and relicense and take away a legal structure which is supposed to protect our free software? I can imagine some concerns with Git being written in C. I cannot understand any legitimate concerns with its license that it needs to change. What does the GPL stop people doing with git? And if there are some... why are people trying to do that? And why would you work for free to help people do it? [Edit: I see, you're not working for free.] Missing an 'f' in the project name. |
|
OTOH, one of the major reasons for grit is to provide a library interface. If they kept it GPL, anything that used grit through the library interface would have to also become GPL.
This could be the "legitimate concern" you're asking for.
But the LGPL was also an option -- it addresses that arguably legitimate concern and keeps the spirit of the original license.