aboutsummaryrefslogtreecommitdiff
path: root/NOTICES.md
blob: 3ee7700736380e0e231eaf1e96ce2f7d2bbdc16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Third-Party Notices

This Nova extension bundles material under licenses different from the
BSD 2-Clause license that covers its own source code (see `LICENSE`).
Each section below identifies the affected files and the license that
governs them.

---

## Zig Software Foundation logo — CC BY-SA 4.0

The following image and icon assets are derivatives of the Zig
programming language logo, which is the work of the
[Zig Software Foundation](https://ziglang.org) and is licensed under
[Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/):

- `extension.png`
- `extension@2x.png`
- `Images/zig-debug/zig-debug.png`
- `Images/zig-debug/zig-debug@2x.png`
- `Resources/Zig@32px.af`

These assets remain licensed under CC BY-SA 4.0; redistribution must
retain that license and provide attribution to the Zig Software
Foundation. They are *not* covered by the BSD 2-Clause license that
applies to the rest of this repository.

The `@2x` variants and the `.af` icon were rasterised and pixel-aligned
from the original logo; no other changes were made.

---

## Vendored tree-sitter-zig grammar — MIT

The compiled parser shipped at `Syntaxes/libtree-sitter-zig.dylib` is
built from the Tree-sitter grammar at
[github.com/tree-sitter-grammars/tree-sitter-zig](https://github.com/tree-sitter-grammars/tree-sitter-zig).
The pinned upstream commit is recorded in
`vendor/tree-sitter-zig/VENDORING.md`.

The grammar is distributed under the MIT License:

> The MIT License (MIT)
>
> Copyright (c) 2024 Amaan Qureshi <amaanq12@gmail.com>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.

The unmodified upstream copy of this license is preserved at
`vendor/tree-sitter-zig/LICENSE`.