diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-09-20 17:21:32 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-09-20 17:21:32 +0200 |
commit | bb719d3a6e2cd20ec00f26d65c0073c1dde6b529 (patch) | |
tree | be53dfc55ca3efc7e5861f020f67ae784763db88 /replay | |
parent | fde0a9525ae5be7f6356a410f1bfc52ecc720f85 (diff) |
global: bump copyright year
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'replay')
-rw-r--r-- | replay/replay.go | 2 | ||||
-rw-r--r-- | replay/replay_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/replay/replay.go b/replay/replay.go index f140272..bc720d7 100644 --- a/replay/replay.go +++ b/replay/replay.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved. */ // Package replay implements an efficient anti-replay algorithm as specified in RFC 6479. diff --git a/replay/replay_test.go b/replay/replay_test.go index 28c3a0e..cb708d7 100644 --- a/replay/replay_test.go +++ b/replay/replay_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved. */ package replay |