aboutsummaryrefslogtreecommitdiffstats
path: root/common.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 /common.h
parentImplement basic validation and I/O multiplexing (diff)
downloadwg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.tar.xz
wg-dynamic-0a43cc47f30230b053afd062d98b8a3b53307010.zip
Fix licensing headers
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 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__