openethereum / sol-rs

Solaris - Solidity testing framework in Rust.
GNU General Public License v3.0
54 stars 14 forks source link

What license does this project use? #35

Closed udoprog closed 6 years ago

udoprog commented 6 years ago

Hey!

This project currently does not have a license, meaning it's a bit risky to both use and extend. (No license generally implies proprietary!).

We are doing some work to build a testing framework like sol-rs in PrimaBlock/parables. Most of it is a re-implementation, but we have a handful of things that are copied (wei.rs and the stack management in trace.rs). We want to make sure to give proper attribution. Your project showed that this kind of testing was possible and broke a ton of ground for us.

Could you make sure to add the appropriate license files?

snd commented 6 years ago

sol-rs is most likely licensed as GPLv3 (same license as parity itself). @tomusdrw please correct me if i'm mistaken. we'll properly add license information shorty.