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:
authorBrian White <mscdex@mscdex.net>2011-05-16 05:25:11 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-05-16 05:39:07 +0400
commite505a1215c5e1243c8790bf7d23c96c27900fff7 (patch)
tree12293f586a0ddb4362410943b9ec4f79a25b6c29 /LICENSE
parent91bd144d2ca38843bd35f2d7b06030cd730a03ff (diff)
Add reading/writing of floats and doubles from/to buffers
Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 3d1e95ccf63..0a4aa241625 100644
--- a/LICENSE
+++ b/LICENSE
@@ -66,3 +66,6 @@ The externally maintained libraries used by Node are:
- tools/cpplint.py is copyright Google Inc. and released under a
BSD license.
+
+ - lib/buffer_ieee754.js is copyright 2008 Fair Oaks Labs, Inc. and released
+ under the New BSD license.