]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Add WASM licensing information to README
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 1 Jan 2026 17:27:57 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 17:27:57 +0000 (18:27 +0100)
Added a section on licensing for the Hugo project, detailing the licenses of bundled libraries.

README.md

index 04b56a631c72f9f6013f5cb101521e470e4df6fd..272c55ce6189e92049d734b12be7b49856d1aa67 100644 (file)
--- 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.