[PATCH 0/2] riscv: Add missing licenses

From: Charlie Jenkins
Date: Mon Jul 29 2024 - 17:00:17 EST


I was poking around some files and noticed that vmalloc.h and fence.h
were missing licenses. This series simply adds in those licenses.

Signed-off-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>
---
Charlie Jenkins (2):
riscv: Add license to fence.h
riscv: Add license to vmalloc.h

arch/riscv/include/asm/fence.h | 1 +
arch/riscv/include/asm/vmalloc.h | 1 +
2 files changed, 2 insertions(+)
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240729-riscv_fence_license-991133388456
--
- Charlie