-
Notifications
You must be signed in to change notification settings - Fork 3
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
Please clarify the license #28
Comments
Hi there! Please forgive any ignorance with licensing. |
Ok, so if I understand you correctly, you intended the bindings to be Then For In any case, if the bindings are supposed to be Am I making any sense? Happy to rephrase or clarify, or to learn that I’ve misunderstood something. |
Oh boy, honestly whatever is easiest for users is okay with me. I did mean "and" in the sense that either are fine, anyway it seems to me that just going with |
Sure, you could just change all of the license metadata in the (There’s nothing wrong with your own work being under a different license than the wrapped library, as long as it’s clear what is what, and everything has the necessary license text somewhere.) |
For future reference, that’s expressed as |
Thanks for the help clarifying things for me here. I've been in very few situations where I personally cared much at all about the license, only want my work to be easily accessible for users w/o conflicting w/ another's licensing. So if BSD-3-Clause across the board is best suited to accomplish that for this project then it's good for me. 👍 |
In the
Cargo.toml
files, the license is said to beMIT AND BSD-3-Clause
:isal-rs/Cargo.toml
Line 7 in 688e09f
isal-rs/isal-sys/Cargo.toml
Line 6 in 688e09f
However, both the top-level
LICENSE
file for the crates and theisal-sys/isa-l/LICENSE
in the submodule for the bundled ISA-L library areBSD-3-Clause
.The only mention of
MIT
is intest-data/COPYING
, which says thatkppkn.gtb
is MIT-licensed – but these test data files are no longer included in the published crates since #27; they were never included inisal-sys
; andMIT
is not the only license present in the test files, so it seems unlikely that this explains its presence in the overall license expression.If this is really just
BSD-3-Clause
, could you please adjust the license metadata? And if some part is reallyMIT
, could you please clarify which part that is, and provide the applicable MIT license text (copyright and permission statements)?The text was updated successfully, but these errors were encountered: