Received: by 10.213.65.68 with SMTP id h4csp608548imn; Fri, 23 Mar 2018 11:30:21 -0700 (PDT) X-Google-Smtp-Source: AG47ELtKDUbgP6roIX1cRkM6V18n/Eq/vIsWxyU1Q89tqX2zg4gCSDSc2LmOGzyWFI1QZVvLZiUU X-Received: by 10.98.80.145 with SMTP id g17mr11362175pfj.71.1521829821431; Fri, 23 Mar 2018 11:30:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521829821; cv=none; d=google.com; s=arc-20160816; b=zoPA/QEspgqrbSf01NARYnIlgU3feGOtp9ubPT9UX0aN4+OaVKDmOQE8hbL7gjtb0i 77cvtiPFKtoPTOL6jmgCSzRnxBwSvtUQuqqIjCfVMp0eYqQaq4fPHqZrYX6LLgoDZF3E luQB7nTJ2pVQR+rBQVmG9dRM+4yQqYOLMfZY5vK21mY87/xAGlvgOyv2rVzl4jJAf5go RMWaphURLzMNaW88rsjlTUUxup0DwlbLy7fykVXW/OfaJHgN62EfqhfbX+mzwVO0fVBZ WM3QpWdt5pNEZPo+0T02R8JRRzQPvflhe220jVxEJJQ/E1N8JyIdSmH2xgXBXdu180w+ sCHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=n41gt2yzZWzim8ldPctZ5GktlQzEVrxR8jE/UlzXkoQ=; b=SyJqz33RY8d4W6rP5G/ey3UA+40js/ErRJf2o/uRyh10/2pNEBl26t/nraRWjnongh fUTVuO96Gzohwcap13390Llzk7ugUrvoIFEtz5P254iH7qlkrpLanm1wJofyw2uAgkWt RGocqMngcD/KWe3TWdjZS5HeO8fUwAuKfYKPdRcCD6t0fzyGKsWt2h4tsC13oF61s9dY Shqi4CJjn6Fe15l5FXMs4Zl22YpK4R4fzgyHClr759gjrBNTYjOgeSoPPgGmyCQ3je8s uYpgiVyf+G1RplajdWZq4g82ga/jXoXkfS4rS9IEXk9AqYiQAApi9vM7FNG1oQ3Msz47 2S4g== 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 v5si7017485pfe.59.2018.03.23.11.30.05; Fri, 23 Mar 2018 11:30:21 -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 S1752146AbeCWS3E (ORCPT + 99 others); Fri, 23 Mar 2018 14:29:04 -0400 Received: from ms.lwn.net ([45.79.88.28]:42340 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751595AbeCWS3C (ORCPT ); Fri, 23 Mar 2018 14:29:02 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id CE07D306; Fri, 23 Mar 2018 18:29:01 +0000 (UTC) Date: Fri, 23 Mar 2018 12:29:00 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: LKML , Linux-doc , Mauro Carvalho Chehab , Greg Kroah-Hartman , Thomas Gleixner , Jonas Oberg , Linus Torvalds , Philippe Ombredanne , Kate Stewart , Matthew Wilcox Subject: Re: [PATCH v2 0/2] COPYING: create a new file with points to the Kernel license files Message-ID: <20180323122900.733d9d42@lwn.net> In-Reply-To: <20180323095106.23108-1-mchehab@s-opensource.com> References: <20180323095106.23108-1-mchehab@s-opensource.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 23 Mar 2018 06:51:04 -0300 Mauro Carvalho Chehab wrote: > The contents of COPYING file is now duplicated at two other > files under LICENSE: > LICENSES/preferred/GPL-2.0 > LICENSES/exceptions/Linux-syscall-note > > 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. It looks like we're about there with these, so I went ahead and applied them. Thanks, jon