Earlier quoted context omitted.
This sounds like a problem that's pretty easy to get around. CC does not need LGPL code. There's more than enough BSD and Apache code to go around. And they can generate synthetic data that is better than LGPL for their training. It's also a problem that does not seem feasible to meaningfully enforce. It's easy to generate CC code and lie and say you didn't. It would be hard to prove that you did, especially if you t…
Unlike GPL, BSD and Apache licenses do not claim to also cover your non-AI-generated code that only invokes the AI-generated code. However, even if the BSD/Apache/MIT licensed code can be incorporated freely in your application, you still have no right to remove the copyright notices from it and/or to claim that you own the copyright for it. Therefore, unless the AI model has been trained only on non-copyrighted publ…
I can't speak for all licenses, but I'm familiar with at least one BSD license. That's almost the entire point of it...
You cannot take their literal code and call it your own. You can derive code from it and call it your own. That's what LLMs primarily do.