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:
parent
7a16947969
commit
7c0ca4dd53
|
@ -1,8 +1,10 @@
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
|
/* Copyright (c) 2022 RISC-V International */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is auto-generated by running 'make' in
|
* 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
|
#ifndef RISCV_CSR_ENCODING_H
|
||||||
|
|
Loading…
Reference in New Issue