summaryrefslogtreecommitdiff
path: root/src/res
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 /src/res
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 'src/res')
-rw-r--r--src/res/node.ico (renamed from src/res/iojs.ico)bin23284 -> 23284 bytes
-rw-r--r--src/res/node.rc14
-rw-r--r--src/res/node_etw_provider.man4
-rw-r--r--src/res/node_perfctr_provider.man2
4 files changed, 10 insertions, 10 deletions
diff --git a/src/res/iojs.ico b/src/res/node.ico
index fed2026a92..fed2026a92 100644
--- a/src/res/iojs.ico
+++ b/src/res/node.ico
Binary files differ
diff --git a/src/res/node.rc b/src/res/node.rc
index 526f795b18..587843df2f 100644
--- a/src/res/node.rc
+++ b/src/res/node.rc
@@ -3,7 +3,7 @@
// Application icon
-1 ICON iojs.ico
+1 ICON node.ico
// Version resource
@@ -29,14 +29,14 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "io.js"
- VALUE "ProductName", "io.js"
- VALUE "FileDescription", "io.js: Server-side JavaScript"
+ VALUE "CompanyName", "Node.js"
+ VALUE "ProductName", "Node.js"
+ VALUE "FileDescription", "Node.js: Server-side JavaScript"
VALUE "FileVersion", "NODE_VERSION_STRING"
VALUE "ProductVersion", "NODE_VERSION_STRING"
- VALUE "OriginalFilename", "iojs.exe"
- VALUE "InternalName", "iojs"
- VALUE "LegalCopyright", "Copyright io.js contributors. MIT license."
+ VALUE "OriginalFilename", "node.exe"
+ VALUE "InternalName", "node"
+ VALUE "LegalCopyright", "Copyright Node.js contributors. MIT license."
END
END
BLOCK "VarFileInfo"
diff --git a/src/res/node_etw_provider.man b/src/res/node_etw_provider.man
index 9e8c477b11..efdc26d3de 100644
--- a/src/res/node_etw_provider.man
+++ b/src/res/node_etw_provider.man
@@ -7,8 +7,8 @@
<provider name="NodeJS-ETW-provider"
guid="{77754E9B-264B-4D8D-B981-E4135C1ECB0C}"
symbol="NODE_ETW_PROVIDER"
- resourceFileName="iojs.exe"
- messageFileName="iojs.exe">
+ resourceFileName="node.exe"
+ messageFileName="node.exe">
<tasks>
<task name="MethodRuntime" value="1"
diff --git a/src/res/node_perfctr_provider.man b/src/res/node_perfctr_provider.man
index be878148c2..2f77e332f7 100644
--- a/src/res/node_perfctr_provider.man
+++ b/src/res/node_perfctr_provider.man
@@ -6,7 +6,7 @@
<counters xmlns="http://schemas.microsoft.com/win/2005/12/counters"
schemaVersion="1.1">
<provider symbol="NodeCounterProvider"
- applicationIdentity="iojs.exe"
+ applicationIdentity="node.exe"
providerType="userMode"
providerGuid="{793C9B44-3D6B-4F57-B5D7-4FF80ADCF9A2}">
<counterSet symbol="NodeCounterSet"