-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License #3
Comments
Hi @rubdos, thanks for your feedback! I was planning on GPL-2.0 only unless you have a good reason to convince me otherwise ;) |
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. |
That sounds more like a use case of LGPL, doesn't it? |
For sure, but in my case, I would be licensing my application as AGPLv3+, so GPL*+ would already cut it for me :-) |
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!
The text was updated successfully, but these errors were encountered: