Received: by 10.192.165.148 with SMTP id m20csp3094418imm; Sun, 22 Apr 2018 23:54:54 -0700 (PDT) X-Google-Smtp-Source: AIpwx49H0kUl4ZD/hW32bmeXxHjkfuQtqRr/X1+il20Rh8nouo6KtC4GAykYeI8hfFQCVrTSaszs X-Received: by 2002:a17:902:7611:: with SMTP id k17-v6mr19745906pll.244.1524466494840; Sun, 22 Apr 2018 23:54:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524466494; cv=none; d=google.com; s=arc-20160816; b=BL4LIV1CR2ttdswuUFO31Zp1BX7vBOfSPhlgdRErRIqvTb0VbX1pVYhWPM/Kul9zbY ccpYmLC4A2JxBrMvB7DKocbf05mJN+g/0ANDsBxr+VRuvAWmgi1ERnTdQ+UcDYTeUwZ7 sRP/a5Z7mahOxW8GroJ3AJYia+ooqZ4CgeCmAdXABAW6Mak+/DVdDkzOStW/Llt3E9A2 X8fOfDbyhb+FOImlATGABL0rOUjnKPwwKdr3f4y8QSDEre2Lng8nvvF4fBg9I/Be18ku NjgmszlfgZR0wbup5oS6psZpD2DM7J3jt0dK1iiTdy/KbUlyn4L+QsY/IshWdXGPVBAL fICQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=5JlUz7PQQrNVAH/M0bB1A2vqQWHAL+mmSa+SRCCWefU=; b=pcATiRwE/ndUDzRbGImPHFKkVQuHJAQXgazT+yF8jwUGnhGHwv3eNnWuVE+DUP6ENM qjIGRQrwLW9UbxGNfFOCqn8vkr+6hwT1DMnec1fXi87iYhzIt90EFKnhx5yBj2sh83pu f9Voc402ZnRuDabG9mwlIIaz50AB1eazo/N2JQXQNg5k3ZeZdGzOMDj9ubisJ5iTazmB rBfxPOigzyP4jkvkgpprIuig3v1+JWUAG6Mb6cruKStQyV3kOS5Gn1T16q9bghH/5IpK P57LDCK1oe5lMntwfXsy3hVtLT2P9zQgviklX4Yclt/ZoLkSy80PfMRuWiwH5Vap4zlV KSJw== 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 k14si10595269pfg.321.2018.04.22.23.54.40; Sun, 22 Apr 2018 23:54:54 -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 S1754153AbeDWGwi (ORCPT + 99 others); Mon, 23 Apr 2018 02:52:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55524 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbeDWGwf (ORCPT ); Mon, 23 Apr 2018 02:52:35 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 90C72D28; Mon, 23 Apr 2018 06:52:34 +0000 (UTC) Date: Mon, 23 Apr 2018 08:52:29 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab Subject: Re: [patch 4/9] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers Message-ID: <20180423065229.GD4208@kroah.com> References: <20180422220208.772527041@linutronix.de> <20180422220833.078058446@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180422220833.078058446@linutronix.de> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 23, 2018 at 12:02:12AM +0200, Thomas Gleixner wrote: > 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 As much as I dislike the "new" identifiers, I guess trying to hold them back is a pointless exercise :( Reviewed-by: Greg Kroah-Hartman