From: Bjørn Erik Pedersen Date: Thu, 1 Jan 2026 17:27:57 +0000 (+0100) Subject: Add WASM licensing information to README X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f3527f61c9a7d5ecd35ec35b0f4755ec7b93531;p=brevno-suite%2Fhugo Add WASM licensing information to README Added a section on licensing for the Hugo project, detailing the licenses of bundled libraries. --- diff --git a/README.md b/README.md index 04b56a631..272c55ce6 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,16 @@ If there is sufficient interest, [create a proposal]. Do not submit a pull reque For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md). +## License + +For the Hugo source code, see [LICENSE](/LICENSE). + +We also bundle some libraries in binary/WASM form: + +* [libwebp](https://github.com/webmproject/libwebp), [BSD-3-Clause license](https://github.com/webmproject/libwebp?tab=BSD-3-Clause-1-ov-file#readme) +* [Katex](https://github.com/KaTeX/KaTeX), [MIT license](https://github.com/KaTeX/KaTeX?tab=MIT-1-ov-file#readme) +* [QuickJS](https://github.com/bellard/quickjs?tab=License-1-ov-file#readme), [License](https://github.com/bellard/quickjs?tab=License-1-ov-file#readme) + ## Dependencies Hugo stands on the shoulders of great open source libraries. Run `hugo env --logLevel info` to display a list of dependencies.