Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2015-08-13 19:14:34 +0300
committercjihrig <cjihrig@gmail.com>2015-08-24 00:59:43 +0300
commita69ab27ab458385d24676792b75ad1c25b8c30e5 (patch)
treeeb44f3d0affb9173c2822fbbf25aa2a8a7ae6fe2 /src/res
parentae8d436623109f315229ca9cc05715af362257b0 (diff)
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 fed2026a926..fed2026a926 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 526f795b182..587843df2f7 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 9e8c477b117..efdc26d3dee 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 be878148c23..2f77e332f7f 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"