summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2011-05-15 21:25:11 -0400
committerRyan Dahl <ry@tinyclouds.org>2011-05-15 18:39:07 -0700
commite505a1215c5e1243c8790bf7d23c96c27900fff7 (patch)
tree12293f586a0ddb4362410943b9ec4f79a25b6c29 /LICENSE
parent91bd144d2ca38843bd35f2d7b06030cd730a03ff (diff)
downloadandroid-node-v8-e505a1215c5e1243c8790bf7d23c96c27900fff7.tar.gz
android-node-v8-e505a1215c5e1243c8790bf7d23c96c27900fff7.tar.bz2
android-node-v8-e505a1215c5e1243c8790bf7d23c96c27900fff7.zip
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 3d1e95ccf6..0a4aa24162 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.