Received: by 10.213.65.68 with SMTP id h4csp231119imn; Fri, 23 Mar 2018 03:27:54 -0700 (PDT) X-Google-Smtp-Source: AG47ELtjir7xhVhDhxSjXL7N7M8UXQU9nKTvcEewRFqJzSMclKcYkBZSedzJ4AXgGGwm1eHsvt9b X-Received: by 10.99.112.17 with SMTP id l17mr20602851pgc.281.1521800874056; Fri, 23 Mar 2018 03:27:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521800874; cv=none; d=google.com; s=arc-20160816; b=W1mEcdkG6RfPlsMM+Ah2pv1NKoCwa5n7GbL359SykYVK11zHT12HS6HPE8JwWf1skr PDoB2P8zgERzwkLerl64IemEQKZ3+6I3UjJ5o53KyWRdShvw2w1ugnrehaMxKB6pJTmv klYGnNN8SsFBItm1SAiSbTHbz6IXvznSAAR+WiutSNtLULpNpnxijooMcdqclT1i7eFj ZWO743Ht6umDgYJdtTToHHaoagNEec+mbsj//BKoTwa5dIxVXRt8oUEnN5/9et/t32O3 btsRzOvp+mQV7gQAPY45k6f5BRTpxmDhGXUkaIXmIXG1FM2/4zC3tXwaPnWHzR0zxXd6 RzTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=C3qnEtoYMqtrlglcYlaMLhdo7Mu+MGLWh8k4uiVnmhI=; b=Yf4ufz4e2IJdtuxP6pfw8hteeKdeUMXQ5S2srrXQSDNGV2ZhRBHdjLxYWTkULynayu mHYshNn+JKdUV6K97lPSq0Kfn4IlzQG0TMdEGCeNKMd2m/Jd40YpDV+JxVQgpUEcTdrZ FZVQck3Qlze62JwCibGSoxZdnVorbvwLS3lAtv3tFtr/tenuMOSBIDtnjUDHvVXxGDSK VEv1VfzHldRR9TbGPkcLK0JgPq3ky29luGCpwv4bZQBPAHDYrH4ULSKORaBgZV4JLjIJ aZg1IiADgIBKyRogOi3TAK74f9g9kBxvrQOt9E1Tm2XiHX471qUrcEB5hj2fCRpRfVcP xFvQ== 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 h14si6470804pfd.404.2018.03.23.03.27.39; Fri, 23 Mar 2018 03:27:54 -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 S1754186AbeCWK03 (ORCPT + 99 others); Fri, 23 Mar 2018 06:26:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50868 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753214AbeCWK01 (ORCPT ); Fri, 23 Mar 2018 06:26:27 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 95163D7D; Fri, 23 Mar 2018 10:26:26 +0000 (UTC) Date: Fri, 23 Mar 2018 11:26:24 +0100 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Jonathan Corbet , LKML , Linux-doc , Mauro Carvalho Chehab , Thomas Gleixner , Jonas Oberg , Linus Torvalds , Philippe Ombredanne , Kate Stewart , Matthew Wilcox Subject: Re: [PATCH v2 1/2] COPYING: create a new file with points to the Kernel license files Message-ID: <20180323102624.GA10292@kroah.com> References: <20180323095106.23108-1-mchehab@s-opensource.com> <20180323095106.23108-2-mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180323095106.23108-2-mchehab@s-opensource.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 23, 2018 at 06:51:05AM -0300, Mauro Carvalho Chehab wrote: > With the addition of SPDX patchset, the contents of COPYING file > is now duplicated at two other files under LICENSE: > LICENSES/preferred/GPL-2.0 > LICENSES/exceptions/Linux-syscall-note > > It is easy to check that the contents of the licence written on > those files are identical with COPYING using: > > $ diff -upr COPYING LICENSES/preferred/GPL-2.0 > $ diff -upr COPYING LICENSES/exceptions/Linux-syscall-note|less > > Also, a new file was added, with describes how SPDX should work at > the Kernel source files: > Documentation/process/license-rules.rst > > Instead fo having it copying the contents of two files, and not > even mentioning the third one, replace it by a file whose content > points to the other tree files, preserving the Kernel's license. > > Adjust license-rules.rst accordingly. > > Please notice that this file preserves the Kernel license as > is, without any changes. > > Signed-off-by: Mauro Carvalho Chehab > --- > > Version 2: > - Did some text changes at license-rules.rst, based on Matthew > Wilcox review. Reviewed-by: Greg Kroah-Hartman