From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 14/24] gnu: gstreamer: Use license: prefix. Date: Wed, 17 Aug 2016 11:17:23 +0200 Message-ID: <20160817111723.38c00bbe@scratchpost.org> References: <20160816183938.22794-1-david@craven.ch> <20160816183938.22794-14-david@craven.ch> <87inv0ii7o.fsf@gmail.com> <20160816173803.24645a5e@openmailbox.org> <20160817104751.4f2e7606@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZwyb-0002R0-B3 for guix-devel@gnu.org; Wed, 17 Aug 2016 05:17:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZwyX-00068g-5K for guix-devel@gnu.org; Wed, 17 Aug 2016 05:17:33 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:51536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZwyW-00068J-V2 for guix-devel@gnu.org; Wed, 17 Aug 2016 05:17:29 -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: David Craven Cc: guix-devel , Alex Kost On Wed, 17 Aug 2016 10:53:23 +0200 David Craven wrote: > Ah, I was thinking more about lgpl2.1+ and the sorts... So is it a > good idea to prefix all licenses in guix licenses itself (as Eric > mentioned), and be done with it? That would be a massive refactoring - but can be done eventually. I would just #:prefix license: whenever one touches something that caused these problems. No need to modify everything in one go.