@proxysoul/soulforge 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,461 @@
1
+ # Third-Party Licenses
2
+
3
+ SoulForge includes and/or downloads the following third-party software.
4
+ This file satisfies attribution requirements for all included licenses.
5
+
6
+ ---
7
+
8
+ ## Bundled Dependencies (compiled into the SoulForge binary)
9
+
10
+ ### Apache-2.0 Licensed
11
+
12
+ | Package | Version | Repository |
13
+ |---------|---------|------------|
14
+ | ai (Vercel AI SDK) | 6.x | https://github.com/vercel/ai |
15
+ | @ai-sdk/anthropic | 3.x | https://github.com/vercel/ai |
16
+ | @ai-sdk/google | 3.x | https://github.com/vercel/ai |
17
+ | @ai-sdk/openai | 3.x | https://github.com/vercel/ai |
18
+ | @ai-sdk/xai | 3.x | https://github.com/vercel/ai |
19
+ | @llmgateway/ai-sdk-provider | 3.x | https://github.com/theopenco/llmgateway-ai-sdk-provider |
20
+ | @mozilla/readability | 0.6.x | https://github.com/mozilla/readability |
21
+ | @openrouter/ai-sdk-provider | 2.x | https://github.com/OpenRouterTeam/ai-sdk-provider |
22
+ | @biomejs/biome | 2.x | https://github.com/biomejs/biome |
23
+ | typescript | 5.x | https://github.com/microsoft/TypeScript |
24
+
25
+ Copyright notice: Copyright (c) respective authors and contributors.
26
+
27
+ Licensed under the Apache License, Version 2.0. You may obtain a copy at:
28
+ https://www.apache.org/licenses/LICENSE-2.0
29
+
30
+ ### MIT Licensed
31
+
32
+ | Package | Version | Repository |
33
+ |---------|---------|------------|
34
+ | @opentui/react | 0.1.x | https://github.com/anomalyco/opentui |
35
+ | chalk | 5.x | https://github.com/chalk/chalk |
36
+ | linkify-it | 5.x | https://github.com/markdown-it/linkify-it |
37
+ | marked | 17.x | https://github.com/markedjs/marked |
38
+ | neovim (node-client) | 5.x | https://github.com/neovim/node-client |
39
+ | react | 19.x | https://github.com/facebook/react |
40
+ | shiki | 4.x | https://github.com/shikijs/shiki |
41
+ | ts-morph | 27.x | https://github.com/dsherret/ts-morph |
42
+ | web-tree-sitter | 0.25.x | https://github.com/tree-sitter/tree-sitter |
43
+ | zod | 4.x | https://github.com/colinhacks/zod |
44
+ | zustand | 5.x | https://github.com/pmndrs/zustand |
45
+ | isbinaryfile | 5.x | https://github.com/gjtorikian/isBinaryFile |
46
+
47
+ ### ISC Licensed
48
+
49
+ | Package | Version | Repository |
50
+ |---------|---------|------------|
51
+ | linkedom | 0.18.x | https://github.com/WebReflection/linkedom |
52
+
53
+ ### Unlicense
54
+
55
+ | Package | Version | Repository |
56
+ |---------|---------|------------|
57
+ | tree-sitter-wasms | 0.1.x | https://github.com/AntV/tree-sitter-wasms |
58
+
59
+ ---
60
+
61
+ ## Bundled Binaries (included in distribution tarball)
62
+
63
+ These official, unmodified binaries are included in the SoulForge distribution.
64
+ LICENSE files are preserved from each upstream release.
65
+
66
+ | Tool | License | Source |
67
+ |------|---------|--------|
68
+ | Neovim | Apache-2.0 + Vim License | https://github.com/neovim/neovim |
69
+ | ripgrep | MIT / Unlicense | https://github.com/BurntSushi/ripgrep |
70
+ | fd | Apache-2.0 / MIT | https://github.com/sharkdp/fd |
71
+ | lazygit | MIT | https://github.com/jesseduffield/lazygit |
72
+ | CLIProxyAPI | MIT | https://github.com/router-for-me/CLIProxyAPI |
73
+
74
+ **Neovim license note:** Post-0.3 contributions are Apache-2.0. Code inherited from
75
+ Vim (identified by `vim-patch` token in commits) is under the Vim License, which
76
+ permits redistribution of unmodified copies provided the license text is included.
77
+ The Vim License is [listed as GPL-compatible](https://www.gnu.org/licenses/license-list.html)
78
+ by the GNU Project. Neovim's LICENSE.txt is included in the bundled binary directory.
79
+
80
+ ## Auto-Installed Binaries (downloaded on first run if not bundled)
81
+
82
+ These tools are downloaded from their official GitHub releases to `~/.soulforge/bin/`
83
+ when not already present on the system.
84
+
85
+ ### Nerd Fonts (bundled — Symbols Only variant)
86
+
87
+ | Font | License | Source |
88
+ |------|---------|--------|
89
+ | Symbols Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
90
+
91
+ ### Nerd Fonts (optional, downloaded via /setup)
92
+
93
+ | Font | License | Source |
94
+ |------|---------|--------|
95
+ | JetBrains Mono Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
96
+ | Fira Code Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
97
+ | Cascadia Code Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
98
+ | Iosevka Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
99
+ | Hack Nerd Font | SIL OFL 1.1 | https://github.com/ryanoasis/nerd-fonts |
100
+
101
+ ---
102
+
103
+ ## Neovim Plugins (auto-installed via lazy.nvim on first editor launch)
104
+
105
+ These plugins are downloaded by lazy.nvim at runtime into `~/.local/share/soulforge/lazy/`.
106
+ SoulForge does not bundle or redistribute plugin source code — it references them
107
+ by name in `init.lua` and lazy.nvim clones them from GitHub on first use.
108
+
109
+ ### Apache-2.0 Licensed
110
+
111
+ | Plugin | Repository |
112
+ |--------|------------|
113
+ | LazyVim | https://github.com/LazyVim/LazyVim |
114
+ | lazy.nvim | https://github.com/folke/lazy.nvim |
115
+ | snacks.nvim | https://github.com/folke/snacks.nvim |
116
+ | noice.nvim | https://github.com/folke/noice.nvim |
117
+ | flash.nvim | https://github.com/folke/flash.nvim |
118
+ | trouble.nvim | https://github.com/folke/trouble.nvim |
119
+ | todo-comments.nvim | https://github.com/folke/todo-comments.nvim |
120
+ | which-key.nvim | https://github.com/folke/which-key.nvim |
121
+ | ts-comments.nvim | https://github.com/folke/ts-comments.nvim |
122
+ | lazydev.nvim | https://github.com/folke/lazydev.nvim |
123
+ | nvim-treesitter | https://github.com/nvim-treesitter/nvim-treesitter |
124
+ | nvim-treesitter-textobjects | https://github.com/nvim-treesitter/nvim-treesitter-textobjects |
125
+ | nvim-lspconfig | https://github.com/neovim/nvim-lspconfig |
126
+ | mason.nvim | https://github.com/mason-org/mason.nvim |
127
+ | mason-lspconfig.nvim | https://github.com/mason-org/mason-lspconfig.nvim |
128
+
129
+ ### MIT Licensed
130
+
131
+ | Plugin | Repository |
132
+ |--------|------------|
133
+ | catppuccin/nvim | https://github.com/catppuccin/nvim |
134
+ | lualine.nvim | https://github.com/nvim-lualine/lualine.nvim |
135
+ | gitsigns.nvim | https://github.com/lewis6991/gitsigns.nvim |
136
+ | nui.nvim | https://github.com/MunifTanjim/nui.nvim |
137
+ | mini.nvim (mini.ai, mini.icons, mini.pairs) | https://github.com/echasnovski/mini.nvim |
138
+ | conform.nvim | https://github.com/stevearc/conform.nvim |
139
+ | grug-far.nvim | https://github.com/MagicDuck/grug-far.nvim |
140
+ | nvim-ts-autotag | https://github.com/windwp/nvim-ts-autotag |
141
+ | mason-tool-installer.nvim | https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim |
142
+ | blink.cmp | https://github.com/Saghen/blink.cmp |
143
+ | friendly-snippets | https://github.com/rafamadriz/friendly-snippets |
144
+ | persistence.nvim | https://github.com/folke/persistence.nvim |
145
+ | nvim-lint | https://github.com/mfussenegger/nvim-lint |
146
+
147
+ ### Disabled (license incompatible)
148
+
149
+ | Plugin | License | Reason |
150
+ |--------|---------|--------|
151
+ | bufferline.nvim | GPL-3.0 | Incompatible with BUSL-1.1; disabled in init.lua |
152
+
153
+ ---
154
+
155
+ ## LSP Servers & Tools (auto-installed via Mason on first editor launch)
156
+
157
+ These are downloaded by Mason at runtime into `~/.local/share/soulforge/mason/`.
158
+ SoulForge does not bundle or redistribute these — Mason downloads official releases.
159
+
160
+ | Tool | License | Source |
161
+ |------|---------|--------|
162
+ | typescript-language-server | MIT | https://github.com/typescript-language-server/typescript-language-server |
163
+ | pyright | MIT | https://github.com/microsoft/pyright |
164
+ | ruff | MIT | https://github.com/astral-sh/ruff |
165
+ | eslint-lsp | MIT | https://github.com/microsoft/vscode-eslint |
166
+ | biome | MIT | https://github.com/biomejs/biome |
167
+ | lua-language-server | MIT | https://github.com/LuaLS/lua-language-server |
168
+ | rust-analyzer | Apache-2.0 / MIT | https://github.com/rust-lang/rust-analyzer |
169
+ | gopls | BSD-3-Clause | https://github.com/golang/tools |
170
+ | clangd | Apache-2.0 (LLVM) | https://github.com/clangd/clangd |
171
+ | json-lsp | MIT | https://github.com/microsoft/vscode |
172
+ | yaml-language-server | MIT | https://github.com/redhat-developer/yaml-language-server |
173
+ | html-lsp | MIT | https://github.com/microsoft/vscode |
174
+ | css-lsp | MIT | https://github.com/microsoft/vscode |
175
+ | tailwindcss-language-server | MIT | https://github.com/tailwindlabs/tailwindcss-intellisense |
176
+ | bash-language-server | MIT | https://github.com/bash-lsp/bash-language-server |
177
+ | emmet-language-server | MIT | https://github.com/olrtg/emmet-language-server |
178
+ | svelte-language-server | MIT | https://github.com/sveltejs/language-tools |
179
+ | vue-language-server | MIT | https://github.com/vuejs/language-tools |
180
+ | graphql-language-service-cli | MIT | https://github.com/graphql/graphiql |
181
+ | astro-language-server | MIT | https://github.com/withastro/language-tools |
182
+ | dockerfile-language-server | MIT | https://github.com/rcjsuen/dockerfile-language-server |
183
+ | docker-compose-language-service | MIT | https://github.com/microsoft/compose-language-service |
184
+ | marksman | MIT | https://github.com/artempyanykh/marksman |
185
+ | sqlls | MIT | https://github.com/joe-re/sql-language-server |
186
+ | taplo | MIT | https://github.com/tamasfe/taplo |
187
+ | prettier | MIT | https://github.com/prettier/prettier |
188
+ | shfmt | BSD-3-Clause | https://github.com/mvdan/sh |
189
+ | stylua | MPL-2.0 | https://github.com/JohnnyMorganz/StyLua |
190
+ | black | MIT | https://github.com/psf/black |
191
+ | isort | MIT | https://github.com/PyCQA/isort |
192
+ | shellcheck | GPL-3.0 | https://github.com/koalaman/shellcheck |
193
+
194
+ **Note on shellcheck**: GPL-3.0 licensed but downloaded and executed as a standalone binary
195
+ at runtime — not linked into or distributed with SoulForge. This is standard usage
196
+ (same as running any GPL CLI tool from a non-GPL editor).
197
+
198
+ ---
199
+
200
+ ## License Texts
201
+
202
+ ### Apache License 2.0
203
+
204
+ Apache License
205
+ Version 2.0, January 2004
206
+ http://www.apache.org/licenses/
207
+
208
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
209
+
210
+ 1. Definitions.
211
+
212
+ "License" shall mean the terms and conditions for use, reproduction,
213
+ and distribution as defined by Sections 1 through 9 of this document.
214
+
215
+ "Licensor" shall mean the copyright owner or entity authorized by
216
+ the copyright owner that is granting the License.
217
+
218
+ "Legal Entity" shall mean the union of the acting entity and all
219
+ other entities that control, are controlled by, or are under common
220
+ control with that entity. For the purposes of this definition,
221
+ "control" means (i) the power, direct or indirect, to cause the
222
+ direction or management of such entity, whether by contract or
223
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
224
+ outstanding shares, or (iii) beneficial ownership of such entity.
225
+
226
+ "You" (or "Your") shall mean an individual or Legal Entity
227
+ exercising permissions granted by this License.
228
+
229
+ "Source" form shall mean the preferred form for making modifications,
230
+ including but not limited to software source code, documentation
231
+ source, and configuration files.
232
+
233
+ "Object" form shall mean any form resulting from mechanical
234
+ transformation or translation of a Source form, including but
235
+ not limited to compiled object code, generated documentation,
236
+ and conversions to other media types.
237
+
238
+ "Work" shall mean the work of authorship, whether in Source or
239
+ Object form, made available under the License, as indicated by a
240
+ copyright notice that is included in or attached to the work.
241
+
242
+ "Derivative Works" shall mean any work, whether in Source or Object
243
+ form, that is based on (or derived from) the Work and for which the
244
+ editorial revisions, annotations, elaborations, or other modifications
245
+ represent, as a whole, an original work of authorship. For the purposes
246
+ of this License, Derivative Works shall not include works that remain
247
+ separable from, or merely link (or bind by name) to the interfaces of,
248
+ the Work and Derivative Works thereof.
249
+
250
+ "Contribution" shall mean any work of authorship, including
251
+ the original version of the Work and any modifications or additions
252
+ to that Work or Derivative Works thereof, that is intentionally
253
+ submitted to the Licensor for inclusion in the Work by the copyright owner
254
+ or by an individual or Legal Entity authorized to submit on behalf of
255
+ the copyright owner. For the purposes of this definition, "submitted"
256
+ means any form of electronic, verbal, or written communication sent
257
+ to the Licensor or its representatives, including but not limited to
258
+ communication on electronic mailing lists, source code control systems,
259
+ and issue tracking systems that are managed by, or on behalf of, the
260
+ Licensor for the purpose of discussing and improving the Work, but
261
+ excluding communication that is conspicuously marked or otherwise
262
+ designated in writing by the copyright owner as "Not a Contribution."
263
+
264
+ "Contributor" shall mean Licensor and any individual or Legal Entity
265
+ on behalf of whom a Contribution has been received by the Licensor and
266
+ subsequently incorporated within the Work.
267
+
268
+ 2. Grant of Copyright License. Subject to the terms and conditions of
269
+ this License, each Contributor hereby grants to You a perpetual,
270
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
271
+ copyright license to reproduce, prepare Derivative Works of,
272
+ publicly display, publicly perform, sublicense, and distribute the
273
+ Work and such Derivative Works in Source or Object form.
274
+
275
+ 3. Grant of Patent License. Subject to the terms and conditions of
276
+ this License, each Contributor hereby grants to You a perpetual,
277
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
278
+ (except as stated in this section) patent license to make, have made,
279
+ use, offer to sell, sell, import, and otherwise transfer the Work,
280
+ where such license applies only to those patent claims licensable
281
+ by such Contributor that are necessarily infringed by their
282
+ Contribution(s) alone or by combination of their Contribution(s)
283
+ with the Work to which such Contribution(s) was submitted. If You
284
+ institute patent litigation against any entity (including a
285
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
286
+ or a Contribution incorporated within the Work constitutes direct
287
+ or contributory patent infringement, then any patent licenses
288
+ granted to You under this License for that Work shall terminate
289
+ as of the date such litigation is filed.
290
+
291
+ 4. Redistribution. You may reproduce and distribute copies of the
292
+ Work or Derivative Works thereof in any medium, with or without
293
+ modifications, and in Source or Object form, provided that You
294
+ meet the following conditions:
295
+
296
+ (a) You must give any other recipients of the Work or
297
+ Derivative Works a copy of this License; and
298
+
299
+ (b) You must cause any modified files to carry prominent notices
300
+ stating that You changed the files; and
301
+
302
+ (c) You must retain, in the Source form of any Derivative Works
303
+ that You distribute, all copyright, patent, trademark, and
304
+ attribution notices from the Source form of the Work,
305
+ excluding those notices that do not pertain to any part of
306
+ the Derivative Works; and
307
+
308
+ (d) If the Work includes a "NOTICE" text file as part of its
309
+ distribution, then any Derivative Works that You distribute must
310
+ include a readable copy of the attribution notices contained
311
+ within such NOTICE file, excluding any notices that do not
312
+ pertain to any part of the Derivative Works, in at least one
313
+ of the following places: within a NOTICE text file distributed
314
+ as part of the Derivative Works; within the Source form or
315
+ documentation, if provided along with the Derivative Works; or,
316
+ within a display generated by the Derivative Works, if and
317
+ wherever such third-party notices normally appear. The contents
318
+ of the NOTICE file are for informational purposes only and
319
+ do not modify the License. You may add Your own attribution
320
+ notices within Derivative Works that You distribute, alongside
321
+ or as an addendum to the NOTICE text from the Work, provided
322
+ that such additional attribution notices cannot be construed
323
+ as modifying the License.
324
+
325
+ You may add Your own copyright statement to Your modifications and
326
+ may provide additional or different license terms and conditions
327
+ for use, reproduction, or distribution of Your modifications, or
328
+ for any such Derivative Works as a whole, provided Your use,
329
+ reproduction, and distribution of the Work otherwise complies with
330
+ the conditions stated in this License.
331
+
332
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
333
+ any Contribution intentionally submitted for inclusion in the Work
334
+ by You to the Licensor shall be under the terms and conditions of
335
+ this License, without any additional terms or conditions.
336
+ Notwithstanding the above, nothing herein shall supersede or modify
337
+ the terms of any separate license agreement you may have executed
338
+ with Licensor regarding such Contributions.
339
+
340
+ 6. Trademarks. This License does not grant permission to use the trade
341
+ names, trademarks, service marks, or product names of the Licensor,
342
+ except as required for reasonable and customary use in describing the
343
+ origin of the Work and reproducing the content of the NOTICE file.
344
+
345
+ 7. Disclaimer of Warranty. Unless required by applicable law or
346
+ agreed to in writing, Licensor provides the Work (and each
347
+ Contributor provides its Contributions) on an "AS IS" BASIS,
348
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
349
+ implied, including, without limitation, any warranties or conditions
350
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
351
+ PARTICULAR PURPOSE. You are solely responsible for determining the
352
+ appropriateness of using or redistributing the Work and assume any
353
+ risks associated with Your exercise of permissions under this License.
354
+
355
+ 8. Limitation of Liability. In no event and under no legal theory,
356
+ whether in tort (including negligence), contract, or otherwise,
357
+ unless required by applicable law (such as deliberate and grossly
358
+ negligent acts) or agreed to in writing, shall any Contributor be
359
+ liable to You for damages, including any direct, indirect, special,
360
+ incidental, or consequential damages of any character arising as a
361
+ result of this License or out of the use or inability to use the
362
+ Work (including but not limited to damages for loss of goodwill,
363
+ work stoppage, computer failure or malfunction, or any and all
364
+ other commercial damages or losses), even if such Contributor
365
+ has been advised of the possibility of such damages.
366
+
367
+ 9. Accepting Warranty or Additional Liability. While redistributing
368
+ the Work or Derivative Works thereof, You may choose to offer,
369
+ and charge a fee for, acceptance of support, warranty, indemnity,
370
+ or other liability obligations and/or rights consistent with this
371
+ License. However, in accepting such obligations, You may act only
372
+ on Your own behalf and on Your sole responsibility, not on behalf
373
+ of any other Contributor, and only if You agree to indemnify,
374
+ defend, and hold each Contributor harmless for any liability
375
+ incurred by, or claims asserted against, such Contributor by reason
376
+ of your accepting any such warranty or additional liability.
377
+
378
+ END OF TERMS AND CONDITIONS
379
+
380
+ ### MIT License
381
+
382
+ Permission is hereby granted, free of charge, to any person obtaining a copy
383
+ of this software and associated documentation files (the "Software"), to deal
384
+ in the Software without restriction, including without limitation the rights
385
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
386
+ copies of the Software, and to permit persons to whom the Software is
387
+ furnished to do so, subject to the following conditions:
388
+
389
+ The above copyright notice and this permission notice shall be included in all
390
+ copies or substantial portions of the Software.
391
+
392
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
393
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
394
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
395
+
396
+ ### ISC License
397
+
398
+ Permission to use, copy, modify, and/or distribute this software for any
399
+ purpose with or without fee is hereby granted, provided that the above
400
+ copyright notice and this permission notice appear in all copies.
401
+
402
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
403
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
404
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
405
+ INDIRECT, OR CONSEQUENTIAL DAMAGES.
406
+
407
+ ### SIL Open Font License 1.1
408
+
409
+ Full text: https://openfontlicense.org/open-font-license-official-text/
410
+
411
+ ### Unlicense
412
+
413
+ This is free and unencumbered software released into the public domain.
414
+ Full text: https://unlicense.org/
415
+
416
+ ### BSD-3-Clause License
417
+
418
+ Full text: https://opensource.org/licenses/BSD-3-Clause
419
+
420
+ ### Vim License
421
+
422
+ VIM LICENSE
423
+
424
+ I) There are no restrictions on distributing unmodified copies of Vim except
425
+ that they must include this license text. You can also distribute
426
+ unmodified parts of Vim, likewise unrestricted except that they must
427
+ include this license text. You are also allowed to include executables
428
+ that you made from the unmodified Vim sources, plus your own usage
429
+ examples and Vim scripts.
430
+
431
+ II) It is allowed to distribute a modified (or extended) version of Vim,
432
+ including executables and/or source code, when the following four
433
+ conditions are met:
434
+ 1) This license text must be included unmodified.
435
+ 2) The modified Vim must be distributed in one of the following five ways:
436
+ a) If you make changes to Vim yourself, you must clearly describe in
437
+ the distribution how to contact you.
438
+ b) If you receive a modified Vim that was distributed to you under the
439
+ above conditions, you may further distribute it unmodified.
440
+ c) Provide all the changes, including source code, with every copy of
441
+ the modified Vim you distribute.
442
+ d) When there is a maintainer, e-mail the maintainer and make the
443
+ changes available to them within fourteen days after you receive the
444
+ modified Vim.
445
+ e) When the changes are very small this is not needed.
446
+ 3) A message must be added, at least in the strstrout() function and in
447
+ the strversion() function, such that the user of the modified Vim is
448
+ able to see that it was modified.
449
+ 4) The contact information as strequired by clause 2a must not be removed
450
+ or changed, except that the strperson himself can make changes.
451
+
452
+ III) If you distribute a modified version of Vim, you are encouraged to use
453
+ the Vim license for your changes and make them available to the
454
+ maintainer, including the source code. The strpreferred way to do this
455
+ is by e-mail or by uploading the files to a server and e-mailing the
456
+ URL. The current maintainer is Bram Moolenaar <Bram@vim.org>. If the
457
+ maintainer does not respond, use the Vim mailing list.
458
+
459
+ ### Mozilla Public License 2.0
460
+
461
+ Full text: https://www.mozilla.org/en-US/MPL/2.0/