Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp984052imm; Wed, 13 Jun 2018 11:23:30 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKQUXpo3dVC9wBD5cDLf64KF5eL8ysHHl7tTeXKXCBUjveMyJnEa+4Iy3H5RNLojM6lNLQ9 X-Received: by 2002:a62:5d48:: with SMTP id r69-v6mr5948292pfb.84.1528914210510; Wed, 13 Jun 2018 11:23:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528914210; cv=none; d=google.com; s=arc-20160816; b=z0Vn6M+ZMes5TOvAbCuMjqjxCXI/sKyGBt6HymLVploV27AMCelTZXZjTrsQeCYGjI fMHl7efezIwvg0k5X/eTg/FKMoF2LPgLaQQ7TpGTVcTur7mKbPAIDDFg3CjcyZ6+Z45B TTSvvOrldWQ7vdb7CpvO0tJPbMFF+p35TH91IZN14+dJjcl1TFT3LD+5HCls/GX9fCwt h2k+djGscs5whgHtwoCook6bcTnlNrOCvJrkBngFqq3DlAYwLILOOJi5kMuK9tTcwKrw D+XU38fOzuOeek/+5wyqhnKiIg4Z84Hq/Mu3IsDTyuECugoJTXPDcWrT815dl/FZn49K GCqw== 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:arc-authentication-results; bh=aoSwwqqzzQQU+uuiaFq0diqqbE1uNyKBMfZgJpNOUIE=; b=YO1NrEBxOTX/T4LsGvnytnd5L1ETsttuz7oMu02cwWnX8B6a9GPuEiNeSF0Gs+PziS IvzrwKrO7E9z4m/uYCTh7TKzqEXoPe3rgWx+rsaF8mIEZCFg0oDtPO6GEgAFfKYon4Ds 5UvFxzvAs4MZqnO1VXjV4vMF26kaRmxZd065HhKxJ0S+8tW2QwMVKe+X8xOr7K1AXmRF qLxr3ZTm9YQtUynd2ze+vkI/T+dII/eP9EdsKqBTM6lUd5poFr0qavtwzK1N94MCuctJ q9XdmL2XNYxBv3bIToDrqpcHmwZhZGc/TX2mVyacp4JuOcyBhV/KlGSvubnRSpXpOeKE 2pRg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=oQv51sC0; 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 j6-v6si2850238pgs.615.2018.06.13.11.23.16; Wed, 13 Jun 2018 11:23:30 -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=oQv51sC0; 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 S935750AbeFMSVF (ORCPT + 99 others); Wed, 13 Jun 2018 14:21:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:42410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935494AbeFMSVE (ORCPT ); Wed, 13 Jun 2018 14:21:04 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (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 48EC1208C3; Wed, 13 Jun 2018 18:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1528914063; bh=/tcBABKXe5dTf1kT5IhNAy+qQJykYlAGqVe0j2BRl98=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oQv51sC0FeEbFQKBrp9L6eGX65u+0nsXSQ6v+AkRbwn4b6SgpY5rsiTE9VRoY8Toa KznCPm0GvO+Jy62NlM9pK5HHLcmgmQq2mZX/6L2zs7yGWc+fE1gc6pSsDYSehYfZjq TCVSiTLNLynmXqVj2QAN38f/JsJ1I0lABdZi4lEI= Date: Wed, 13 Jun 2018 20:20:41 +0200 From: Greg Kroah-Hartman To: Nadav Amit Cc: Xavier Deguillard , linux-kernel@vger.kernel.org, Arnd Bergmann , Nadav Amit Subject: Re: [PATCH 1/7] vmw_balloon: update copyright message Message-ID: <20180613182041.GB29631@kroah.com> References: <20180613110359.109033-1-namit@vmware.com> <20180613110359.109033-2-namit@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180613110359.109033-2-namit@vmware.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 13, 2018 at 04:03:53AM -0700, Nadav Amit wrote: > Removing the paragraph about writing to the Free Software Foundation's > mailing address from the sample GPL notice according to checkpatch > request. > > In addition, updating the year and adding a license tag. > > Reviewed-by: Xavier Deguillard > Signed-off-by: Nadav Amit > --- > drivers/misc/vmw_balloon.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c > index efd733472a35..1d50ed630d30 100644 > --- a/drivers/misc/vmw_balloon.c > +++ b/drivers/misc/vmw_balloon.c > @@ -1,7 +1,7 @@ > /* > * VMware Balloon driver. > * > - * Copyright (C) 2000-2014, VMware, Inc. All Rights Reserved. > + * Copyright (C) 2000-2018, VMware, Inc. All Rights Reserved. > * > * This program is free software; you can redistribute it and/or modify it > * under the terms of the GNU General Public License as published by the > @@ -13,9 +13,7 @@ > * NON INFRINGEMENT. See the GNU General Public License for more > * details. > * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, write to the Free Software > - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > + * SPDX-License-Identifier: GPL-2.0 This goes as the first line of the file, please see the documentation files that describes how to do this properly. Thanks, greg k-h