diff options
author | 2018-09-05 15:54:31 -0600 | |
---|---|---|
committer | 2018-09-16 18:49:19 +0200 | |
commit | 5be541d147562bf87f6a9ebd551412d4a6920b4b (patch) | |
tree | 8dab2745caf40855495f36f6f75c4d2a14d3f199 /noise-types.go | |
parent | uapi: insert peer version placeholder (diff) | |
download | wireguard-go-5be541d147562bf87f6a9ebd551412d4a6920b4b.tar.xz wireguard-go-5be541d147562bf87f6a9ebd551412d4a6920b4b.zip |
global: fix up copyright headers
Diffstat (limited to 'noise-types.go')
-rw-r--r-- | noise-types.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/noise-types.go b/noise-types.go index f4f5a27..b1e70b5 100644 --- a/noise-types.go +++ b/noise-types.go @@ -1,7 +1,6 @@ /* 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. */ package main |