kornelski / lodepng-rust

All-in-one PNG image encoder/decoder in pure Rust
https://lib.rs/lodepng
zlib License
100 stars 23 forks source link

Licensing question #58

Closed blinxen closed 1 year ago

blinxen commented 1 year ago

On GitHub it says that this code is licensed under the "zlib" license, but in Cargo.toml the "BSD-3-Clause" license is defined.

Which one is correct?

blinxen commented 1 year ago

Also in the COPYRIGHT file, no license is specified. Or am I misunderstanding something? I would like to package this library for fedora, but before I can do that I need to know under which license this library is published.

kornelski commented 1 year ago

The Cargo.toml specifier is wrong. The license is zlib, because that's the original license of the C lodepng. The copyright file is the zlib license from the original project.

e521e7d9ab88f48b0b76e8b08923de6ac7057ec2