diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-11 16:57:05 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-11 17:02:43 +0100 |
commit | 326b2cb34e27237427fb94c5b9ae4148d10e763d (patch) | |
tree | c296725d43c57a7061c9a73a63a930c40fb3c159 /LICENSE | |
parent | 426298c8c1c0d5b5224ac3658c41e7c2a3fe9377 (diff) | |
download | node-new-326b2cb34e27237427fb94c5b9ae4148d10e763d.tar.gz |
punycode: replace with Mathias Bynens's implementation
The currently bundled library doesn't pass all the test cases from RFC 3492.
Mathias's library does.
Home: https://github.com/bestiejs/punycode.js
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ The externally maintained libraries used by Node are: - lib/buffer_ieee754.js is copyright 2008 Fair Oaks Labs, Inc. and released under the New BSD license. - - lib/punycode.js is copyright 2011 Ben Noordhuis and released under the MIT license. + - lib/punycode.js is copyright 2011 Mathias Bynens <http://mathiasbynens.be/> + and released under the MIT license. - tools/gyp GYP is a meta-build system copyright 2009 Google Inc and licensed under the three clause BSD license. See tools/gyp/LICENSE. |