From f78b11d50e027945a9b88dafc8ad27fe0e2b72cd Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 19 Jul 2012 23:22:24 +0000 Subject: [PATCH] Give an example license line for folks who want to use a BSD-style license for their scripts --- docs/scripting.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 6f0d876ad..280a07586 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1173,7 +1173,13 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html" The Nmap license is similar to the GNU GPL. Script authors may use a BSD-style license (no advertising clause) instead if they prefer -that. +that. For a BSD-style license, please include this line: + + +license = "Simplified (2-clause) BSD license--See http://nmap.org/svn/docs/licenses/BSD-simplified" + + +