Skip to content

Commit

Permalink
improve License
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Sep 14, 2024
1 parent 0833cad commit 80230b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ To use any package, just figure out the package name from the import and run `bu
I'm also experimenting with WebAssembly, and some of the JS/TS code will rely on WASM.

As long as one has working `bun` and [rustup](https://rustup.rs/), the `build.sh` should take care of the rest.

## License

See [REUSE.md](REUSE.md) for details.
14 changes: 5 additions & 9 deletions REUSE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
This repo was based on example forest bundles code that was written by Jonathan Sterling with (minified) components from the KaTeX project, as well as webfonts for [Inria Sans](https://github.com/BlackFoundryCom/InriaFonts).

1. Distributed under the CC0 License are the files `assets/forest.xsl`,
`assets/forester.js`, `assets/forester.sty`, `assets/style.css`,
`assets/preamble.sty`, `package.json`, `build.sh`, `watch.sh`, and everything
under the `trees` directory.
1. All KaTeX-related font files in the
`assets/fonts/` directory are distributed under the MIT License, if present.

2. Distributed under the MIT License are all KaTeX-related font files in the
`assets/fonts/` directory.
2. All the Inria Sans font files in the `assets/fonts` directory are distributed under the Open Font License, if present.

3. Distributed under the Open Font License are all the Inria Sans font files in
the `assets/fonts` directory.
3. Some SVG images inlined or in `assets/images` are adapted from [svgrepo.com](https://www.svgrepo.com/), which are distributed under [permissive licenses](https://www.svgrepo.com/page/licensing/).

Any other code in this repo are distributed under the MIT License, and any contents are distributed under the CC0 License.
3. Any other code in this repo are distributed under the MIT License, and any contents are distributed under the CC0 License, except for the ones adapted from other people's work, which are attributed to the original authors in our best effort, and they are distributed under their respective licenses.

0 comments on commit 80230b5

Please sign in to comment.