doc: clarify license section and add contributor note

PR-URL: https://github.com/nodejs/node/pull/60590
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
This commit is contained in:
KaleruMadhu 2025-11-17 13:45:38 +05:30 committed by GitHub
parent 61cf89cb35
commit 6f0d104f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -903,11 +903,14 @@ releases on a rotation basis as outlined in the
## License
Node.js is available under the
[MIT License](https://opensource.org/licenses/MIT). Node.js also includes
external libraries that are available under a variety of licenses. See
[LICENSE](https://github.com/nodejs/node/blob/HEAD/LICENSE) for the full
license text.
Node.js is licensed under the [MIT License](https://opensource.org/licenses/MIT).
This project also depends on external libraries that may use different open-source
licenses. For a complete list of included licenses, please see the
[LICENSE](https://github.com/nodejs/node/blob/main/LICENSE) file.
If you are contributing documentation or source changes, please ensure your
additions comply with the projects license guidelines.
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
[Contributing to the project]: CONTRIBUTING.md