aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-27 14:50:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-27 14:52:01 +0100
commit6af568d1e0edaa6809d99e7be5e13825c5e8bee6 (patch)
treec32283eaa16519c9753b88f2cd4fa351888f930c
parentapi: do not make dead gateway detection failures fatal (diff)
downloadwintun-6af568d1e0edaa6809d99e7be5e13825c5e8bee6.tar.xz
wintun-6af568d1e0edaa6809d99e7be5e13825c5e8bee6.zip
api: allow header to be mit
This doesn't change much, but it does make it mildly more convenient plop this into mixed-use codebases. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--api/wintun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/wintun.h b/api/wintun.h
index fb649ba..e4606d5 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 OR MIT
*
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/