From db63d4c38bf09d88b4c389fb5fd37271afd681d6 Mon Sep 17 00:00:00 2001 From: Sunday Clement <83687182+Sundance636@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:36:02 -0400 Subject: [PATCH] hsakmt: Update udmabuf.h License Identifier Header (#873) Fix typos, and update the license header to include SPDX license identifier. Signed-off-by: Sunday Clement --- .../libhsakmt/include/hsakmt/linux/udmabuf.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/projects/rocr-runtime/libhsakmt/include/hsakmt/linux/udmabuf.h b/projects/rocr-runtime/libhsakmt/include/hsakmt/linux/udmabuf.h index 92f1c8311b..1a9e325b8d 100644 --- a/projects/rocr-runtime/libhsakmt/include/hsakmt/linux/udmabuf.h +++ b/projects/rocr-runtime/libhsakmt/include/hsakmt/linux/udmabuf.h @@ -1,8 +1,7 @@ -/* GPL-2.0 WITH Linux-syscall-note */ -/* - * This file was copied from inux-libc-dev package - * This header provides interface to linux kernel udmabuf drver - * Modifications may have been made. +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note + * This file was copied from Linux Kernel Source code + * This header provides interface to linux kernel udmabuf driver + * Minor modifications may have been made. */ #ifndef _THUNK_UDMABUF_H #define _THUNK_UDMABUF_H