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:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-11 19:57:05 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-11 20:02:43 +0400
commit326b2cb34e27237427fb94c5b9ae4148d10e763d (patch)
treec296725d43c57a7061c9a73a63a930c40fb3c159 /LICENSE
parent426298c8c1c0d5b5224ac3658c41e7c2a3fe9377 (diff)
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--LICENSE3
1 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 7802ec1d64b..d8d88d62cce 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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.