Updated the license header in a separate comment of its own. Signed-off-by: Ayan Kumar Halder <[email protected]> ---
This was highlighted in the following review - https://www.mail-archive.com/[email protected]/msg141930.html xen/arch/riscv/include/asm/csr.h | 3 +-- xen/arch/riscv/include/asm/riscv_encoding.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/xen/arch/riscv/include/asm/csr.h b/xen/arch/riscv/include/asm/csr.h index 8215562343..be57dcce1c 100644 --- a/xen/arch/riscv/include/asm/csr.h +++ b/xen/arch/riscv/include/asm/csr.h @@ -1,6 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * SPDX-License-Identifier: GPL-2.0-only - * * Copyright (C) 2015 Regents of the University of California */ diff --git a/xen/arch/riscv/include/asm/riscv_encoding.h b/xen/arch/riscv/include/asm/riscv_encoding.h index 43dd4f6981..58abe5eccc 100644 --- a/xen/arch/riscv/include/asm/riscv_encoding.h +++ b/xen/arch/riscv/include/asm/riscv_encoding.h @@ -1,6 +1,5 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: -- 2.17.1
