diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-13 22:16:57 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-13 23:36:43 +0200 |
commit | 2323a7120a0f3ed96fedfff42e86c0aee97995c0 (patch) | |
tree | f6760c3a84ef6f94faca9ec12877976182c8c7e8 /guix/licenses.scm | |
parent | 17032767da189a31d24fc350e68d065ec12bb9f6 (diff) |
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.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 5038f75638..cd43386102 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -76,7 +76,7 @@ mpl1.0 mpl1.1 mpl2.0 ms-pl ncsa - nmap + npsl ogl-psi1.0 openldap2.8 openssl 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" "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 npsl + (license "Nmap Public Source License" + "https://svn.nmap.org/nmap/LICENSE" + "https://nmap.org/npsl/")) (define ogl-psi1.0 (license "Open Government Licence for Public Sector Information" |