Received: by 10.223.164.202 with SMTP id h10csp4864934wrb; Tue, 21 Nov 2017 00:38:40 -0800 (PST) X-Google-Smtp-Source: AGs4zMYNIgYkOGqJM1+OdsKlQKBVexXNxPYwLhZEtrCoVjvo2N1zp/gxvpnSHdHJJsH7frEaCITA X-Received: by 10.99.103.5 with SMTP id b5mr16591545pgc.447.1511253520051; Tue, 21 Nov 2017 00:38:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511253520; cv=none; d=google.com; s=arc-20160816; b=rZYtPrl3ojYadyB/FMXRPRMss4j7+rRKJzOy0mWN4Y+wfi5mZIaWO621uyMohfqRyA x/kv6Q2m25sEEyYZ0doohJYkmmfPibcLGio+OjF4DF3J2Y50UDwg8fe1ZUe0uNkDstvx YH4yKYBP7LYAjSHQLDhEb1YwfRwnS5pMmeI7Iu3gnSRWtkbCQNdnFva+cFOCGDTpAwgG OCvqxDFaRh0XswqM6jLHaalxLFfSZ5t6dckwrZD5y2V+GyfsgeQ63MgkJ6/83F9xAxvg d9co4CEQn5pYeaRiIgILhLaObcsBOwuqdZoj3nSeYm3FMk3Kh5JZrceQb44ZdHQDfHDQ JV0g== 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=VvvCD0/ucjXnSDtAzF9u7Exzd1Me//OkdKYyZH9D4kM=; b=yUyiNwssQqKZlStbb10An5nycBmU4RUmJ/0A10kZVJhio7fdeX9648oVd9Dga02F+B Wf2VnLFSCJWsBoqIQIK+kYl7lk4LOn5kjYV00oYkRDcnq83x/sarpqH/8R/kBiqxNGSh t6N0SlKojhcum08ENPGznZN5oUUIg8MeLNWojqqLHXMT5sLUpeArJQ83Xot0SRn2RM5H BhnMfWOZUbwSoEKBCwomCvzfXNzDDKKU4EI+Vosh3irdJN4rHEBgHtI5kxGJOnGYl8av XpIacbLIa5UJMlkwm8+kmWarApXM/bKTK4h+LCNM7tQXSNBkB5Y1DxhoB6pvH7/sNr3s HKXQ== 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 q3si10243857pgr.667.2017.11.21.00.38.29; Tue, 21 Nov 2017 00:38:40 -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 S1751807AbdKUIgU (ORCPT + 73 others); Tue, 21 Nov 2017 03:36:20 -0500 Received: from ul.coyote.org ([198.50.187.229]:38655 "EHLO ul.coyote.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbdKUIgS (ORCPT ); Tue, 21 Nov 2017 03:36:18 -0500 X-Greylist: delayed 525 seconds by postgrey-1.27 at vger.kernel.org; Tue, 21 Nov 2017 03:36:18 EST Date: Tue, 21 Nov 2017 09:27:28 +0100 From: Jonas Oberg To: Alan Cox Cc: Linus Torvalds , Charlemagne Lasse , Thomas Gleixner , LKML , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Joe Perches , linux-xfs , Carmen Bianca Bakker Subject: Re: [patch V2 02/11] LICENSES: Add the GPL 2.0 license Message-ID: <20171121082728.GD6859@silk.coyote.org> References: <20171116183306.103584007@linutronix.de> <20171116184358.475929943@linutronix.de> <20171120153105.38d2b892@alans-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171120153105.38d2b892@alans-desktop> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alan, > Which raises another question. If there are multiple GPL 2.0 texts which > are *supposedly* legally identical but this has never been tested in law > -that implies SPDX is wrong in tagging them identically in case they turn > out not to be... For the cases, and the differences we're talking about now, I believe the current approach is fine. In the general case though, the FSFE's REUSE recommendations are that for situations where the license in use differ from the one included in SPDX, you make use of a local reference to the license file instead of the SPDX identifier. This is sometimes the case with the umpteen versions of the BSD licenses. The way we recommend doing this is you define an identifier of the form LicenseRef- (consistent with the SPDX specification). Source code files would be marked up with: SPDX-License-Identifier: LicenseRef-MyBSD4 and the corresponding license file in LICENSES/ with: Valid-License-Identifier: LicenseRef-MyBSD4 License-Text: ... 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 1584600310112157155@xxx Mon Nov 20 15:43:37 +0000 2017 X-GM-THRID: 1583890223818683742 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread