Skip to content

Commit 8f3527f

Browse files
authored
Add WASM licensing information to README
Added a section on licensing for the Hugo project, detailing the licenses of bundled libraries.
1 parent 09048aa commit 8f3527f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎README.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@ If there is sufficient interest, [create a proposal]. Do not submit a pull reque
156156

157157
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
158158

159+
## License
160+
161+
For the Hugo source code, see [LICENSE](/LICENSE).
162+
163+
We also bundle some libraries in binary/WASM form:
164+
165+
* [libwebp](https://github.com/webmproject/libwebp), [BSD-3-Clause license](https://github.com/webmproject/libwebp?tab=BSD-3-Clause-1-ov-file#readme)
166+
* [Katex](https://github.com/KaTeX/KaTeX), [MIT license](https://github.com/KaTeX/KaTeX?tab=MIT-1-ov-file#readme)
167+
* [QuickJS](https://github.com/bellard/quickjs?tab=License-1-ov-file#readme), [License](https://github.com/bellard/quickjs?tab=License-1-ov-file#readme)
168+
159169
## Dependencies
160170

161171
Hugo stands on the shoulders of great open source libraries. Run `hugo env --logLevel info` to display a list of dependencies.

0 commit comments

Comments
 (0)