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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 BD331C433DB for ; Tue, 23 Feb 2021 13:34:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CEB864E60 for ; Tue, 23 Feb 2021 13:34:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232830AbhBWNeh convert rfc822-to-8bit (ORCPT ); Tue, 23 Feb 2021 08:34:37 -0500 Received: from mail-ot1-f51.google.com ([209.85.210.51]:43757 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232599AbhBWNeg (ORCPT ); Tue, 23 Feb 2021 08:34:36 -0500 Received: by mail-ot1-f51.google.com with SMTP id l23so15508657otn.10; Tue, 23 Feb 2021 05:34:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=W1FTBNiyBbbmPU7r9FwLGrJDR2sXQdMfcOeR069zcPk=; b=TRwmgpdFuphVAuVf8CMl9ZH9MMr1gOHJheBmTtHHAbcUk6jYOIp4TrUhiKKXjTAtmM EIE3SvWgnTNu5cizvinWqpsz5V+Z9Jp5QJVrElp6CNRq6cvAJJoSnq3/pl78FoEKx6Fi vcojHUO62BybC3KZRlDPf9rziLd4W7KlDRU1Z6B3Kb4pZjPjwRddo8NROxR0n7ZhUERY SoWxmCe2UohR3YtVwSi++N3t4eQtJrCsoay51XS/aYNdf345267FDa2dNWHLdc9eheJm pGv9YVW1F22DTiHjDg28nX/6FQkWPUA7V3/KndhvTNKNczdtfcGPtaEDXfS6V4Vp5nzy 3qrQ== X-Gm-Message-State: AOAM532OSytx5N8Qld6OzZ2DyMUPmIc+sSZlROP3mJzM/+IUjXh0brfO xYyAvNN2NAHiFPdLLsZJl8cG9kjLHK2ySfEYlDg= X-Google-Smtp-Source: ABdhPJxjkNrWvxSoaC7JsMeEuhHWcisA7wpJjF/HrLOxSfP7dHYrKwtA5+I3iEpYSkzSOYmRV5MKU5jJZwIg36sU74U= X-Received: by 2002:a9d:4a8e:: with SMTP id i14mr20834879otf.37.1614087235498; Tue, 23 Feb 2021 05:33:55 -0800 (PST) MIME-Version: 1.0 References: <20210222161905.1153-1-lukas.bulwahn@gmail.com> <20210222161905.1153-6-lukas.bulwahn@gmail.com> In-Reply-To: From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Date: Tue, 23 Feb 2021 14:33:44 +0100 Message-ID: Subject: Re: [PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright To: "Maciej W. Rozycki" Cc: Lukas Bulwahn , Thomas Bogendoerfer , "open list:BROADCOM NVRAM DRIVER" , Tiezhu Yang , Willy Tarreau , linux-edac@vger.kernel.org, linux-hams@vger.kernel.org, kernel-janitors@vger.kernel.org, open list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Tue, Feb 23, 2021 at 1:33 PM Maciej W. Rozycki wrote: > On Tue, 23 Feb 2021, Philippe Mathieu-Daudé wrote: > > > > diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c > > > index 79c434fece52..444b5e0e935f 100644 > > > --- a/arch/mips/sgi-ip27/ip27-timer.c > > > +++ b/arch/mips/sgi-ip27/ip27-timer.c > > > @@ -1,7 +1,7 @@ > > > // SPDX-License-Identifier: GPL-2.0 > > > /* > > > - * Copytight (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) > > > - * Copytight (C) 1999, 2000 Silicon Graphics, Inc. > > > + * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) > > > > If the email isn't valid anymore, why keep it? > > As I noted in an earlier reply and Kurt further confirmed site recovery > is under way. Great. Alternatively the authorship is preserved without the author email (but IANAL): Copyright (C) 1999, 2000, 05, 06 Ralf Baechle > > Maciej