aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@rivosinc.com>2023-01-26 14:00:53 -0800
committerAndrew Waterman <andrew@sifive.com>2023-01-31 09:28:23 -0800
commit87a8824ef83f53056658fcd7c073e53fd6135079 (patch)
treebd1c0d8a2fe06b866849a3fbcef0fdfa0e91d223
parentd4c61c70b7419d0f00d14091f1c8558a03a681df (diff)
downloadriscv-opcodes-87a8824ef83f53056658fcd7c073e53fd6135079.zip
riscv-opcodes-87a8824ef83f53056658fcd7c073e53fd6135079.tar.gz
riscv-opcodes-87a8824ef83f53056658fcd7c073e53fd6135079.tar.bz2
Update encoding.h.out's copyright year.
It's a new year. Make the copyright clause reflect 2023.
-rwxr-xr-xparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.py b/parse.py
index 6a4637a..fb40195 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