Browse Source

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 7 years ago
parent
commit
7bbefcfac1
1 changed files with 1 additions and 0 deletions
  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__