licenses: Add the nmap license.

* guix/licenses.scm (nmap): New variable.
This commit is contained in:
Leo Famulari 2016-01-30 23:56:13 -05:00
parent 42efe27a30
commit dcd19c0af8
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,7 @@
mpl1.0 mpl1.1 mpl2.0
ms-pl
ncsa
nmap
openldap2.8 openssl
psfl public-domain
qpl
@ -360,6 +361,11 @@ at URI, which may be a file:// URI pointing the package's tree."
"http://directory.fsf.org/wiki/License:IllinoisNCSA"
"https://www.gnu.org/licenses/license-list#NCSA"))
(define nmap
(license "Nmap license"
"https://svn.nmap.org/nmap/COPYING"
"https://fedoraproject.org/wiki/Licensing/Nmap"))
(define openssl
(license "OpenSSL"
"http://directory.fsf.org/wiki/License:OpenSSL"