File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD033 MD013 -->
2+
13# Node.js
24
35Node.js is an open-source, cross-platform JavaScript runtime environment.
@@ -901,11 +903,14 @@ releases on a rotation basis as outlined in the
901903
902904## License
903905
904- Node.js is available under the
905- [ MIT License] ( https://opensource.org/licenses/MIT ) . Node.js also includes
906- external libraries that are available under a variety of licenses. See
907- [ LICENSE] ( https://github.com/nodejs/node/blob/HEAD/LICENSE ) for the full
908- license text.
906+ Node.js is licensed under the [ MIT License] ( https://opensource.org/licenses/MIT ) .
907+
908+ This project also depends on external libraries that may use different open-source licenses.
909+ For a complete list of included licenses, please see the [ LICENSE] ( https://github.com/nodejs/node/blob/main/LICENSE ) file.
910+
911+ If you are contributing documentation or source changes, please ensure your additions comply with the project’s license guidelines.
912+
913+ ***
909914
910915[ Code of Conduct ] : https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
911916[ Contributing to the project ] : CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments