From: Stephen Hemminger Date: Fri, 24 Nov 2017 20:08:40 +0000 (-0800) Subject: uapi: add SPDX identifier to vm_sockets_diag.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7bbefcfac1936c8d9082a828b09f42a3839cb06e;p=linux.git uapi: add SPDX identifier to vm_sockets_diag.h New file seems to have missed the SPDX license scan and update. Signed-off-by: Stephen Hemminger Reviewed-by: Stefan Hajnoczi Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/vm_sockets_diag.h b/include/uapi/linux/vm_sockets_diag.h index 14cd7dc5a187c..0b4dd54f3d1ea 100644 --- a/include/uapi/linux/vm_sockets_diag.h +++ b/include/uapi/linux/vm_sockets_diag.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* AF_VSOCK sock_diag(7) interface for querying open sockets */ #ifndef _UAPI__VM_SOCKETS_DIAG_H__