[PATCH 0/2] riscv: Add missing licenses

Charlie Jenkins posted 2 patches 1 year, 4 months ago
arch/riscv/include/asm/fence.h   | 1 +
arch/riscv/include/asm/vmalloc.h | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] riscv: Add missing licenses
Posted by Charlie Jenkins 1 year, 4 months ago
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@rivosinc.com>
---
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