diff options
author | Brian White <mscdex@mscdex.net> | 2011-05-15 21:25:11 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-05-15 18:39:07 -0700 |
commit | e505a1215c5e1243c8790bf7d23c96c27900fff7 (patch) | |
tree | 12293f586a0ddb4362410943b9ec4f79a25b6c29 /LICENSE | |
parent | 91bd144d2ca38843bd35f2d7b06030cd730a03ff (diff) | |
download | node-new-e505a1215c5e1243c8790bf7d23c96c27900fff7.tar.gz |
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-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |