diff options
author | Leo Famulari <leo@famulari.name> | 2016-01-30 23:56:13 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-31 01:40:30 -0400 |
commit | dcd19c0af86e96aced0593431ca2f54e8554e372 (patch) | |
tree | 3b77031dacc40d384ac69402d1318c047a201930 | |
parent | 42efe27a30b1f0981b69336089b42afa3537fcc7 (diff) | |
download | gnu-guix-dcd19c0af86e96aced0593431ca2f54e8554e372.tar gnu-guix-dcd19c0af86e96aced0593431ca2f54e8554e372.tar.gz |
licenses: Add the nmap license.
* guix/licenses.scm (nmap): New variable.
-rw-r--r-- | guix/licenses.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 71c0736223..265f048278 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -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" |