bulletinboard-dht icon indicating copy to clipboard operation
bulletinboard-dht copied to clipboard

License

Open rubdos opened this issue 7 years ago • 4 comments
trafficstars

In the Cargo.toml file, the license is license = " GPL-2.0", which is the only reference to a license I can find. Is this literally GPL-2.0, or would you consider GPL-2.0+ (or any later version)?

It would help to put the "gpl-banner" on your source code files.

Thank you!

rubdos avatar Feb 03 '18 15:02 rubdos

Hi @rubdos, thanks for your feedback!

I was planning on GPL-2.0 only unless you have a good reason to convince me otherwise ;) You're right, according to GPL you have to put the banner into the files. I am just rewriting this project using tokio and I will put the banners in all files there!

manuels avatar Feb 03 '18 19:02 manuels

Well, I was actually about to ask to provide this crates as a library, to build other DHT applications on. For those applications, it would be nice to have a wider license compatibility.

rubdos avatar Feb 04 '18 09:02 rubdos

That sounds more like a use case of LGPL, doesn't it?

manuels avatar Feb 04 '18 20:02 manuels

For sure, but in my case, I would be licensing my application as AGPLv3+, so GPL*+ would already cut it for me :-)

rubdos avatar Feb 05 '18 08:02 rubdos