8
Grit: rewriting Git in Rust with agents
(blog.gitbutler.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I feel like rewriting a GPL thing based on the GPL version should require the GPL licence. After all, you've built something on top of GPL code which means it's also GPL right?
If I go and build my own implimentation of GTK, how do I even prove that I made it entirely without looking at GTK because that's what's required to relicense right?
Solely from the fact that I'm telling you I made my own implementation of GTK, I'm admitting It's not clean room right?
No. Not even a little. It's a copyright, not a patent.
I still feel like it should apply, this is the first term of the gpl:
"I rewrote it in another language as a library instead of an exe" is still covered under this term isn't it?
APIs don't fall under copyright, but implementations do. This is a good thing, otherwise we couldn't have linux or wine, because they used apis from unix and windows respectively, or open source implementations of anything.
If you look at how another program does something to, you are bound by it's license, but if you only look at what it does you are not.
Nope.