-
Notifications
You must be signed in to change notification settings - Fork 7
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
Licensing of embedded assets #80
Comments
That list seems correct from a quick review but I will double check when I have a bit more time. I agree that book.js should also be MPL 2.0. thanks for working on this, after double checking I think it could be worth to put this kind of detail in the readme (and keep it maintained). |
Thank you! I think it would be great to have this kind of legal documentation available for users of nimibook. As far as I know nimibook optionally uses KaTeX for math typesetting, so you would also need to add that to the list (idk if there are any terms for plausible analytics). I think that ideally this information would be automatically included in the document and accessible through a small link somewhere on the page. This way the licensing information stays up to date no matter which nimibook version is used. |
I had a bit of time to double check and it seems all correct. The only detail I could find is the fact that the some of the css of themes are based on versions which are themselves MIT licensed, not sure if inclusion of mdbook makes them change the license or not, it is likely they have been modified so I guess it is fair to list them with the license of mdbook. The specific themes are: |
Thank you for double checking the list. I added the two themes you listed to the licensing page: https://can-lehmann.github.io/owlkettle/book/legal/license.html I am not sure if nimibook's use here constitutes a "substantial portion" under the MIT license, but I guess including them does not hurt either :) |
What would this ticket require to be closed out of curiosity? |
Yep, a new page for nimibook would be good. Probably we could add also a |
I've made a PR for the additional page. Do you think it would make sense to split out making a "license"-module into its own issue? |
Thanks, I will try to merge and close also the license module thing during the day. Thanks for getting the ball rolling! |
I am currently working on fulfilling the legal prerequisites for merging can-lehmann/owlkettle#34. As discussed before on Discord, I would like to compile a list of licenses for the assets redistributed as part of the resulting website. So far I primarily looked at the files in the
assets
folder. The following is the section I plan to include in owlkettles docs.It would be great if you could double check that I didn't miss anything.
I also have a specific question regarding the licensing of book.js. I assumed that is licensed under MPL-2.0, since it seems to come from mdBook, which itself is MPL-2.0. Is that correct?
The assumption is based on Section 3.1 of the MPL which states that:
Note that I am not a lawyer, my understanding of software licenses is quite limited, so take all of this with a grain of salt 😃
The text was updated successfully, but these errors were encountered: