diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:10:33 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:13:39 +0300 |
| commit | 0ff388a7fcd108f75ca82a94d5b258079c6bf437 (patch) | |
| tree | 0259010e8348b55dc8923159b1b9e13c0deff6ff /triscv/include | |
| parent | a10ac4e82a1f8324a2928fd08b0ba2d5558e50e4 (diff) | |
| download | tri-0ff388a7fcd108f75ca82a94d5b258079c6bf437.tar.gz tri-0ff388a7fcd108f75ca82a94d5b258079c6bf437.zip | |
add licensing stuff in triscv
Diffstat (limited to 'triscv/include')
| -rw-r--r-- | triscv/include/triscv/common.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/cpu.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/csr.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/mem.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/mmu.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/tmb.h | 2 | ||||
| -rw-r--r-- | triscv/include/triscv/uart.h | 2 |
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 |
