diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-05 15:54:31 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-16 18:49:19 +0200 |
commit | 5be541d147562bf87f6a9ebd551412d4a6920b4b (patch) | |
tree | 8dab2745caf40855495f36f6f75c4d2a14d3f199 /xchacha20poly1305 | |
parent | 063becdc735f74965ffa2d51964b87e604b9c1e7 (diff) |
global: fix up copyright headers
Diffstat (limited to 'xchacha20poly1305')
-rw-r--r-- | xchacha20poly1305/xchacha20.go | 2 | ||||
-rw-r--r-- | xchacha20poly1305/xchacha20_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xchacha20poly1305/xchacha20.go b/xchacha20poly1305/xchacha20.go index bd27f02..412797d 100644 --- a/xchacha20poly1305/xchacha20.go +++ b/xchacha20poly1305/xchacha20.go @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: MIT * * Copyright (C) 2016 Andreas Auernhammer. All Rights Reserved. - * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved. */ package xchacha20poly1305 diff --git a/xchacha20poly1305/xchacha20_test.go b/xchacha20poly1305/xchacha20_test.go index c0d11d7..0c3a80d 100644 --- a/xchacha20poly1305/xchacha20_test.go +++ b/xchacha20poly1305/xchacha20_test.go @@ -1,6 +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 WireGuard LLC. All Rights Reserved. */ package xchacha20poly1305 |