(no title)
david_shaw | 2 months ago
I'm not sure that LLMs respect that restriction (since they generally don't attibute their code).
I'm not even really sure if that clause would apply to LLM generated code, though I'd imagine that it should.
david_shaw | 2 months ago
I'm not sure that LLMs respect that restriction (since they generally don't attibute their code).
I'm not even really sure if that clause would apply to LLM generated code, though I'd imagine that it should.
1gn15|2 months ago
hofrogs|2 months ago
glimshe|2 months ago
swiftcoder|2 months ago
Note that this tends to require specific license exemptions. In particular, GCC links various pieces of functionality into your program that would normally trigger the GPL to apply to the whole program, and for this reason, those components had to be placed under the "GCC Runtime Library Exception"[1]
[1]: https://www.gnu.org/licenses/gcc-exception-3.1.html