summaryrefslogtreecommitdiff
path: root/tools/doc/LICENSE
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-05 10:59:14 -0800
committerisaacs <i@izs.me>2012-03-05 10:59:14 -0800
commit33f9074a621f5f62dea018e61968a2617397f738 (patch)
treefdbb967613ab03d4d6cc8c404d9fd5c295b1742c /tools/doc/LICENSE
parent8258bd467a178297096f409e305f0d04abc765a7 (diff)
downloadandroid-node-v8-33f9074a621f5f62dea018e61968a2617397f738.tar.gz
android-node-v8-33f9074a621f5f62dea018e61968a2617397f738.tar.bz2
android-node-v8-33f9074a621f5f62dea018e61968a2617397f738.zip
Mention marked, and add license to doc generator
Diffstat (limited to 'tools/doc/LICENSE')
-rw-r--r--tools/doc/LICENSE18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/doc/LICENSE b/tools/doc/LICENSE
new file mode 100644
index 0000000000..e3d4e695a4
--- /dev/null
+++ b/tools/doc/LICENSE
@@ -0,0 +1,18 @@
+Copyright Joyent, Inc. and other Node contributors. All rights reserved.
+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.