From d3c851621abcde13d58c37cbe2af4bad5c83ac6b Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 27 Sep 2017 21:44:55 +0000 Subject: [PATCH] Add note and reference to punycode.js in the main part of NSEdoc for punycode.lua --- nselib/punycode.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nselib/punycode.lua b/nselib/punycode.lua index 841767346..547586936 100644 --- a/nselib/punycode.lua +++ b/nselib/punycode.lua @@ -16,8 +16,12 @@ -- Advantages of Bootstring algorithm are Completeness, Uniqueness, -- Reversibility, Efficient encoding, Simplicity and Readability. -- +-- Portions of this library were adapted from punycode.js by Mathias Bynens +-- under the MIT License. +-- -- References: -- * http://ietf.org/rfc/rfc3492.txt +-- * punycode.js: https://mths.be/punycode -- -- @author Rewanth Cool -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html