aboutsummaryrefslogtreecommitdiff
path: root/parse.py
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@rivosinc.com>2023-01-26 14:00:53 -0800
committerAaron Durbin <adurbin@rivosinc.com>2023-01-26 14:00:53 -0800
commit1aadf0ba0acd54d1cdbe51062b3e53de5c2a1d3c (patch)
tree33c58f388ad4cb968f0eb706abc7bd1fc31497f0 /parse.py
parentebd4dbf85b0251d5a25680bc1a451b6f613ecb9d (diff)
downloadriscv-opcodes-1aadf0ba0acd54d1cdbe51062b3e53de5c2a1d3c.zip
riscv-opcodes-1aadf0ba0acd54d1cdbe51062b3e53de5c2a1d3c.tar.gz
riscv-opcodes-1aadf0ba0acd54d1cdbe51062b3e53de5c2a1d3c.tar.bz2
Update encoding.h.out's copyright year.
It's a new year. Make the copyright clause reflect 2023.
Diffstat (limited to 'parse.py')
-rwxr-xr-xparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.py b/parse.py
index e808f65..9714e99 100755
--- a/parse.py
+++ b/parse.py
@@ -855,7 +855,7 @@ def make_c(instr_dict):
enc_file = open('encoding.out.h','w')
enc_file.write(f'''/* SPDX-License-Identifier: BSD-3-Clause */
-/* Copyright (c) 2022 RISC-V International */
+/* Copyright (c) 2023 RISC-V International */
/*
* This file is auto-generated by running 'make' in