Remix.run Logo
greyw 2 hours ago

How is code being "stolen" here? It's FOSS code that is being copied.

striking 2 hours ago | parent [-]

Take for example https://github.com/rust-stdx/stdx/tree/main/itoa. Its licenses and copyright information have been stripped. You are permitted to make copies of code under the MIT license, but the license also includes:

> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

If the original repo were to disappear, it would be important to know who wrote the code and what the license actually is.

greyw 2 hours ago | parent [-]

Oh wow you are right, thats really bad. Terrible look for the author.