mdbook-html: Account for licenses of bundled JavaScript libraries and artwork#3144
Open
decathorpe wants to merge 2 commits into
Open
mdbook-html: Account for licenses of bundled JavaScript libraries and artwork#3144decathorpe wants to merge 2 commits into
decathorpe wants to merge 2 commits into
Conversation
favicon license (canonical copy of the CC-BY-4.0 text): https://creativecommons.org/licenses/by/4.0/legalcode.txt clipboard.js license text: https://github.com/zenorocha/clipboard.js/blob/v2.0.5/LICENSE highlight.js license text: https://github.com/highlightjs/highlight.js/blob/10.1.1/LICENSE elasticlunr.js license text: https://github.com/weixsong/elasticlunr.js/blob/v0.9.5/LICENSE mark.js license text: https://github.com/julkue/mark.js/blob/8.11.1/LICENSE
Licenses covering bundled JavaScript libraries: - ace.js: BSD-3-Clause - clipboard.js: MIT - elasticlunr.js: MIT - highlight.js: BSD-3-Clause - mark.js: MIT Licenses covering bundled content / fonts: - favicon: CC-BY-4.0 - open-sans: Apache-2.0 - source-code-pro: OFL-1.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an attempt to address issue #2956
The first commit adds the missing license texts:
favicon license (canonical copy of the CC-BY-4.0 text):
https://creativecommons.org/licenses/by/4.0/legalcode.txt
clipboard.js license text:
https://github.com/zenorocha/clipboard.js/blob/v2.0.5/LICENSE
highlight.js license text:
https://github.com/highlightjs/highlight.js/blob/10.1.1/LICENSE
elasticlunr.js license text:
https://github.com/weixsong/elasticlunr.js/blob/v0.9.5/LICENSE
mark.js license text:
https://github.com/julkue/mark.js/blob/8.11.1/LICENSE
The second commit updates the
package.licenseof the mdbook-html crate to account for all included code and content.