Re: [PATCH v3 03/26] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>

From: Dave Hansen

Date: Thu Jan 29 2026 - 11:03:26 EST


On 1/29/26 06:02, Chao Gao wrote:'
...
> But this sounds like the copyright notice should be kept.
>
> Do you mean the copyright notices from the original files should be carried
> over to the new file?
>
> This patch extracts code from arch/x86/include/asm/tdx.h and
> arch/x86/virt/vmx/tdx/tdx.c. They have:
>
> Copyright (C) 2021-2022 Intel Corporation
> Copyright(c) 2023 Intel Corporation.
>
> So for the new file, the copyright notice should be
>
> Copyright (C) 2021-2023 Intel Corporation
> ?

The most straightforward thing to do is to copy the gunk from the
original file:

Copyright (C) 2021-2023 Intel Corporation

... which is as of today the "official" Intel way of doing it with the
"(C)" just like that.

along with:

/* SPDX-License-Identifier: GPL-2.0 */

and a note in the changelog about what you did. There's no need to do
any more than that because that's what git is for.