|
5 | 5 |
|
6 | 6 | version = 1 |
7 | 7 |
|
| 8 | +# REUSE annotations file for third-party and vendored files. |
| 9 | +# |
| 10 | +# This file documents copyright and licensing for files where: |
| 11 | +# 1. The original source has different licensing than CodeWeaver |
| 12 | +# 2. The files are vendored or derived from third-party projects |
| 13 | +# 3. Direct header annotation is not practical |
| 14 | +# |
| 15 | +# See https://reuse.software and https://github.com/fsfe/reuse-tool for more details. |
| 16 | + |
8 | 17 | # ============================================================================= |
9 | 18 | # typings/uuid_extensions - Type stubs generated by pyright from uuid7 package |
10 | 19 | # ============================================================================= |
@@ -105,15 +114,9 @@ SPDX-License-Identifier = "MIT" |
105 | 114 |
|
106 | 115 | # PHP: tree-sitter/tree-sitter-php (MIT - Josh Vera, Max Brunsfeld et al 2017-2019) |
107 | 116 | [[annotations]] |
108 | | -path = [ |
109 | | - "data/node_types/php-node-types.json", |
110 | | - "data/node_types/php_sparse-node-types.json" |
111 | | -] |
| 117 | +path = ["data/node_types/php-node-types.json", "data/node_types/php_sparse-node-types.json"] |
112 | 118 | precedence = "override" |
113 | | -SPDX-FileCopyrightText = [ |
114 | | - "2017 Josh Vera", |
115 | | - "2019 Max Brunsfeld, Amaan Qureshi, Christian Frøystad, Caleb White" |
116 | | -] |
| 119 | +SPDX-FileCopyrightText = ["2017 Josh Vera", "2019 Max Brunsfeld, Amaan Qureshi, Christian Frøystad, Caleb White"] |
117 | 120 | SPDX-License-Identifier = "MIT" |
118 | 121 |
|
119 | 122 | # Bash: tree-sitter/tree-sitter-bash (MIT - Max Brunsfeld 2017) |
@@ -217,8 +220,8 @@ SPDX-License-Identifier = "MIT" |
217 | 220 | path = "data/node_types/analysis/**" |
218 | 221 | precedence = "override" |
219 | 222 | SPDX-FileCopyrightText = [ |
220 | | - "2014-2021 Tree-sitter grammar contributors (see individual grammar licenses)", |
221 | | - "2025 Knitli Inc." |
| 223 | + "2014-2021 Tree-sitter grammar contributors (see individual grammar licenses)", |
| 224 | + "2025 Knitli Inc." |
222 | 225 | ] |
223 | 226 | SPDX-License-Identifier = "MIT" |
224 | 227 |
|
|
0 commit comments