From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 1/2] gnu: Add python-axolotl-curve25519. Date: Wed, 19 Oct 2016 16:57:17 +0100 Message-ID: <87wph45o2q.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> References: <20161019141849.4450-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwtF4-0003dL-Aw for guix-devel@gnu.org; Wed, 19 Oct 2016 11:57:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwtF1-0002mG-72 for guix-devel@gnu.org; Wed, 19 Oct 2016 11:57:22 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34047) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwtF1-0002mA-3o for guix-devel@gnu.org; Wed, 19 Oct 2016 11:57:19 -0400 In-Reply-To: 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" To: Arun Isaac , guix-devel@gnu.org Arun Isaac writes: > Arun Isaac writes: > >> + (license license:gpl3))) > > The file curve/curve25519-donna.c is licensed under a different license > with Google Inc. as the copyright holder. The rest of the code is under > GPL3. So, what license should I specify in the package definition? You can provide a list of licenses in the license field. See e.g. b747718e for an example with file names as comments. Good catch! :)