Re: [PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright

From: Philippe Mathieu-Daudé
Date: Tue Feb 23 2021 - 08:35:08 EST


On Tue, Feb 23, 2021 at 1:33 PM Maciej W. Rozycki <macro@xxxxxxxxxxx> 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@xxxxxxxxxxxxxx)
> > > - * Copytight (C) 1999, 2000 Silicon Graphics, Inc.
> > > + * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@xxxxxxxxxxxxxx)
> >
> > 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