[PATCH 6/6] src/uapi/wireguard: add SPDX tag

Greg Kroah-Hartman gregkh at linuxfoundation.org
Thu Nov 30 16:23:55 CET 2017


It's good to have SPDX identifiers in all files as the Linux kernel
developers are working to add these identifiers to all files.

Update the wireguard.h file with the currently convential GPL2+userspace
exception tag.

Note, this is a different license than what the text itself says in the
file, if you wish to stick with the MIT license for this file, that's
fine, but then it should be listed as:
	((GPL-2.0 WITH Linux-syscall-note) OR MIT)

Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 src/uapi/wireguard.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uapi/wireguard.h b/src/uapi/wireguard.h
index 411d5a462f0e..37e2e7bf1402 100644
--- a/src/uapi/wireguard.h
+++ b/src/uapi/wireguard.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason at zx2c4.com>. All Rights Reserved.
  *
  * The following MIT license applies only to this file:
-- 
2.15.1



More information about the WireGuard mailing list