Received: by 10.213.65.68 with SMTP id h4csp568685imn; Thu, 22 Mar 2018 03:56:47 -0700 (PDT) X-Google-Smtp-Source: AG47ELtr7Q2MWIxNZhvEmrYEZ6DTls4ahsNqYX8WDlSMi3rFcziaZKXQwsZdYcVqNh1QpLC607T4 X-Received: by 2002:a17:902:8c93:: with SMTP id t19-v6mr8725260plo.301.1521716207066; Thu, 22 Mar 2018 03:56:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521716207; cv=none; d=google.com; s=arc-20160816; b=wCylrcU4AMu8b6QEfXV7b2y+HiV6gdNs6M5qEM7SFxN+kLg1bhx4QEUTRKaBXy5hAu FV9HB2BCcqLeEEp6rq0JJDnDIxkGGl2IdGvZTXOkVV50FqqvAmqQf+t1l1AFEGfvJ3LO w+Pg0OItr0XQZamvWb0tm4VHBByT5SD0i/csQ45HoQqKmYPaGyNZkGCEHFXStSzaA3gy yd5kc8DMbpLQ/8G0H375sqJdtxo8XR3W6cGzGwjM/BYJ8anrfO5LDV4Z522KeAiSYVl/ 7mbazASATO3m3Ao7TPm27PXX1sjNEV0xV9O2UY/h2v4l5yBYbYWwCtbVQx4VU57jMA5L JS7Q== 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=t0b/6YSMyIHfnEKvSU6syrBuP8ICFIblwjRc3ZkFUng=; b=0ozZOhRVDOno8KMSfh6Ndy8Ig/AAhV0cDHSCnnu2hdDdHA5uJy2rh//vpcnU54CO1c DcM3pmjyuXQF9uoIT8MkjZlP/lEsPXVCBpuUxHrzloP+S6BjoTUltoKrzjAV3ovOUUYW nIfgg0JHakJJYLeJp8LD9l3LFcPxO7ZUjV+aig/Eq92ZQvMF/gkBkW1MI3CUJRlZY2aV tKE9bNOoFgGS4KaDRI9vRNXAINHIqt/KAIa4tcVDs9GKRMnFoICJmEySCzKBWgcQSXWJ Nk/2sAbTcaPMw8wkD8HSryz7cL+CaQuC4kpKkFfyTKlErT+voisIkSRbcUOFoklxZYIg /5lQ== 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 o3si2749684pgv.773.2018.03.22.03.56.32; Thu, 22 Mar 2018 03:56:47 -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 S1754164AbeCVKo5 (ORCPT + 99 others); Thu, 22 Mar 2018 06:44:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56664 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874AbeCVKoz (ORCPT ); Thu, 22 Mar 2018 06:44:55 -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 C238B11B4; Thu, 22 Mar 2018 10:44:54 +0000 (UTC) Date: Thu, 22 Mar 2018 11:44:52 +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 Subject: Re: [PATCH 1/2] COPYING: create a new file with points to the Kernel license files Message-ID: <20180322104452.GA4570@kroah.com> References: <20180322095414.24019-1-mchehab@s-opensource.com> <20180322095414.24019-2-mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180322095414.24019-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 Thu, Mar 22, 2018 at 06:54:13AM -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 Reviewed-by: Greg Kroah-Hartman