Received: by 10.192.165.148 with SMTP id m20csp2779100imm; Sun, 22 Apr 2018 15:15:49 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+RxO7U8aFVAZtXFbGfzUp3mrzJUJ4o1UcwyKwVU33Ay8eFs9eWU+P+JsgbBbXd5vZD1MO+ X-Received: by 10.99.105.196 with SMTP id e187mr11534373pgc.415.1524435349195; Sun, 22 Apr 2018 15:15:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524435349; cv=none; d=google.com; s=arc-20160816; b=ibmYQkNYzGOx5EN3AvVCuGZt6dHRIxwB7p7fI23gu5my8U5BlnA0pa55bGkVlxKs7D soSHD+bWeHNgvn5bYt+VbT+b6Y5iKQrvESxqVN5yWj2EpW3CQpHwk5T0E03NHTAWg2x8 y5Ywi3OCvjEC9v0n9f+eHfUdECjtCqpu07z6mnFOUrRQYK/FJ/cD+eliHCh1vsgeouy/ 31DH3s+7zKFjLiQCte6HwvClTT/NRaqPuPEjbYFChEU/N5P5Qk5Kw1cikjgcvvXenVZI zhgim/URlWri9YRTPuqxOZBFb09nDcv0OGt/ZjeUXWBTwRTG6e8HiBxO4fxa1rrrR9G4 p2BA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-disposition:mime-version :references:subject:cc:to:from:date:user-agent:message-id :arc-authentication-results; bh=DMYc39iNIRSOBnk6Tkmy5hS+0Zo8rjAcyUG3cn6nnos=; b=HezBkBj5ae5ET02IFij0PHs4KtUBeaVGu8RBmsubmOnaxdJmim40e5o2zfszIHrH+z mCZ+6KulTxM+y61iOkNIEHWgp/xf2QWRSlm26eKpIIPrT/+eZ4q91BNMdsUwx392aZAo BfRHiNvYbcWF1VPt+btNTAiLZ1kAShSz3a/2+Qk9nZFKOgqT4Pb6XY4BRNbREfczWLU7 PKB9X2sxKb/ecHiDOWCNNF1dqx6u5WeABem+U8ct8Bk7IcAumNHbM5986SOsScmWabgn DgnhJLqVDde2iBIf4V9lX2DFb6iFjr/E9WNL6LW9StEhX8WWwIvfF84d07ax399sDhqD WYQw== 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 r77si9789514pfa.359.2018.04.22.15.15.35; Sun, 22 Apr 2018 15:15:49 -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 S1753916AbeDVWNQ (ORCPT + 99 others); Sun, 22 Apr 2018 18:13:16 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:53278 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753764AbeDVWMQ (ORCPT ); Sun, 22 Apr 2018 18:12:16 -0400 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fANDR-00055S-QI; Mon, 23 Apr 2018 00:12:13 +0200 Message-Id: <20180422220833.078058446@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 23 Apr 2018 00:02:12 +0200 From: Thomas Gleixner To: LKML Cc: Philippe Ombredanne , Kate Stewart , Greg Kroah-Hartman , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab Subject: [patch 4/9] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers References: <20180422220208.772527041@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=LICENSES-GPL2.0--Add-GPL-2.0-only-as-valid-identifier.patch Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quite some files have been flagged with the new GPL-2.0-only and GPL-2.0-or-later identifiers which replace the original GPL-2.0 and GPL-2.0+ identifiers in the SPDX license identifier specification, but the identifiers are not mentioned as valid in the GPL-2.0 license file. Add them to make everything consistent again. Signed-off-by: Thomas Gleixner Cc: Hans Verkuil Cc: Mauro Carvalho Chehab --- LICENSES/preferred/GPL-2.0 | 6 ++++++ 1 file changed, 6 insertions(+) --- a/LICENSES/preferred/GPL-2.0 +++ b/LICENSES/preferred/GPL-2.0 @@ -1,5 +1,7 @@ Valid-License-Identifier: GPL-2.0 +Valid-License-Identifier: GPL-2.0-only Valid-License-Identifier: GPL-2.0+ +Valid-License-Identifier: GPL-2.0-or-later SPDX-URL: https://spdx.org/licenses/GPL-2.0.html Usage-Guide: To use this license in source code, put one of the following SPDX @@ -7,8 +9,12 @@ SPDX-URL: https://spdx.org/licenses/GPL- guidelines in the licensing rules documentation. For 'GNU General Public License (GPL) version 2 only' use: SPDX-License-Identifier: GPL-2.0 + or + SPDX-License-Identifier: GPL-2.0-only For 'GNU General Public License (GPL) version 2 or any later version' use: SPDX-License-Identifier: GPL-2.0+ + or + SPDX-License-Identifier: GPL-2.0-or-later License-Text: GNU GENERAL PUBLIC LICENSE