aboutsummaryrefslogtreecommitdiff
path: root/parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'parse.py')
-rwxr-xr-xparse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.py b/parse.py
index 4a6f517..90f1b41 100755
--- a/parse.py
+++ b/parse.py
@@ -853,6 +853,8 @@ 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 */
+
/*
* This file is auto-generated by running 'make' in
* https://github.com/riscv/riscv-opcodes ({commit})