summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2015-08-13 12:14:34 -0400
committercjihrig <cjihrig@gmail.com>2015-08-23 17:59:43 -0400
commita69ab27ab458385d24676792b75ad1c25b8c30e5 (patch)
treeeb44f3d0affb9173c2822fbbf25aa2a8a7ae6fe2 /LICENSE
parentae8d436623109f315229ca9cc05715af362257b0 (diff)
downloadandroid-node-v8-a69ab27ab458385d24676792b75ad1c25b8c30e5.tar.gz
android-node-v8-a69ab27ab458385d24676792b75ad1c25b8c30e5.tar.bz2
android-node-v8-a69ab27ab458385d24676792b75ad1c25b8c30e5.zip
node: rename from io.js to node
This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE12
1 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 7d215a0717..753f9c7e20 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
-io.js is licensed for use as follows:
+Node.js is licensed for use as follows:
"""
-Copyright io.js contributors. All rights reserved.
+Copyright Node.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
@@ -22,7 +22,7 @@ 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
+This license applies to parts of Node.js originating from the
https://github.com/joyent/node repository:
"""
@@ -46,10 +46,10 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""
-The io.js license applies to all parts of io.js that are not externally
+The Node.js license applies to all parts of Node.js that are not externally
maintained libraries.
-The externally maintained libraries used by io.js are:
+The externally maintained libraries used by Node.js are:
- V8, located at deps/v8. V8's license follows:
"""
@@ -612,7 +612,7 @@ The externally maintained libraries used by io.js are:
included for use in the npm website and documentation,
used with permission.
- This program uses several io.js modules contained in the node_modules/
+ This program uses several Node.js modules contained in the node_modules/
subdirectory, according to the terms of their respective licenses.
"""