aboutsummaryrefslogtreecommitdiff
path: root/parse.py
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-08-18 16:17:32 -0700
committerGitHub <noreply@github.com>2022-08-18 16:17:32 -0700
commit0e5bcb5c7c1e01e97b0adb21fbac878acf2efa20 (patch)
tree622d0aae057cf221505b2600ed20aec2ded8b336 /parse.py
parentc532dafd8e2205615d54c6c83366000968ca9c03 (diff)
downloadriscv-opcodes-0e5bcb5c7c1e01e97b0adb21fbac878acf2efa20.zip
riscv-opcodes-0e5bcb5c7c1e01e97b0adb21fbac878acf2efa20.tar.gz
riscv-opcodes-0e5bcb5c7c1e01e97b0adb21fbac878acf2efa20.tar.bz2
Change to BSD-3-Clause license, and copyright holder. (#139)
This removes the language about patents that was added in #133. Change copyright holder to RISC-V International.
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 2cf1e7e..4a6f517 100755
--- a/parse.py
+++ b/parse.py
@@ -851,7 +851,7 @@ def make_c(instr_dict):
commit = os.popen('git log -1 --format="format:%h"').read()
enc_file = open('encoding.out.h','w')
- enc_file.write(f'''/* SPDX-License-Identifier: BSD-3-Clause-Clear */
+ enc_file.write(f'''/* SPDX-License-Identifier: BSD-3-Clause */
/*
* This file is auto-generated by running 'make' in