summaryrefslogtreecommitdiff
path: root/conn_linux.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-05 15:54:31 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-16 18:49:19 +0200
commit5be541d147562bf87f6a9ebd551412d4a6920b4b (patch)
tree8dab2745caf40855495f36f6f75c4d2a14d3f199 /conn_linux.go
parent063becdc735f74965ffa2d51964b87e604b9c1e7 (diff)
downloadwireguard-go-5be541d147562bf87f6a9ebd551412d4a6920b4b.tar.gz
wireguard-go-5be541d147562bf87f6a9ebd551412d4a6920b4b.zip
global: fix up copyright headers
Diffstat (limited to 'conn_linux.go')
-rw-r--r--conn_linux.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/conn_linux.go b/conn_linux.go
index 2b15d05..db0e3a6 100644
--- a/conn_linux.go
+++ b/conn_linux.go
@@ -2,8 +2,7 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- * Copyright (C) 2017-2018 Mathias N. Hall-Andersen <mathias@hall-andersen.dk>.
+ * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
*
* This implements userspace semantics of "sticky sockets", modeled after
* WireGuard's kernelspace implementation. This is more or less a straight port