Skip to content

Commit 6f0d104

Browse files
authored
doc: clarify license section and add contributor note
PR-URL: #60590 Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 61cf89c commit 6f0d104

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,14 @@ releases on a rotation basis as outlined in the
903903

904904
## License
905905

906-
Node.js is available under the
907-
[MIT License](https://opensource.org/licenses/MIT). Node.js also includes
908-
external libraries that are available under a variety of licenses. See
909-
[LICENSE](https://github.com/nodejs/node/blob/HEAD/LICENSE) for the full
910-
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
909+
licenses. For a complete list of included licenses, please see the
910+
[LICENSE](https://github.com/nodejs/node/blob/main/LICENSE) file.
911+
912+
If you are contributing documentation or source changes, please ensure your
913+
additions comply with the project’s license guidelines.
911914

912915
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
913916
[Contributing to the project]: CONTRIBUTING.md

0 commit comments

Comments
 (0)