Explorar o código

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 <sthemmin@microsoft.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Hemminger %!s(int64=7) %!d(string=hai) anos
pai
achega
7bbefcfac1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/uapi/linux/vm_sockets_diag.h

+ 1 - 0
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__