Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp89140pxu; Tue, 1 Dec 2020 06:48:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJy0QqIV25/nilX/24c0fqVRqrOpMf9qeYVTPhbilwn7jVVf8lSi/X2FyHFeLhFc8NdtNyqR X-Received: by 2002:a17:906:b003:: with SMTP id v3mr3349548ejy.290.1606834121767; Tue, 01 Dec 2020 06:48:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606834121; cv=none; d=google.com; s=arc-20160816; b=pt30Dnxhj22eMKc149IxvV6C+zZ3W0M15kXgA0YMNvT9+lHYF/lWS/u6Lhu2McaK4N zdeip11iIj57S65uORuvTQZxTUA4aQByaiPkIhy7J+JjTdZ/UVU4iYT1pQy9fCouk6FN BcRGUlE8KixLMl/NHbVczwFKzvn2sBoZBFZD25PYUbCWYwUu2ZLB4lKihqDjvVi69UtP NrvTKh8zKBsU3HcvsxIaT7K9Z241iXawMhL41vI/iLLfaayh/TC1DSR30C1DosdcqAB+ sHm7zGYMFBKRzjGozVEiW4eInDbXjcK+lOdyWUWkb2f8fJpx51oCXUbtRCWF4mLFJuPt Su9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=jhoddGck0Nw122WZjSmN440vNR8Yye7Q+ASeEyqF81w=; b=vpn6soP7xDyaiQUCqVN9+fOw8HAgFuzhZ9PzEzlIOxLM5NZQRnMOQVA5gBCyzgmtwk AwS9g+J68wRDE0DbfwVFymSQ2P6Sn99MK0KrfhfTIlGmuQrVzFPVgEg0sjgxGd4y3MQW pRFNBqOQ2D1ZhK+BnFbeyHRixEKWQVCdzcQszfs5MzdkQrBKWx9op6mALH3NO+sYvZxd hvzOMjryPV0VSWFQGa6tNSOEgjPjoAvixSDGOhMIQmGLX7yEc/9UEuc1w9hWqShSUTv+ yNEitFS7FeGfJNCuMPXIMeCraGp+bHcWAGfzwz6a9WOd5PgW8dm7AyR4f9sehwB9LnbP hxMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a12si28659ejg.220.2020.12.01.06.48.18; Tue, 01 Dec 2020 06:48:41 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391467AbgLAOoE (ORCPT + 99 others); Tue, 1 Dec 2020 09:44:04 -0500 Received: from verein.lst.de ([213.95.11.211]:50131 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387963AbgLAOoD (ORCPT ); Tue, 1 Dec 2020 09:44:03 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4CA9968AFE; Tue, 1 Dec 2020 15:43:16 +0100 (CET) Date: Tue, 1 Dec 2020 15:43:14 +0100 From: Christoph Hellwig To: Jonathan Corbet Cc: Matthew Wilcox , Thorsten Leemhuis , Christoph Hellwig , Randy Dunlap , Greg Kroah-Hartman , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH v3 1/3] LICENSES: Add the CC-BY-4.0 license Message-ID: <20201201144314.GA14256@lst.de> References: <20201124091852.GB11695@lst.de> <04eae024-811d-d11e-b8bd-52f0dd0e225f@leemhuis.info> <20201124093658.GA13174@lst.de> <20201124121109.GY4327@casper.infradead.org> <20201130075137.3b551bef@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201130075137.3b551bef@lwn.net> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 30, 2020 at 07:51:37AM -0700, Jonathan Corbet wrote: > We could also, if we saw fit, take the position that anything that has > been processed through the docs build is a derived product of the kernel > and must be GPL-licensed - any dual-licensing would be stripped by that > act. That, too, should address this concern, I think. > > In general I'd rather see fewer licenses in Documentation/ than more. But > Thorsten has put a lot of effort into this work; if he wants to > dual-license it in this way, my inclination is to accommodate him. But > that requires getting CC-BY-4.0 accepted into the LICENSES directory. > (That said, I believe it should go into LICENSES/dual/ rather than > preferred/). I agree with everything said above.