aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 46218d9..16c6443 100644
--- a/README.md
+++ b/README.md
@@ -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
85The 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. 85The extension's source code is licensed under the BSD 2-Clause License
86(see [`LICENSE`](LICENSE)). Bundled assets and vendored third-party
87code carry their own licenses, documented in
88[`NOTICES.md`](NOTICES.md):
86 89
87The 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.