1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

Give an example license line for folks who want to use a BSD-style license for their scripts

This commit is contained in:
fyodor
2012-07-19 23:22:24 +00:00
parent 72b0056fb5
commit f78b11d50e

View File

@@ -1173,7 +1173,13 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
<para>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.</para>
that. For a BSD-style license, please include this line:
<programlisting>
license = "Simplified (2-clause) BSD license--See http://nmap.org/svn/docs/licenses/BSD-simplified"
</programlisting>
</para>
</sect2>