aboutsummaryrefslogtreecommitdiff
path: root/triscv/include
diff options
context:
space:
mode:
Diffstat (limited to 'triscv/include')
-rw-r--r--triscv/include/triscv/common.h2
-rw-r--r--triscv/include/triscv/cpu.h2
-rw-r--r--triscv/include/triscv/csr.h2
-rw-r--r--triscv/include/triscv/mem.h2
-rw-r--r--triscv/include/triscv/mmu.h2
-rw-r--r--triscv/include/triscv/tmb.h2
-rw-r--r--triscv/include/triscv/uart.h2
7 files changed, 14 insertions, 0 deletions
diff --git a/triscv/include/triscv/common.h b/triscv/include/triscv/common.h
index 4f23edc..2f6e69e 100644
--- a/triscv/include/triscv/common.h
+++ b/triscv/include/triscv/common.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_COMMON_H
#define TRISCV_COMMON_H
diff --git a/triscv/include/triscv/cpu.h b/triscv/include/triscv/cpu.h
index aedd1df..f99d941 100644
--- a/triscv/include/triscv/cpu.h
+++ b/triscv/include/triscv/cpu.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_CPU_H
#define TRISCV_CPU_H
diff --git a/triscv/include/triscv/csr.h b/triscv/include/triscv/csr.h
index 80c7de4..05b59ab 100644
--- a/triscv/include/triscv/csr.h
+++ b/triscv/include/triscv/csr.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_CSR_H
#define TRISCV_CSR_H
diff --git a/triscv/include/triscv/mem.h b/triscv/include/triscv/mem.h
index 81b5d11..fb88e1b 100644
--- a/triscv/include/triscv/mem.h
+++ b/triscv/include/triscv/mem.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_MEM_H
#define TRISCV_MEM_H
diff --git a/triscv/include/triscv/mmu.h b/triscv/include/triscv/mmu.h
index 100d9ac..cb75225 100644
--- a/triscv/include/triscv/mmu.h
+++ b/triscv/include/triscv/mmu.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_MMU_H
#define TRISCV_MMU_H
diff --git a/triscv/include/triscv/tmb.h b/triscv/include/triscv/tmb.h
index 0c8a5b6..b7010cb 100644
--- a/triscv/include/triscv/tmb.h
+++ b/triscv/include/triscv/tmb.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_TMB_H
#define TRISCV_TMB_H
diff --git a/triscv/include/triscv/uart.h b/triscv/include/triscv/uart.h
index 531da1d..293825a 100644
--- a/triscv/include/triscv/uart.h
+++ b/triscv/include/triscv/uart.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
#ifndef TRISCV_UART_H
#define TRISCV_UART_H