guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: licenses: Add the nmap license.


From: Leo Famulari
Subject: 01/02: licenses: Add the nmap license.
Date: Thu, 31 Mar 2016 06:30:16 +0000

lfam pushed a commit to branch master
in repository guix.

commit dcd19c0af86e96aced0593431ca2f54e8554e372
Author: Leo Famulari <address@hidden>
Date:   Sat Jan 30 23:56:13 2016 -0500

    licenses: Add the nmap license.
    
    * guix/licenses.scm (nmap): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 71c0736..265f048 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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]