-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
02e8b60
commit b68c33d
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import nimib, nimibook | ||
|
||
nbInit(theme = useNimibook) | ||
nbText: """## Licenses | ||
Nimibook consists of multiple different parts, some of which have their own licenses. | ||
This is a compiled list of all licenses including those of assets used: | ||
- Fonts: | ||
- Open Sans (Apache License 2.0) | ||
- Source Code Pro (SIL Open Font License, Version 1.1) | ||
- FontAwesome: | ||
- Fonts (SIL OFL 1.1) | ||
- CSS (MIT) | ||
- Code | ||
- clipboard.js (MIT) | ||
- Highlight.js (BSD-3-Clause) | ||
- book.js (MPL-2.0) | ||
- KaTeX (MIT) | ||
- Themes (MPL-2.0) | ||
""" | ||
|
||
nbSave |
This file contains 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