Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2BDBC64EC4 for ; Wed, 22 Feb 2023 12:25:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231845AbjBVMZG (ORCPT ); Wed, 22 Feb 2023 07:25:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232266AbjBVMZD (ORCPT ); Wed, 22 Feb 2023 07:25:03 -0500 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F09733A865 for ; Wed, 22 Feb 2023 04:24:35 -0800 (PST) Received: from localhost (88-113-24-128.elisa-laajakaista.fi [88.113.24.128]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id e168f4d2-b2aa-11ed-bd9b-005056bd6ce9; Wed, 22 Feb 2023 14:17:31 +0200 (EET) From: andy.shevchenko@gmail.com Date: Wed, 22 Feb 2023 14:17:31 +0200 To: Keguang Zhang Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH 1/4] gpio: loongson1: Update copyright Message-ID: References: <20230222111213.2241633-1-keguang.zhang@gmail.com> <20230222111213.2241633-2-keguang.zhang@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230222111213.2241633-2-keguang.zhang@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Wed, Feb 22, 2023 at 07:12:10PM +0800, Keguang Zhang kirjoitti: > This patch updates copyright and author information. ... > +// SPDX-License-Identifier: GPL-2.0-or-later Have you talked to your lawers? This is an inequivalent to what was written below. > /* > * GPIO Driver for Loongson 1 SoC > * > - * Copyright (C) 2015-2016 Zhang, Keguang > - * > - * This file is licensed under the terms of the GNU General Public > - * License version 2. This program is licensed "as is" without any > - * warranty of any kind, whether express or implied. > + * Copyright (C) 2015-2023 Keguang Zhang > */ ... > -MODULE_AUTHOR("Kelvin Cheung "); > +MODULE_AUTHOR("Keguang Zhang "); So, which name here is in your official documents? -- With Best Regards, Andy Shevchenko