From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69014C2B9F4 for ; Fri, 25 Jun 2021 08:01:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FC676141C for ; Fri, 25 Jun 2021 08:01:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230013AbhFYIDf (ORCPT ); Fri, 25 Jun 2021 04:03:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:43670 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbhFYIDd (ORCPT ); Fri, 25 Jun 2021 04:03:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9186E613C0; Fri, 25 Jun 2021 08:01:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624608072; bh=wA4i+6GMymdNLboi240ADpbTr3hVSPhdCcHusOPcKBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2XPBxQChSxECHWaZSD6hQaxV5A4fvwmpqgN6v2nYD/FlWGWTDeAL7sstzjmBZ8xRj DxaGeZr9F4cVbIDD1yHqV4PU1l/Dmk3cFrwKoKdb3JDwCnF9B99qtMZM0glYnu1HfA NGfqGHFzck6+WpOx3fpa3W1PwYND/i1kIID2BbWE= Date: Fri, 25 Jun 2021 10:01:09 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Lee Jones , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v8 04/12] staging: hi6421-spmi-pmic: update copyright's year Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 25, 2021 at 09:45:56AM +0200, Mauro Carvalho Chehab wrote: > Update the copyright to reflect the current year. > > Suggested-by: Lee Jones > Signed-off-by: Mauro Carvalho Chehab > --- > drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c > index 626140cb96f2..29ac53684ad2 100644 > --- a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c > +++ b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c > @@ -2,8 +2,8 @@ > /* > * Device driver for regulators in HISI PMIC IC > * > - * Copyright (c) 2013 Linaro Ltd. > - * Copyright (c) 2011 Hisilicon. > + * Copyright (c) 2013-2021 Linaro Ltd. I see no record of Linaro touching this every year from 2013-2021. Where was that record? I would feel more comfortable taking such a change from a Linaro developer, not anyone else. > + * Copyright (c) 2011-2021 HiSilicon Technologies Co., Ltd. Same here, it was modified for 10 years continuously? Where? thanks, greg k-h