From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 04/31] gnu: Add baloo. Date: Sat, 27 Aug 2016 08:32:28 +0200 Message-ID: <87oa4eoh6r.fsf@elephly.net> References: <20160826215300.12913-1-david@craven.ch> <20160826215300.12913-5-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdXAT-0007gM-Tr for guix-devel@gnu.org; Sat, 27 Aug 2016 02:32:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdXAQ-0001br-Ou for guix-devel@gnu.org; Sat, 27 Aug 2016 02:32:37 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdXAQ-0001bi-FP for guix-devel@gnu.org; Sat, 27 Aug 2016 02:32:34 -0400 In-reply-to: <20160826215300.12913-5-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org David Craven writes: > * gnu/packages/kde-frameworks.scm (baloo): New variable. […] > + (license (list license:gpl2+ license:lgpl2.1+)))) Please add a comment above that explains what this list means, e.g. to what file which of the two licenses apply. Other than that it’s perfect. Thank you! ~~ Ricardo