tree-sitter-nvmrc bundles and derives from third-party material licensed under
the MIT License. As required by that license, the original copyright notices and
permission notices are reproduced below verbatim.

The tree-sitter-nvmrc project itself is Copyright (c) 2026 Rishvic Pushpakaran
and is distributed under the MIT License; see the LICENSE file for its terms.


================================================================================
tree-sitter  --  Copyright (c) 2018 Max Brunsfeld
================================================================================

The parser scaffolding and language bindings are generated by the tree-sitter
CLI and derive from the tree-sitter project. This covers the runtime parser
headers under src/tree_sitter/ (alloc.h, array.h, parser.h) and the per-language
binding sources and build manifests (bindings/, binding.gyp, CMakeLists.txt,
Makefile, Cargo.toml, Package.swift, go.mod, setup.py, pyproject.toml, and the
like).

Upstream: https://github.com/tree-sitter/tree-sitter
The text below is reproduced verbatim from crates/generate/LICENSE and
crates/cli/LICENSE, which are byte-identical.

--------------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2018 Max Brunsfeld

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.


================================================================================
tree-sitter-c  --  Copyright (c) 2014 Max Brunsfeld
================================================================================

The GitHub Actions release workflow (.github/workflows/publish.yaml) is copied
from the tree-sitter-c project, which drives the reusable workflows under
tree-sitter/workflows.

Upstream: https://github.com/tree-sitter/tree-sitter-c
The text below is reproduced verbatim from its LICENSE. It matches the
tree-sitter notice above except for the copyright year.

--------------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2014 Max Brunsfeld

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.


================================================================================
nvmrc  --  Copyright (c) 2024 nvm.sh
================================================================================

Example .nvmrc content used in the test corpus (test/corpus/basic.txt) derives
from the nvmrc project.

Upstream: https://github.com/nvm-sh/nvmrc
The text below is reproduced verbatim from its LICENSE.

--------------------------------------------------------------------------------

MIT License

Copyright (c) 2024 nvm.sh

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.
