licenses: Add the nmap license.
* guix/licenses.scm (nmap): New variable.
This commit is contained in:
parent
42efe27a30
commit
dcd19c0af8
|
@ -57,6 +57,7 @@
|
||||||
mpl1.0 mpl1.1 mpl2.0
|
mpl1.0 mpl1.1 mpl2.0
|
||||||
ms-pl
|
ms-pl
|
||||||
ncsa
|
ncsa
|
||||||
|
nmap
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
psfl public-domain
|
psfl public-domain
|
||||||
qpl
|
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"
|
"http://directory.fsf.org/wiki/License:IllinoisNCSA"
|
||||||
"https://www.gnu.org/licenses/license-list#NCSA"))
|
"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
|
(define openssl
|
||||||
(license "OpenSSL"
|
(license "OpenSSL"
|
||||||
"http://directory.fsf.org/wiki/License:OpenSSL"
|
"http://directory.fsf.org/wiki/License:OpenSSL"
|
||||||
|
|
Loading…
Reference in New Issue