diff options
| author | David Czihak <git@dcz.at> | 2026-05-07 16:14:48 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-07 16:14:48 +0200 |
| commit | 6816e68caff99844adf145856a6b0fc8053ff808 (patch) | |
| tree | 60c04c7762c9f305a91a52540f266362872369b6 /README.md | |
| parent | ddf2de739068b5ff0866ccb1d067f3cb53a4fc55 (diff) | |
Chore: Clarify third-party licences for bundled assets and grammar
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
| @@ -80,8 +80,18 @@ Validate the extension bundle: | |||
| 80 | /Applications/Nova.app/Contents/SharedSupport/nova extension validate . | 80 | /Applications/Nova.app/Contents/SharedSupport/nova extension validate . |
| 81 | ``` | 81 | ``` |
| 82 | 82 | ||
| 83 | ## Attributions | 83 | ## License |
| 84 | 84 | ||
| 85 | The Zig logo is the work of the [Zig Software Foundation](https://ziglang.org) and is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). The zig-debug@2x.png is a derivative of the original logo, improving pixel alignment at 32px size. | 85 | The extension's source code is licensed under the BSD 2-Clause License |
| 86 | (see [`LICENSE`](LICENSE)). Bundled assets and vendored third-party | ||
| 87 | code carry their own licenses, documented in | ||
| 88 | [`NOTICES.md`](NOTICES.md): | ||
| 86 | 89 | ||
| 87 | The Tree-sitter grammar for Zig is sourced from [github.com/tree-sitter-grammars/tree-sitter-zig](https://github.com/tree-sitter-grammars/tree-sitter-zig). | 90 | - The Zig logo and the icon/image assets derived from it |
| 91 | (`extension.png`, `extension@2x.png`, `Images/zig-debug/*.png`, | ||
| 92 | `Resources/Zig@32px.af`) are the work of the | ||
| 93 | [Zig Software Foundation](https://ziglang.org) and remain licensed | ||
| 94 | under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). | ||
| 95 | - The Tree-sitter grammar for Zig is sourced from | ||
| 96 | [github.com/tree-sitter-grammars/tree-sitter-zig](https://github.com/tree-sitter-grammars/tree-sitter-zig) | ||
| 97 | and is distributed under the MIT License. | ||
