global: fix up copyright headers

This commit is contained in:
Jason A. Donenfeld
2018-09-16 18:49:19 +02:00
parent 063becdc73
commit 5be541d147
52 changed files with 52 additions and 89 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2017-2018 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2017-2018 Mathias N. Hall-Andersen <[email protected]>.
* 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