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 <[email protected]>
---
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 <[email protected]>. All Rights
Reserved.
*
* The following MIT license applies only to this file:
--
2.15.1
_______________________________________________
WireGuard mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/wireguard