Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp41138pxu; Tue, 24 Nov 2020 17:59:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJx1mFZGNG4A+8oTPydVijS4/wWM2ZroWli8Mdd6c8UbwsUfPv43Soit9hO4BM/MjAIMS2JH X-Received: by 2002:a17:906:4495:: with SMTP id y21mr1215636ejo.209.1606269550474; Tue, 24 Nov 2020 17:59:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606269550; cv=none; d=google.com; s=arc-20160816; b=chB0dpzYHA0zgCKatvFpywOKsQpvbmOmE+FeHdslRHBS1128TGasdc2R36c3rCD4Si PKrF3RfDrU5vXnbB3hhOAJRyXojoqkTwQaW53iDnLPuYkrtqf/qVJqaW6M2px38mK6KX DAgJpKNvfGKGcal0a0m/7pZR8KS6wLFU9ElCubpIAkwYS1r0c4AjVybFgFP+SLV/4AO3 gredhQcSLaRK3UnGgYgD4zJkXAhPfJA7ZA02hSJNuJoAEZD7CLSrs93O7RHLwZpOnMsg vFtwP5dLvAawnlPqGBuqIwBfnc7WhAPewbDo99RCNQPgh/Vch95qRbDKLNU/OhDXNHWp FFNw== 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=GDDYoOxC/gJxQq5vSmf0ZV+hXlKU9rFVBXnNKfaxDos=; b=zWzi0JmFZeW7P9z43tQvQm7lIH7jMtU8iLqsV7s1ajnciGCSUwyH7Om4UwE//XcWDz 8uGJOlW7yMK4ebhABsrkizEDKTt9thPVhp5r6Ddy+Mni6aFX334ceWMO/13/vMoY2QXv DXrh2uxYstrGcieFIGMnn1/a9OswPyakLYduyN+Zgjy1QMYqpWC7ODpzUxueudvugbcW Ue+/T4UFaSJc+TqpIU5L50+19Q0HZSMM7YLmfEVE2g+HjoSvnugBQzeZgqXsE0ieo70H gVGV7T8u4xx0qi6UxGTjQGFDWEueIdls8I0BkWSypXmKUO32Mq8g9mKAAz2kRuB+Swki cuPg== 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 y16si323387edo.544.2020.11.24.17.58.47; Tue, 24 Nov 2020 17:59:10 -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 S1731084AbgKXJSz (ORCPT + 99 others); Tue, 24 Nov 2020 04:18:55 -0500 Received: from verein.lst.de ([213.95.11.211]:53538 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729476AbgKXJSy (ORCPT ); Tue, 24 Nov 2020 04:18:54 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 1F1F967373; Tue, 24 Nov 2020 10:18:53 +0100 (CET) Date: Tue, 24 Nov 2020 10:18:52 +0100 From: Christoph Hellwig To: Thorsten Leemhuis Cc: Jonathan Corbet , Randy Dunlap , Greg Kroah-Hartman , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Christoph Hellwig Subject: Re: [PATCH v3 1/3] LICENSES: Add the CC-BY-4.0 license Message-ID: <20201124091852.GB11695@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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.