|
|
|
|
|
by marcan_42
1663 days ago
|
|
Looking at source code does not make everything you subsequently write a derivative work of that code. Not looking is a strong legal defense for whatever you wrote not being a derivative work. Looking just means you can't use that defense, it doesn't mean you actually copied code. Given the significantly different paradigms of Rust and C, and that most coreutils don't really do that much algorithmically, it would be pretty easy to avoid accidental copying with this kind of project. |
|