aboutsummaryrefslogtreecommitdiff
path: root/encoding.h
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-06-30 11:39:00 -0700
committerGitHub <noreply@github.com>2022-06-30 11:39:00 -0700
commitd2bbcb81d550572f89bd1b0a5d511b0c88cc5f38 (patch)
treee98f5c4ce0801cecb5cff7d74066a007b8405ec9 /encoding.h
parent1543a8d3d686484b54b748a3753c20dfff220440 (diff)
downloadriscv-opcodes-d2bbcb81d550572f89bd1b0a5d511b0c88cc5f38.zip
riscv-opcodes-d2bbcb81d550572f89bd1b0a5d511b0c88cc5f38.tar.gz
riscv-opcodes-d2bbcb81d550572f89bd1b0a5d511b0c88cc5f38.tar.bz2
Change license to BSD-3-Clause-Clear (#133)
Previously the license was a hybrid between the conditions form BSD-3-Clause-Clear and the disclaimer from MIT-Modern-Variant. Using a standard license makes it easier to include the generated code into other open source projects.
Diffstat (limited to 'encoding.h')
-rw-r--r--encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.h b/encoding.h
index ef8c4fe..304b106 100644
--- a/encoding.h
+++ b/encoding.h
@@ -1,4 +1,4 @@
-/* See LICENSE for license details. */
+/* SPDX-License-Identifier: BSD-3-Clause-Clear */
#ifndef RISCV_CSR_ENCODING_H
#define RISCV_CSR_ENCODING_H