aboutsummaryrefslogtreecommitdiffstats
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
parentImplement basic validation and I/O multiplexing (diff)
downloadwg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.tar.xz
wg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.zip
Fix licensing headers
-rw-r--r--common.h4
-rw-r--r--dbg.h4
-rw-r--r--netlink.h6
-rw-r--r--wg-dynamic-client.c6
-rw-r--r--wg-dynamic-server.c5
5 files changed, 12 insertions, 13 deletions
diff --git a/common.h b/common.h
index d781548..b7ea136 100644
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: LGPL-2.1+
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 Thomas Gschwantner <tharre3@gmail.com>.
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
*/
#ifndef __COMMON_H__
diff --git a/dbg.h b/dbg.h
index 65619b0..53d0db1 100644
--- a/dbg.h
+++ b/dbg.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: LGPL-2.1+
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2014-2019 Thomas Gschwantner <tharre3@gmail.com>.
+ * Copyright (C) 2014-2019 WireGuard LLC. All Rights Reserved.
*/
#ifndef __DBG_H__
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
diff --git a/wg-dynamic-client.c b/wg-dynamic-client.c
index 2825eb2..8554269 100644
--- a/wg-dynamic-client.c
+++ b/wg-dynamic-client.c
@@ -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) 2019 WireGuard LLC. All Rights Reserved.
*/
#include "netlink.h"
diff --git a/wg-dynamic-server.c b/wg-dynamic-server.c
index 9221adf..8f27acf 100644
--- a/wg-dynamic-server.c
+++ b/wg-dynamic-server.c
@@ -1,7 +1,6 @@
-/* SPDX-License-Identifier: LGPL-2.1+
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- * Copyright (C) 2019 Thomas Gschwantner <tharre3@gmail.com>.
+ * Copyright (C) 2015-2019 WireGuard LLC. All Rights Reserved.
*/
#define _POSIX_C_SOURCE 200112L