Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp11186493ybi; Thu, 25 Jul 2019 11:29:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqyKkaEexrXeQAdYGlmUtr9iH3Ljc7XaqepzU/vDv+ZMH+zlIHyFZKnvbwYIaGIe82B+ODdt X-Received: by 2002:a17:902:8f81:: with SMTP id z1mr90313028plo.290.1564079387269; Thu, 25 Jul 2019 11:29:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564079387; cv=none; d=google.com; s=arc-20160816; b=DzzHdWgb2EUomBork/9fFt78lM+zOw1UUqGVuScF6d4zPVkyHZ6LrlIbhXNZSNl/IQ fIZAs8n9zQNWwYdtwogg5xGhJX8s9N9pDwfrTHk+QXy6B+f78FyN74e9cLGFfXq2YHRb LOD2v2SGaqbpZKEuPkqVGdqIBeDTfdhraf/SLAzuoOY19N3U7sYSNDr/Qd/331VWtPoG E+OeI65uQYKIG/tTZOZk92IvQ2HWN+z6y8m+0UeYiJ/+QFll1/LZhG0DnqDtR70Qa3i5 3HWDQtoa1f7eOo32qGOUCGfEzzHghPLuET5FBnc1t9Dd64yd7LCX//Z3k4Rgp14xE0/S 5dBw== 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:dkim-signature; bh=5egYrpBEADdqZarOzXcvCnBCi1DtJa5u028m2/sYU/4=; b=Z80B40ZoXdLERBFd7O3EMf/ip10t/26BAORCA64gywgTuXf5kHU37xwJqaqv4hNhjD mj49m7f7YvQDEZgHI+qbkRFhQW9mXjAi7K+Po8Oeaj1EJ3D89L3WMlmTe24NTUGUaV89 xoJaUoHs0plEbDoQdkWgoYTY7Xd6yQ2DIPI6Ttj1eaX3L3TbCkixudQZVy5uCciHKh88 JiMx/Sg0pZRq9xnxJ3mg2lP9xntRWH5zPJ+sUrx2ap4/qbXpVhXI4YwXs/VpWFDpVI8z AtDZepP16XsU9x+ilOvxg9aC8ZIkh6iBISkYayrFkvhRBtDV8rMPbMTJGMKxRfejGGC5 49LQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=MYGCqmiY; 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 h2si18378338plh.380.2019.07.25.11.29.32; Thu, 25 Jul 2019 11:29:47 -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=MYGCqmiY; 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 S2387663AbfGYOVh (ORCPT + 99 others); Thu, 25 Jul 2019 10:21:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:33792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387419AbfGYOVg (ORCPT ); Thu, 25 Jul 2019 10:21: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 992B222C7B; Thu, 25 Jul 2019 14:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564064496; bh=pxReWaEST95lk565mK1Mw+8MWIZHmNlYX5ldtarOjvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MYGCqmiYLdCxJiHwW+7Jfsk9vU8NlsVpS9UKp/yfqWBKGgvoTs4XDlDiNEa+ET/nf dE7/+pSOVqwaGTLLQ6xlBE5NwXcUL5cln+28UBayTyuMR9pJZ+4TtKqwbKN48XaFzo PmqVxDnNz5A2Wlw7scGSMA9tPLPK/PFUycvduEcs= Date: Thu, 25 Jul 2019 16:21:33 +0200 From: Greg KH To: Thomas Huth Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, Thomas Gleixner Subject: Re: [PATCH] kernel/configs: Replace GPL boilerplate code with SPDX identifier Message-ID: <20190725142133.GB15480@kroah.com> References: <20190722092008.15403-1-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190722092008.15403-1-thuth@redhat.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 22, 2019 at 11:20:08AM +0200, Thomas Huth wrote: > The FSF does not reside in "675 Mass Ave, Cambridge" anymore... > let's replace the old GPL boilerplate code with a proper SPDX > identifier instead. > > Signed-off-by: Thomas Huth > --- > kernel/configs.c | 16 +--------------- > 1 file changed, 1 insertion(+), 15 deletions(-) Thanks for this, I can take this through the spdx tree. greg k-h