Received: by 10.192.165.148 with SMTP id m20csp3126893imm; Mon, 23 Apr 2018 00:38:40 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+p7gTSx6kaN6v/OoegeqMj8aeskyUgQFUgIV8OyQeAjJRzQfIGelhrK1b4P0ukyx/scaBX X-Received: by 10.99.105.196 with SMTP id e187mr12570311pgc.415.1524469120652; Mon, 23 Apr 2018 00:38:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524469120; cv=none; d=google.com; s=arc-20160816; b=aIuWpNxRCdhstyfq+4nJNM1T3Nat3MnQSNczh565jnbimDw1D4chi/yCLdVXFzh3+V KFr/X5C6jhcW2G9P0sMw4eWeDDQe/QSzrM5hSSZiUs2eNlThuKMTl6DZFUE78ndTr4aA tXNYbeOhP8oDDMVEzZc2T6jCr0hMf9eyQAiejpJAwtZ430afnvZoBslWLi4gqHqHS5YQ SgUsa8Vw11w7YPwRSksNvcOSELionbB9s1B+tLQFdPGGrTSu8aweVtLiSTv3QiH2EZb3 UYk9cVW+qEnRRfjxMFzI1K2jrRe3Jev9QRwT9h/2LGsb67R7mU99Yf6/jb9ypQxL+8pi PrVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=xwKC8M0UEulOJrVy+WRje/C907EFrXNxD0kmHZky6b0=; b=fXlYOPnGfogd7hNBkvgmqvnHJ/2WOTdJvrg7kIHKaukCCF6KFpCprIIH5tMYqZX47e 7YJqMvIAIcbFe43S7WAooAp2pTng5kUpk3gq9E6XTeNkHZCC6XPgG2W4DtIWsM6XGobi Bp/E68l+WU4ie5ErqQnb953y7zr0VTHsGQTrJrqtSACXROvvsuN7u9BoPL2H8er384Gi GgS9gHxIiKW09xD+AGn3hghQn17D55tG8zWqUm3didgXg1rKE6JfILJGWKheSPZNOTH/ Q1lJPjiiKaRxg6XgBq0s2pxxxsIyxtaD6PlfQgTstp2zEdVDKoy8wbL1VgTFodxx4jxH vpRg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x10-v6si9571776pln.120.2018.04.23.00.38.26; Mon, 23 Apr 2018 00:38:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117AbeDWHhR (ORCPT + 99 others); Mon, 23 Apr 2018 03:37:17 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:54511 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbeDWHhQ (ORCPT ); Mon, 23 Apr 2018 03:37:16 -0400 Received: from p5492e61e.dip0.t-ipconnect.de ([84.146.230.30] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fAW2E-0002vs-SD; Mon, 23 Apr 2018 09:37:15 +0200 Date: Mon, 23 Apr 2018 09:37:14 +0200 (CEST) From: Thomas Gleixner To: Greg Kroah-Hartman cc: Matthew Wilcox , LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet Subject: Re: [patch 8/9] LICENSES: Add CC-BY-SA-4.0 license text In-Reply-To: <20180423065449.GE4208@kroah.com> Message-ID: References: <20180422220208.772527041@linutronix.de> <20180422220833.423253901@linutronix.de> <20180423065449.GE4208@kroah.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 23 Apr 2018, Greg Kroah-Hartman wrote: > On Mon, Apr 23, 2018 at 12:02:16AM +0200, Thomas Gleixner wrote: > > Add the full text of the CC-BY-SA-4.0 license to the kernel tree. It was > > copied directly from: > > > > https://spdx.org/licenses/CC-BY-SA-4.0.html#licenseText > > > > Signed-off-by: Thomas Gleixner > > As we only have 1 user of this, do we really need it? > > Willy, it's your file, Documentation/core-api/idr.rst that is needing > this addition to the LICENSES directory. While I'm all for CC licenses > for Documentation, we don't seem to be very consistent with them. > Should this be the "default" license we choose for documentation for now > on? I'm all for it. If we can agree than this should move to preferred/ and not to other/ Thanks, tglx