Received: by 10.223.164.202 with SMTP id h10csp1885541wrb; Thu, 16 Nov 2017 06:04:14 -0800 (PST) X-Google-Smtp-Source: AGs4zMbcAdowq2SPyVmOFYmRYrBvBYgj6xuJMHNII3OFoRQnEw4BTnv756uGQrzX/EH5TxDt7dpE X-Received: by 10.98.31.14 with SMTP id f14mr1951117pff.235.1510841054182; Thu, 16 Nov 2017 06:04:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510841054; cv=none; d=google.com; s=arc-20160816; b=jidXZowz963s2rGjsqzNw+q8AGmcSAB402GZ3swx4EHNIXJL1JqduqPafdkPvUaEe8 T1adsmV0DbCc0q70wWWHV/ILzqox1wWMmkJYzYyllRcytlVIwq/ko86R4TumlV85cZyo VKCkDJoHYskc1+3n9s3hJuxLlzbUcb3w4ekzODYKXcp0pBggG1DDumt+p1U0N2v7k/6F azpSvl1towwywjwXQ36qoAjwUq5Y+ggi8tkc761aSgrO0SU4CZU1P1nCaoEow5Y6xgyp QL1hKJGEILy9nH+bhF6OwhRe1ZkoQnF+qQC7y3rEuSqrOeRy7AQ4EembswwFhAc9OpiZ wQUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=4bYz8wlQBNLbdKthmeaPo3EvUSkXKfkiknWUwbrL+8s=; b=h32oDKCGZ/bnDrSiClH7HjHwMyswwnDK7uGdgMpafU5qV9lwYhCeMaebnkdNUucqM8 fyOjf/ByeitW+OTQIhyaBHtRPjPXGX1Th/lUPrFGSPGsuL3e9XqzFOH0MxH0InX1YKfB Zw5raPi/EUmI7HOHRTuDKTTjl/ZRBBVZzCwu6C0QKfDN/mpGyL11e+nZTBwGCU8RLkoU Q/nLDfUkgO3aothakBnBlBPXZzqgz4cDQ3l1UD8/R6HrDQjbx8HRnNS9m5TM14A5vrVt Voj0xB8SZGnBwjXr9xQWwtIYwGp3n2/eAERp36AB8poLxWCEoG/WU/Jirx/fpKmGGm8/ l+Xg== 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 j14si923194pga.407.2017.11.16.06.04.01; Thu, 16 Nov 2017 06:04:14 -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 S1758966AbdKPL4X (ORCPT + 91 others); Thu, 16 Nov 2017 06:56:23 -0500 Received: from ul.coyote.org ([198.50.187.229]:51205 "EHLO ul.coyote.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbdKPL4P (ORCPT ); Thu, 16 Nov 2017 06:56:15 -0500 X-Greylist: delayed 569 seconds by postgrey-1.27 at vger.kernel.org; Thu, 16 Nov 2017 06:56:15 EST Date: Thu, 16 Nov 2017 12:46:39 +0100 From: Jonas Oberg To: Thomas Gleixner Cc: LKML , Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Joe Perches , linux-xfs@vger.kernel.org, Kate Stewart Subject: Re: [patch 2/7] LICENSES: Add the GPL 2.0 license Message-ID: <20171116114639.GA16946@silk.coyote.org> References: <20171112191821.240484206@linutronix.de> <20171112192142.614461013@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171112192142.614461013@linutronix.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, I do appreciate your work on this, it's a welcome addition! > +SPDX-License-Identifier: GPL-2.0 // GPLv2 only > +SPDX-License-Identifier: GPL-2.0+ // GPLv2 or later I am concerned about this though, as the SPDX-License-Identifier is well known to refer to the license of the document in which it appears, and it would be beneficial to avoid a situation where a tool reading this make the assumption the license text itself it under a particular license. Essentially, let's avoid overloading if we can. >From my reading, there are two intentions with the above reading: 1) To give usage guidelines and signal that for any source file, adding this exact line would be a valid license identifier, and 2) To make the license identifiers computer understandable such that tools can be updated to validate whether source code includes a license identifier which corresponds to one of the licenses in LICENSES/ I'd propose to not try to do both at the same time and would propose a 'Valid-License-Identifier' tag to meet your second criteria, and a 'Usage-Guidance' tag to meet your first one. The header would then be: Valid-License-Identifier: GPL-2.0 Valid-License-Identifier: GPL-2.0+ Usage-Guidance: To use this license in source code, you can use either of the following tags and values: . SPDX-License-Identifier: GPL-2.0 // For GPLv2 only SPDX-License-Identifier: GPL-2.0+ // For GPLv2 or any later version Best, -- Jonas �berg Executive Director FSFE e.V. - keeping the power of technology in your hands. Your support enables our work, please join us today http://fsfe.org/join From 1584228485505897353@xxx Thu Nov 16 13:13:37 +0000 2017 X-GM-THRID: 1583890223818683742 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread