Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1501304pxu; Tue, 24 Nov 2020 01:40:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJwnLsOHygcQCb6VT551EE2r1IDVVY6A4DnudSK7hEU/By/G3SQudJR1xM5JszDUVRFTN4zg X-Received: by 2002:a05:6402:154b:: with SMTP id p11mr3189895edx.217.1606210823317; Tue, 24 Nov 2020 01:40:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606210823; cv=none; d=google.com; s=arc-20160816; b=a36sTN0oZziQqaATLEe7ZVRV+tZlr2ZhThpskgJAWRbQpUEs3BJwKB/QxEULglVdgP vlrHOim1Zkht8BM3KKTon4/VARA9Ffhk+DOmUl+WjQWVjMAKwoeytUHT/AESywahMVzL 5CTrVq4qWDgQ8x0oupM0HnTgTg9oF06DLbRACdBGzfBDyq0ggrsGgOQJ6UctOYb8GMQH mKjHNMiXxh6WzYf2lpijJBCsI+xWXEq0JQGatq2lVwUni87MGKzZXI1wUUNsAJZxc59H S1vGgcoEmGhAViy9hAgg/uVphqQLXh6U+FFnxR02rRkBgKcczXDWQEeGcX0cksc6LBec enTA== 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=FjTTZvjByNt8Lr6o/ZHI3e/sCGh+Bq8L10g5UzT34YQ=; b=nu4bROvpogqIgKGOzqL3NiJKrcB3Am25dSntVrB70zWpw5PXGU7uD/4QUxEXJUfeMu s5d4jwM+z56Ro7tKqNjKdqWqxz0KcHG6K9kdIvPDVoy7+tX8Lcc+JrIhwUHqvrOugMl9 gnqGKcYa2vOvm3lMIRDjd5M8eU3YYLC2mWnsQYx7McGTvnBTzRfk3RhWy1WEF47egzUk h/wfG0Bu+yORfjw1SQNWhUGHW4LjKJV0kNarMrnhMhO9/TCh3je6RC198a4srGVaYO1F bsH1ZMeb+bPigsn6V7I8ZZhybgn/Wuh/nTXFaRCcIRJ/OZ2xb7wCVl22f82EHpUxJZy8 mRag== 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 f5si8098620ejr.411.2020.11.24.01.40.00; Tue, 24 Nov 2020 01:40:23 -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 S1731411AbgKXJhC (ORCPT + 99 others); Tue, 24 Nov 2020 04:37:02 -0500 Received: from verein.lst.de ([213.95.11.211]:53607 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731438AbgKXJhB (ORCPT ); Tue, 24 Nov 2020 04:37:01 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id DB23F67373; Tue, 24 Nov 2020 10:36:58 +0100 (CET) Date: Tue, 24 Nov 2020 10:36:58 +0100 From: Christoph Hellwig To: Thorsten Leemhuis Cc: Christoph Hellwig , Jonathan Corbet , 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: <20201124093658.GA13174@lst.de> References: <20201124091852.GB11695@lst.de> <04eae024-811d-d11e-b8bd-52f0dd0e225f@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <04eae024-811d-d11e-b8bd-52f0dd0e225f@leemhuis.info> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 24, 2020 at 10:31:33AM +0100, Thorsten Leemhuis wrote: > Am 24.11.20 um 10:18 schrieb Christoph Hellwig: >> On Tue, Nov 24, 2020 at 09:00:01AM +0100, Thorsten Leemhuis wrote: >>> For context: Patch 2 of this series adds a text to the Documentation/ directory >>> which (for now) uses "GPL-2.0+ OR CC-BY-4.0", as I want to make it easy and >>> attractive for others to base their work on it. I'm not strongly attached to >>> CC-BY-4.0, but it seemed like the best choice: it's designed for such usage and >>> afaics better than using MIT for text files. >> >> And you've not Cced me on that patch 2 or patch 3, which makes Ccing >> me on this pretty useless as I can't judge the context. > > Argh, sorry, slipped through. You can find it here: > > https://lore.kernel.org/linux-doc/2f314e58cb14c1579f843f8c72bdb4bbb83ac20a.1606137108.git.linux@leemhuis.info/ > > FWIW, here it is for easy access (just sent with thunderbird instead of > git send-mail, hopefully should be enough for this): So what is so special with this documentation that it needs a (for the kernel tree) unusual license? How to we make sure people don't accidentally end up including things they can't?