From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: gajim: License is "version 3 only". Date: Wed, 19 Oct 2016 13:23:50 -0400 Message-ID: <20161019172350.GD8998@jasmine> References: <20161019045005.3678-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwuaq-0007cW-Sn for guix-devel@gnu.org; Wed, 19 Oct 2016 13:23:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwuan-0003bc-P7 for guix-devel@gnu.org; Wed, 19 Oct 2016 13:23:56 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwuan-0003bC-JS for guix-devel@gnu.org; Wed, 19 Oct 2016 13:23:53 -0400 Content-Disposition: inline In-Reply-To: <20161019045005.3678-1-arunisaac@systemreboot.net> 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 Cc: guix-devel@gnu.org On Wed, Oct 19, 2016 at 10:20:04AM +0530, Arun Isaac wrote: > * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. Thanks for checking on this! Indeed, the bulk of the license headers say "version 3 only", so I think gajim is GPL3. But, I found a few files that are GPL3+, and at least one 2-clause BSD licensed file in 'src/command-system'. Can you revise this patch to give a license list, with comments explaining that the package is GPL3 but includes some differently-licensed components? > --- > gnu/packages/messaging.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm > index 0089da1..37bbed7 100644 > --- a/gnu/packages/messaging.scm > +++ b/gnu/packages/messaging.scm > @@ -504,7 +504,7 @@ Among its features are: a tabbed chat window and single window modes; support > for group chat (with Multi-User Chat protocol), invitation, chat to group chat > transformation; audio and video conferences; file transfer; TLS, GPG and > end-to-end encryption support; XML console.") > - (license license:gpl3+))) > + (license license:gpl3))) > > (define-public prosody > (package > -- > 2.10.1 > >