From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Russ Anderson <rja@hpe.com>
Cc: Mike Travis <mike.travis@hpe.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
x86@kernel.org, Steve Wahl <steve.wahl@hpe.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
Andy Lutomirski <luto@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Dimitri Sivanich <dimitri.sivanich@hpe.com>,
Arnd Bergmann <arnd@arndb.de>, "H. Peter Anvin" <hpa@zytor.com>,
Russ Anderson <russ.anderson@hpe.com>,
Darren Hart <dvhart@infradead.org>,
Andy Shevchenko <andy@infradead.org>,
Alexandre Chartre <alexandre.chartre@oracle.com>,
Jian Cai <caij2003@gmail.com>,
Vitaly Kuznetsov <vkuznets@redhat.com>,
linux-kernel@vger.kernel.org,
platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH v2 13/13] x86/platform/uv: Update Copyrights to conform to HPE standards
Date: Tue, 22 Sep 2020 07:26:40 +0200 [thread overview]
Message-ID: <20200922052640.GA586403@kroah.com> (raw)
In-Reply-To: <20200922022504.unsi33w4njahh6pv@hpe.com>
On Mon, Sep 21, 2020 at 09:25:04PM -0500, Russ Anderson wrote:
> On Thu, Sep 17, 2020 at 09:54:29AM +0200, Greg Kroah-Hartman wrote:
> > On Wed, Sep 16, 2020 at 02:20:39PM -0500, Mike Travis wrote:
> > > Add Copyrights to those files that have been updated for UV5 changes.
> > >
> > > Signed-off-by: Mike Travis <mike.travis@hpe.com>
> > > ---
> > > arch/x86/include/asm/uv/bios.h | 1 +
> > > arch/x86/include/asm/uv/uv_hub.h | 1 +
> > > arch/x86/include/asm/uv/uv_mmrs.h | 1 +
> > > arch/x86/kernel/apic/x2apic_uv_x.c | 1 +
> > > arch/x86/platform/uv/bios_uv.c | 1 +
> > > arch/x86/platform/uv/uv_nmi.c | 1 +
> > > arch/x86/platform/uv/uv_time.c | 1 +
> > > drivers/misc/sgi-gru/grufile.c | 1 +
> > > drivers/misc/sgi-xp/xp.h | 1 +
> > > drivers/misc/sgi-xp/xp_main.c | 1 +
> > > drivers/misc/sgi-xp/xp_uv.c | 1 +
> > > drivers/misc/sgi-xp/xpc_main.c | 1 +
> > > drivers/misc/sgi-xp/xpc_partition.c | 1 +
> > > drivers/misc/sgi-xp/xpnet.c | 1 +
> > > 14 files changed, 14 insertions(+)
> > >
> > > diff --git a/arch/x86/include/asm/uv/bios.h b/arch/x86/include/asm/uv/bios.h
> > > index 97ac595ebc6a..08b3d810dfba 100644
> > > --- a/arch/x86/include/asm/uv/bios.h
> > > +++ b/arch/x86/include/asm/uv/bios.h
> > > @@ -5,6 +5,7 @@
> > > /*
> > > * UV BIOS layer definitions.
> > > *
> > > + * (C) Copyright 2020 Hewlett Packard Enterprise Development LP
> > > * Copyright (C) 2007-2017 Silicon Graphics, Inc. All rights reserved.
> > > * Copyright (c) Russ Anderson <rja@sgi.com>
> >
> > Gotta love the different ways of text here :(
> >
> > Anyway, much better than before, thanks.
>
> The HPE copyright text is different than the old SGI copyright text.
> We could update the SGI copyright line to be consistent, change
> "Copyright (C)" to "(C) Copyright", if that is desired.
>
> The HPE lawyers said the old SGI copyrights do not need to be
> updated as far as they are concerned, because HPE owns the SGI
> copyrights, but they can. So the two lines could be combined to
>
> * (C) Copyright 2007-2017, 2020 Hewlett Packard Enterprise Development LP
>
> I will do whatever the lawyers and community want as far as format.
What you did here is fine, it's just "fun" to see lawyers change their
minds over time as to what the "correct" way to write these lines are.
For extra fun, it turns out none of these lines are actually needed,
it's just a real-world case of lawyer cargo-cult behavior :)
thanks,
greg k-h
prev parent reply other threads:[~2020-09-22 5:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200916192039.162934-1-mike.travis@hpe.com>
[not found] ` <20200916192039.162934-3-mike.travis@hpe.com>
2020-09-16 21:17 ` [PATCH v2 02/13] x86/platform/uv: Remove SCIR MMR references for UVY systems Steve Wahl
[not found] ` <20200916192039.162934-2-mike.travis@hpe.com>
2020-09-16 21:19 ` [PATCH v2 01/13] x86/platform/uv: Remove UV BAU TLB Shootdown Handler Steve Wahl
[not found] ` <20200916192039.162934-14-mike.travis@hpe.com>
2020-09-16 21:19 ` [PATCH v2 13/13] x86/platform/uv: Update Copyrights to conform to HPE standards Steve Wahl
2020-09-17 7:54 ` Greg Kroah-Hartman
2020-09-22 2:25 ` Russ Anderson
2020-09-22 5:26 ` Greg Kroah-Hartman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200922052640.GA586403@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=alexandre.chartre@oracle.com \
--cc=andy@infradead.org \
--cc=arnd@arndb.de \
--cc=bp@alien8.de \
--cc=caij2003@gmail.com \
--cc=dave.hansen@linux.intel.com \
--cc=dimitri.sivanich@hpe.com \
--cc=dvhart@infradead.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@kernel.org \
--cc=mike.travis@hpe.com \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=rja@hpe.com \
--cc=russ.anderson@hpe.com \
--cc=steve.wahl@hpe.com \
--cc=tglx@linutronix.de \
--cc=vkuznets@redhat.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox