Add copyright line to encoding.h. (#718)

Hopefully this will be the final version.

Change-Id: Ib2f8cd6f613c5e0f8e8bf7a16c3edbf2d9b439b2
Signed-off-by: Tim Newsome <tim@sifive.com>

Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2022-08-25 11:04:46 -07:00 committed by GitHub
parent 7a16947969
commit 7c0ca4dd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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