diff options
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 5b2de41..fac7ab2 100644 --- a/replay/replay.go +++ b/replay/replay.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 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 fcffd20..28c3a0e 100644 --- a/replay/replay_test.go +++ b/replay/replay_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package replay |