aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/wg.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-06-10 19:35:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-06-10 19:35:38 +0200
commit5b9c1d6d74376d4983a3055078225d95104194f0 (patch)
tree71e5d9f757d196b60f328a962c382bce2b9a657d /src/wg.c
parentwg-quick: android: use right regex for host-vs-IP (diff)
downloadwireguard-tools-5b9c1d6d74376d4983a3055078225d95104194f0.tar.xz
wireguard-tools-5b9c1d6d74376d4983a3055078225d95104194f0.zip
global: dual license core files as MIT for FreeBSD
To make it easier for FreeBSD to import wg(8), dual license the core files as MIT, so that they don't have any trouble. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--src/wg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wg.c b/src/wg.c
index aed70b6..6480970 100644
--- a/src/wg.c
+++ b/src/wg.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/