summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/res/node.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/res/node.rc b/src/res/node.rc
index 48559ab5c1..dd0d53f255 100644
--- a/src/res/node.rc
+++ b/src/res/node.rc
@@ -50,14 +50,14 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "Joyent, Inc"
- VALUE "ProductName", "Node.js"
- VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
- VALUE "FileVersion", NODE_VERSION_STRING
- VALUE "ProductVersion", NODE_VERSION_STRING
+ VALUE "CompanyName", "io.js"
+ VALUE "ProductName", "io.js"
+ VALUE "FileDescription", "io.js: Server-side JavaScript"
+ VALUE "FileVersion", "NODE_VERSION_STRING"
+ VALUE "ProductVersion", "NODE_VERSION_STRING"
VALUE "OriginalFilename", "iojs.exe"
- VALUE "InternalName", "node"
- VALUE "LegalCopyright", "Copyright Joyent, Inc. and other Node contributors. MIT license."
+ VALUE "InternalName", "iojs"
+ VALUE "LegalCopyright", "Copyright io.js contributors. MIT license."
END
END
BLOCK "VarFileInfo"