diff mbox series

uapi: add SPDX identifier to vm_sockets_diag.h

Message ID 20171124200840.5551-1-sthemmin@microsoft.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series uapi: add SPDX identifier to vm_sockets_diag.h | expand

Commit Message

Stephen Hemminger Nov. 24, 2017, 8:08 p.m. UTC
New file seems to have missed the SPDX license scan and update.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 include/uapi/linux/vm_sockets_diag.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Hajnoczi Nov. 25, 2017, 7:08 a.m. UTC | #1
On Fri, Nov 24, 2017 at 8:08 PM, Stephen Hemminger
<stephen@networkplumber.org> wrote:
> New file seems to have missed the SPDX license scan and update.
>
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> ---
>  include/uapi/linux/vm_sockets_diag.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
David Miller Nov. 25, 2017, 7:25 p.m. UTC | #2
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri, 24 Nov 2017 12:08:40 -0800

> New file seems to have missed the SPDX license scan and update.
> 
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>

Applied, thanks Stephen.
diff mbox series

Patch

diff --git a/include/uapi/linux/vm_sockets_diag.h b/include/uapi/linux/vm_sockets_diag.h
index 14cd7dc5a187..0b4dd54f3d1e 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__