Hello everyone, good work, very handy tool!
Sadly, the current code does not mention a license. Without a license, a user has to assume "all rights reserved" and cannot really do anything with the code, legally.
For the following, my assumption is that I am not overlooking some license statement anywhere. If I do, please point me to it: the whole situation would change.
I am not a lawyer, but I do have some experience with software licensing.
If @pradeep1288 was the only author, he would pick a license now, and we were done. He still can, but only for the latest code without contributions from others: Since there have been contributions from @nyov and @quinot, the current code at Git HEAD can only be used by anyone if the three of you get to agree on a license. Does that sound right so far?
To add some recommendations, you could pick from
- "GPL v3 or later"
- The MIT license
- CC0 (= public domain)
What do you think?
I'm hoping for properly license code soon so I can provide further patches, open bugs, add a packaging layer and package this for Gentoo, ideally.
Best, Sebastian
Hello everyone, good work, very handy tool!
Sadly, the current code does not mention a license. Without a license, a user has to assume "all rights reserved" and cannot really do anything with the code, legally.
For the following, my assumption is that I am not overlooking some license statement anywhere. If I do, please point me to it: the whole situation would change.
I am not a lawyer, but I do have some experience with software licensing.
If @pradeep1288 was the only author, he would pick a license now, and we were done. He still can, but only for the latest code without contributions from others: Since there have been contributions from @nyov and @quinot, the current code at Git HEAD can only be used by anyone if the three of you get to agree on a license. Does that sound right so far?
To add some recommendations, you could pick from
What do you think?
I'm hoping for properly license code soon so I can provide further patches, open bugs, add a packaging layer and package this for Gentoo, ideally.
Best, Sebastian