Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankQiu <iam.frankqiu@gmail.com>2020-11-26 13:28:15 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-12-16 02:27:32 +0300
commit91fe3de5e62bc9f282044730007fa5e1d66dfd7a (patch)
tree5d091bfa75c8c14fa2ead4153efea629723271ed /README.md
parenta9c0077493e86b6e2c6ef51a74bdb0b7eb2e87f7 (diff)
doc: add license info to the README
PR-URL: https://github.com/nodejs/node/pull/36278 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7379fc59f1c..7c893f31f8c 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
* [Collaborators](#collaborators)
* [Release Keys](#release-keys)
+* [License](#license)
## Support
@@ -645,6 +646,14 @@ Other keys used to sign some previous releases:
* **Timothy J Fontaine** &lt;tjfontaine@gmail.com&gt;
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
+## 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/master/LICENSE) for the full
+license text.
+
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
[Contributing to the project]: CONTRIBUTING.md
[Node.js Website]: https://nodejs.org/