aboutsummaryrefslogtreecommitdiffstats
path: root/conn_default.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:55:51 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-05 12:59:42 +0100
commitdff424baf8acc4d2a5858d3947761c5090d8e640 (patch)
tree938fa236801763e8f9ae4c6d154b7f0b960a9c1d /conn_default.go
parentProperly bubble up setsockopt error from closure (diff)
downloadwireguard-go-dff424baf8acc4d2a5858d3947761c5090d8e640.tar.xz
wireguard-go-dff424baf8acc4d2a5858d3947761c5090d8e640.zip
Update copyright
Diffstat (limited to 'conn_default.go')
-rw-r--r--conn_default.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conn_default.go b/conn_default.go
index 862032d..549483c 100644
--- a/conn_default.go
+++ b/conn_default.go
@@ -1,8 +1,8 @@
// +build !linux android
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package main