gnu: nmap: Update license.
* guix/licenses.scm (nmap): Rename to ... (npsl): ... this. Adjust name and URL, and remove outdated Fedora wiki entry in favor of nmap's own annotated version. * gnu/packages/admin.scm (nmap)[license]: Adjust accordingly.
This commit is contained in:
parent
17032767da
commit
2323a7120a
2 changed files with 6 additions and 6 deletions
|
@ -2670,7 +2670,7 @@ advanced netcat implementation (ncat), a utility for comparing scan
|
||||||
results (ndiff), and a packet generation and response analysis tool (nping).")
|
results (ndiff), and a packet generation and response analysis tool (nping).")
|
||||||
;; This package uses nmap's bundled versions of libdnet and liblinear, which
|
;; This package uses nmap's bundled versions of libdnet and liblinear, which
|
||||||
;; both use a 3-clause BSD license.
|
;; both use a 3-clause BSD license.
|
||||||
(license (list license:nmap license:bsd-3))))
|
(license (list license:npsl license:bsd-3))))
|
||||||
|
|
||||||
(define-public dstat
|
(define-public dstat
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
mpl1.0 mpl1.1 mpl2.0
|
mpl1.0 mpl1.1 mpl2.0
|
||||||
ms-pl
|
ms-pl
|
||||||
ncsa
|
ncsa
|
||||||
nmap
|
npsl
|
||||||
ogl-psi1.0
|
ogl-psi1.0
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
perl-license
|
perl-license
|
||||||
|
@ -521,10 +521,10 @@ 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
|
(define npsl
|
||||||
(license "Nmap license"
|
(license "Nmap Public Source License"
|
||||||
"https://svn.nmap.org/nmap/COPYING"
|
"https://svn.nmap.org/nmap/LICENSE"
|
||||||
"https://fedoraproject.org/wiki/Licensing/Nmap"))
|
"https://nmap.org/npsl/"))
|
||||||
|
|
||||||
(define ogl-psi1.0
|
(define ogl-psi1.0
|
||||||
(license "Open Government Licence for Public Sector Information"
|
(license "Open Government Licence for Public Sector Information"
|
||||||
|
|
Reference in a new issue