From 7c0ca4dd535667774c49a762dbb2b25c7da224dd Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 25 Aug 2022 11:04:46 -0700 Subject: [PATCH] Add copyright line to encoding.h. (#718) Hopefully this will be the final version. Change-Id: Ib2f8cd6f613c5e0f8e8bf7a16c3edbf2d9b439b2 Signed-off-by: Tim Newsome Signed-off-by: Tim Newsome --- src/target/riscv/encoding.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/target/riscv/encoding.h b/src/target/riscv/encoding.h index 4c25316aa..c2da4e676 100644 --- a/src/target/riscv/encoding.h +++ b/src/target/riscv/encoding.h @@ -1,8 +1,10 @@ /* SPDX-License-Identifier: BSD-3-Clause */ +/* Copyright (c) 2022 RISC-V International */ + /* * This file is auto-generated by running 'make' in - * https://github.com/riscv/riscv-opcodes (0e5bcb5) + * https://github.com/riscv/riscv-opcodes (dcdf8d3) */ #ifndef RISCV_CSR_ENCODING_H