summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-06-23 15:42:12 -0400
committerRich Trott <rtrott@gmail.com>2018-07-20 13:37:40 -0700
commit946686521dab15d7725af9d28f4bfd5596ba27d6 (patch)
treecc42eda0db8f46bbe014f426084bb72211dcccc8 /LICENSE
parent1ffd35310a5fa5ba0a5b0df963c70287ce004cc5 (diff)
downloadandroid-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.tar.gz
android-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.tar.bz2
android-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.zip
tools: create HTML docs with unified/remark/rehype
PR-URL: https://github.com/nodejs/node/pull/21490 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE51
1 files changed, 51 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d768eb3e2d..c0546eea9d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1197,6 +1197,57 @@ The externally maintained libraries used by Node.js are:
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
+- unified, located at deps/unified, is licensed as follows:
+ """
+ (The MIT License)
+
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+ """
+
+- remark-rehype, located at deps/remark-rehype, is licensed as follows:
+ """
+ (The MIT License)
+
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ """
+
- remark-cli, located at tools/remark-cli, is licensed as follows:
"""
(The MIT License)