diff options
author | Rod Vagg <rod@vagg.org> | 2015-01-12 10:59:30 +1100 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-01-14 07:57:38 +1100 |
commit | 10f84adb1877b5ed41816dc267d67635aaa4c8bf (patch) | |
tree | 0d8c956b41fef0110c2236db4794f7217d24c949 /LICENSE | |
parent | 50648d601812b933b1dbe1bcf1dad141e489ce36 (diff) | |
download | node-new-10f84adb1877b5ed41816dc267d67635aaa4c8bf.tar.gz |
doc: add io.js LICENSE block
PR-URL: https://github.com/iojs/io.js/pull/294
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Discussed in TC meeting 2015-01-13, merge but accept changes
if better advice comes along
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -1,7 +1,32 @@ -Node's license follows: +io.js is licensed for use as follows: ==== +Copyright io.js 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. + +=== + +This license applies to parts of io.js originating from the +https://github.com/joyent/node repository: + 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 @@ -23,8 +48,8 @@ IN THE SOFTWARE. ==== -This license applies to all parts of Node that are not externally -maintained libraries. The externally maintained libraries used by Node are: +This license applies to all parts of io.js that are not externally +maintained libraries. The externally maintained libraries used by io.js are: - V8, located at deps/v8. V8's license follows: """ @@ -555,7 +580,7 @@ maintained libraries. The externally maintained libraries used by Node are: included for use in the npm website and documentation, used with permission. - This program uses several Node modules contained in the node_modules/ + This program uses several io.js modules contained in the node_modules/ subdirectory, according to the terms of their respective licenses. """ |