aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-08-22 08:56:44 -0700
committerGitHub <noreply@github.com>2022-08-22 08:56:44 -0700
commit7a1694796902776c3ed0a2256b80c4a7f77db4ff (patch)
tree42b02b7c3fe33f3dbaf68974a77f2064aeca7022
parentfb523552d2244e948c4a87599cb13171c1bf631a (diff)
downloadriscv-openocd-7a1694796902776c3ed0a2256b80c4a7f77db4ff.zip
riscv-openocd-7a1694796902776c3ed0a2256b80c4a7f77db4ff.tar.gz
riscv-openocd-7a1694796902776c3ed0a2256b80c4a7f77db4ff.tar.bz2
encoding.h license changed to BSD-3-Clause (#717)
See https://github.com/riscv/riscv-opcodes/pull/139 Change-Id: I77ae5ab369e6cde26ad44d177dcae38c0fbe08ef Signed-off-by: Tim Newsome <tim@sifive.com> Signed-off-by: Tim Newsome <tim@sifive.com>
-rw-r--r--src/target/riscv/encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/riscv/encoding.h b/src/target/riscv/encoding.h
index c046b8b..4c25316 100644
--- a/src/target/riscv/encoding.h
+++ b/src/target/riscv/encoding.h
@@ -1,8 +1,8 @@
-/* SPDX-License-Identifier: BSD-3-Clause-Clear */
+/* SPDX-License-Identifier: BSD-3-Clause */
/*
* This file is auto-generated by running 'make' in
- * https://github.com/riscv/riscv-opcodes (8ab2df7)
+ * https://github.com/riscv/riscv-opcodes (0e5bcb5)
*/
#ifndef RISCV_CSR_ENCODING_H