diff --git a/docs/scripting.xml b/docs/scripting.xml index ec6678805..78f659c55 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -485,14 +485,17 @@ categories. <literal>author</literal> Field - The author field contains the name of the script author and/or a method to contact them. If you are worried about spam, you might want to omit or obscure your email address, or give your home page URL instead. The field is optional and not currently used. + The author field contains the script authors name and contact information. If you are worried about spam, you might want to omit or obscure your email address, or give your home page URL instead. This optional field is not used by NSE, but is important for giving script authors due credit or blame. <literal>license</literal> Field - - We're still finalizing this. The field is optional and not currently used. See . + This field describes the license applied to the script. All scripts currently shipped with Nmap contain: + +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" + +See for further details on contributing NSE scripts to Nmap.