aboutsummaryrefslogtreecommitdiffstats
path: root/netlink.h
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-01-27 15:43:53 +0100
committerThomas Gschwantner <tharre3@gmail.com>2019-01-27 15:46:37 +0100
commit0a43cc47f30230b053afd062d98b8a3b53307010 (patch)
treee42ea77353dea0cd82a0a051cda5d44cd9e18fd0 /netlink.h
parentImplement basic validation and I/O multiplexing (diff)
downloadwg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.tar.xz
wg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.zip
Fix licensing headers
Diffstat (limited to 'netlink.h')
-rw-r--r--netlink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlink.h b/netlink.h
index 92a2a7d..61a5772 100644
--- a/netlink.h
+++ b/netlink.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2015-2019 WireGuard LLC. All Rights Reserved.
*/
#ifndef WIREGUARD_H