Add GPL-3.0 license and third-party license notices

This commit is contained in:
trilium-share-gruvbox
2026-08-28 13:42:54 +02:00
parent 873517362a
commit 74cf0a2b3b
3 changed files with 765 additions and 2 deletions
+8 -2
View File
@@ -1,5 +1,6 @@
# Trilium Share Gruvbox Blog System
[![License](https://img.shields.io/badge/License-GPL--3.0-fb4934)](LICENSE)
[![TriliumNext](https://img.shields.io/badge/TriliumNext-Public%20Share-83a598)](https://github.com/TriliumNext/Trilium)
[![Theme](https://img.shields.io/badge/Theme-Gruvbox-98971a)](https://github.com/morhetz/gruvbox)
[![Built with](https://img.shields.io/badge/Built%20with-Opencode-fe8019)](https://opencode.ai)
@@ -246,5 +247,10 @@ server {
## License
The vendored `highlight.js` is licensed under BSD-3-Clause (see its header). All other files in
this repository are provided as-is see the original author's repository for details.
This project is licensed under the **GNU General Public License v3.0** see [`LICENSE`](LICENSE).
The repository also contains third-party assets that keep their own licenses:
`lib/highlight.js` (BSD-3-Clause), `lib/hljs_line_numbers.js` (MIT),
`theme/cookie.woff2` (SIL OFL 1.1), `assets/palette.png` (MIT) and the embedded
Trilium logo in `scripts/bmc_button.js` (AGPL-3.0). See
[`THIRD_PARTY_LICENSES.md`](THIRD_PARTY_LICENSES.md) for details.