Received: by 10.223.164.202 with SMTP id h10csp2231624wrb; Thu, 16 Nov 2017 11:31:46 -0800 (PST) X-Google-Smtp-Source: AGs4zMZkdyvUpEzkiblh0wn0fN5qfQxftCutB517Wz1GOIIfPxeqT1kNvTRBTm4kkgF4CBXqeu0O X-Received: by 10.99.165.25 with SMTP id n25mr2633553pgf.3.1510860706473; Thu, 16 Nov 2017 11:31:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510860706; cv=none; d=google.com; s=arc-20160816; b=P/yqBlpsFGMntBaGBaf8mN9LH22WDybYdj2SSJiiQLY9zYul9XG3AHuRvHJJd/4FF8 vEXgXW6d2QjCH5T7Qs/2rrXKpNmQpLIIgiQA6MBL1nJk6LrupdZRcMNzdjdrINDPFWhK 5FqEuepCLNnuj3nigNQGRYJGgXIRzraWMbNJU3V5Otcy5YBFKPHyycDeg8q/tORt43xv DWOxZZHNfKK/hkhjPsDH1i/e/CZuNjTjZa92bH7EOYojfJ/bbG/paAd/uckYgEp4Qk+u 42X4Hzho4Ax20Rv8lNv+GdPcpJ1L54mWDDrJkax4O3gcrX29uI65FfB0ms5JeHPiR/xU aOtQ== 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=QPfLz9/fobhkcZSckzxD4YN2Jqah0lkwkk1G31Krypk=; b=R9qwjU64HD44K39jD6c4eD3oJe0WnMts8ULtVIHusnOAcwAWF+gmZNvZKLXmM2zLen HvudttQBf7+rPN1XVs6/uLCcbwfv74amwClPM9FSSrublTaEX1t4YtfqU74JlWHpoKUs fzpTT6QeXPF+uWuHPxlySWr2R2JcDM1xYAWAFBXJe0cra6FdSeEHFz1sjpMvtm1h9MOH RPeAspWYAxh+bZaDGZrWEpL7zua+ZMX2Qs33CEsC3U1QLeDShj4gm+ObC+CI9aAnXYom iYXH+MVESJXJ2uvmnLZ/ZmRxkoztDmHUuX9o9+wW7+E1dmDPHJQwKbFUrvk7RKe/Tm10 Hl7Q== 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 s6si1341586pgn.150.2017.11.16.11.31.33; Thu, 16 Nov 2017 11:31:46 -0800 (PST) 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 S935487AbdKPPHd (ORCPT + 91 others); Thu, 16 Nov 2017 10:07:33 -0500 Received: from ms.lwn.net ([45.79.88.28]:41322 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934397AbdKPPHZ (ORCPT ); Thu, 16 Nov 2017 10:07:25 -0500 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 DF1642B9; Thu, 16 Nov 2017 15:07:24 +0000 (UTC) Date: Thu, 16 Nov 2017 08:07:23 -0700 From: Jonathan Corbet To: Thomas Gleixner Cc: LKML , Linus Torvalds , Andrew Morton , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , Joe Perches , linux-xfs@vger.kernel.org, Kate Stewart Subject: Re: [patch 1/7] Documentation: Add license-rules.rst to describe how to properly identify file licenses Message-ID: <20171116080723.279591c8@lwn.net> In-Reply-To: <20171112192142.525567667@linutronix.de> References: <20171112191821.240484206@linutronix.de> <20171112192142.525567667@linutronix.de> 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 Sun, 12 Nov 2017 20:18:22 +0100 Thomas Gleixner wrote: > --- /dev/null > +++ b/Documentation/license-rules.rst > @@ -0,0 +1,310 @@ > +Linux kernel licensing rules > +============================ > + > +The Linux Kernel is provided under the terms of the GNU General Public > +License version 2 only (GPL-2.0), as published by the Free Software > +Foundation, and provided in the COPYING file. This documentation file is One other thing that occurred to me is that documentation files, too, are copyrightable and should have license identifiers. So maybe the documentation on these identifiers should set a good example :) The RST version would be: .. SPDX-License-Identifier: GPL-2.0 I'll try to find some time to start fixing up Documentation/ in general. jon From 1584242702726724319@xxx Thu Nov 16 16:59:36 +0000 2017 X-GM-THRID: 1583890256805737544 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread