diff options
Diffstat (limited to 'arch/riscv64/include')
| -rw-r--r-- | arch/riscv64/include/arch.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/cpu.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/irq.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/lock.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/pmem.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/proc.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/tcb.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/timer.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/types.h | 2 | ||||
| -rw-r--r-- | arch/riscv64/include/vmem.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/arch/riscv64/include/arch.h b/arch/riscv64/include/arch.h index d30232c..c75377b 100644 --- a/arch/riscv64/include/arch.h +++ b/arch/riscv64/include/arch.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_ARCH_H diff --git a/arch/riscv64/include/cpu.h b/arch/riscv64/include/cpu.h index f8131ae..9c92349 100644 --- a/arch/riscv64/include/cpu.h +++ b/arch/riscv64/include/cpu.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_CPU_H diff --git a/arch/riscv64/include/irq.h b/arch/riscv64/include/irq.h index 574b6d2..248cec3 100644 --- a/arch/riscv64/include/irq.h +++ b/arch/riscv64/include/irq.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_IRQ_H diff --git a/arch/riscv64/include/lock.h b/arch/riscv64/include/lock.h index cbdad63..f66ec16 100644 --- a/arch/riscv64/include/lock.h +++ b/arch/riscv64/include/lock.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_LOCK_H diff --git a/arch/riscv64/include/pmem.h b/arch/riscv64/include/pmem.h index ae23ca5..7101757 100644 --- a/arch/riscv64/include/pmem.h +++ b/arch/riscv64/include/pmem.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_PMEM_H diff --git a/arch/riscv64/include/proc.h b/arch/riscv64/include/proc.h index dac57ed..9adae84 100644 --- a/arch/riscv64/include/proc.h +++ b/arch/riscv64/include/proc.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_PROC_H diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h index f3e4cd0..33e8fad 100644 --- a/arch/riscv64/include/tcb.h +++ b/arch/riscv64/include/tcb.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef ARCH_RISCV_TCB_H diff --git a/arch/riscv64/include/timer.h b/arch/riscv64/include/timer.h index 33e02f8..f02ffa4 100644 --- a/arch/riscv64/include/timer.h +++ b/arch/riscv64/include/timer.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_TIMER_H diff --git a/arch/riscv64/include/types.h b/arch/riscv64/include/types.h index bcf96c6..68d312d 100644 --- a/arch/riscv64/include/types.h +++ b/arch/riscv64/include/types.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_TYPES_H diff --git a/arch/riscv64/include/vmem.h b/arch/riscv64/include/vmem.h index 5defc5a..ed99843 100644 --- a/arch/riscv64/include/vmem.h +++ b/arch/riscv64/include/vmem.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ #ifndef KMI_RISCV_VMAP_H |
