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
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2010-08-12 03:00:02 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-08-13 03:23:41 +0400
commit758f12f34c23142d3fa63eb6d5d6d06b94885ccb (patch)
tree8ae19857c552b68b4358ed804331c63998bd2865 /LICENSE
parent083ee0f8b7a8d98d51bf2debf47d68117f13087f (diff)
added read and write support for process.title Darwin
This will only manipulate the OS X-level process name, not the title shown in e.g. ps.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 7b72de07190..108cdf58dc8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -33,6 +33,9 @@ are:
and has copyrights from Jérémy Lal, Ryan Tomayko, Dominic Baggott, Ash
Berlin, and Joey Mazzarelli.
+ - src/platform_darwin_proctitle.cc, has code taken from the Chromium
+ project copyright Google Inc. and released with the BSD license.
+
Node's license follows: