mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
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:
parent
61cf89cb35
commit
6f0d104f9d
13
README.md
13
README.md
@ -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 project’s license guidelines.
|
||||
|
||||
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
|
||||
[Contributing to the project]: CONTRIBUTING.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user