Re: [PATCH v2 13/13] x86/platform/uv: Update Copyrights to conform to HPE standards

From: Greg Kroah-Hartman
Date: Thu Sep 17 2020 - 03:55:39 EST


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@xxxxxxx>
> ---
> 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@xxxxxxx>

Gotta love the different ways of text here :(

Anyway, much better than before, thanks.

greg k-h