uapi: add SPDX identifier to vm_sockets_diag.h
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 24 Nov 2017 20:08:40 +0000 (12:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Nov 2017 19:24:48 +0000 (04:24 +0900)
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>
include/uapi/linux/vm_sockets_diag.h

index 14cd7dc..0b4dd54 100644 (file)
@@ -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__