From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [v2 1/2] licenses: Add the nmap license. Date: Mon, 28 Mar 2016 00:11:38 -0400 Message-ID: <75b196352d3a1201e65a018d9c4dc94d365eb753.1459138125.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akOWq-0006NP-MC for guix-devel@gnu.org; Mon, 28 Mar 2016 00:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akOWo-0003Kk-Rp for guix-devel@gnu.org; Mon, 28 Mar 2016 00:11:48 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akOWo-0003IL-O5 for guix-devel@gnu.org; Mon, 28 Mar 2016 00:11:46 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id BEA66680219 for ; Mon, 28 Mar 2016 00:11:44 -0400 (EDT) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * guix/licenses.scm (nmap): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.7.3