Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp354255ybb; Sat, 28 Mar 2020 00:21:13 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuZGCRrlTDNioAsLHLm/1MkBMc+/Ro+7/G8DfXPj7aICE0TvzmuC7s1vtEvuZ7AVk680fRX X-Received: by 2002:aca:3a83:: with SMTP id h125mr1668991oia.64.1585380073475; Sat, 28 Mar 2020 00:21:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585380073; cv=none; d=google.com; s=arc-20160816; b=r/1B5gWBHbSggg1nLbI8akSn8hcAahxjzVyX8nXE45edkdRuePlWD+a/prjX/lELa5 +Mesnjzn3SVnG6hLFMmJoSZ+ATkNaYNkeENUf9RCpE3jsQM+KUvAmCv40os+dqyTt7A3 Zw3JMRizSjc1s6ZcAjIAoCEcGuQK4scfQro7UxwONo9GgzZwhzWI9kNFYOeceJCv7cxP Ivwse92EgG1TsFYU9b6+h0iWyLer2MLLY18fSg9oWr36T/gSjmcXRiEuPFFt/jMETabO /v1mONSWichqpMA4fvgbDTkrEVkTni/VRwMYW7twMWbAwAfzyi8tHK097O82IVykoIu8 CouQ== 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-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=ACgEAS/nCP38u2z88NOm8EMjagNReIbl+baK8EH4vGE=; b=SJNCWgsIwf56YYg8oxQEuvGF1BqjsOaPdR9s0Vq0gN1DEChknVwkSVxrfN+M2EDqDP cxPSRLyLUKdEr3Q5nUj+ATZReLBFxJP8JODPAGi3bjFzolvgffK0ajabpc/tgZMqiwC3 YbXnFiyQ3J7pJPpgGdo9AWdT6iN9zBPkZi9G2qVtdYXw5WAg9upVJ48QhgeV78uu0rz6 iuSQC474bg/rqxshjlN2A+kX7oYuKyGaVgZf3zdoUnQnTXpGnWiLJYcNNH2z2RCHOYcX LimwM7PHrVfJ4hw+8XPhrCZfPHJExdZGDKw8ITxhUmg/M+Zkb8F9rPa5kx+6Fo6Kwchq r5Cg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xC47s4ND; 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 v25si3407096oth.274.2020.03.28.00.21.00; Sat, 28 Mar 2020 00:21:13 -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; dkim=pass header.i=@kernel.org header.s=default header.b=xC47s4ND; 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 S1725973AbgC1HUh (ORCPT + 99 others); Sat, 28 Mar 2020 03:20:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:60126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgC1HUg (ORCPT ); Sat, 28 Mar 2020 03:20:36 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2CF8520716; Sat, 28 Mar 2020 07:20:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585380034; bh=83z2KvWH31+Evr36F8PQM6p6cBOnviWjG9oMk4xuN3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xC47s4ND2qKmfYws+k2HXqzYICSHf3VVf5zNuQ5SKbC7nPIgln3Gc8cVZOK92Y36M pAC+F1o4enSsrpgjwILGs9fjAAoxF815GziC9SUFL85X6rO8/66lTqKct/4J5X6K85 IdHHpcQ3k1eBNWm2R2FPNeeaGHe5RAGEhWAfbWQ4= Date: Sat, 28 Mar 2020 08:20:31 +0100 From: Greg Kroah-Hartman To: Rajat Jain Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , rajatxjain@gmail.com Subject: Re: [PATCH] Input: input-event-codes.h: Update the deprecated license Message-ID: <20200328072031.GA3651219@kroah.com> References: <20200328004832.107247-1-rajatja@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200328004832.107247-1-rajatja@google.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 27, 2020 at 05:48:32PM -0700, Rajat Jain wrote: > >From https://spdx.org/licenses/ > > "Release 3.0 replaced previous Identifiers for GNU licenses with more > explicit Identifiers to reflect the "this version only" or "any later > version" option specific to those licenses. As such, the previously used > Identifiers for those licenses are deprecated as of v3.0." > > Replace the > /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > with > /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ > > Signed-off-by: Rajat Jain If you like reading documentation for stuff like this, how about reading LICENSES/preferred/GPL-2.0 which shows that both examples are just fine and we are going to stick with that for now as we don't want to do a wholesale change at this point in time. In other words, we do not follow the 3.0 version of the SPDX spec as we think it's pretty silly :) thanks, greg k-h