diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-01-03 21:58:00 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-01-03 21:58:00 +0100 |
commit | 0c73927077d559570b35b50903e7aefe53bde529 (patch) | |
tree | c65f3c574138a9760b3c9ff49db1cfff7fadf7ab /src/crypto/poly1305-x86_64.S | |
parent | c8dc529790b0992bd7b8a4c0c91e09f7b94b9a83 (diff) |
global: year bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/poly1305-x86_64.S')
-rw-r--r-- | src/crypto/poly1305-x86_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/poly1305-x86_64.S b/src/crypto/poly1305-x86_64.S index 347afd8..9275b49 100644 --- a/src/crypto/poly1305-x86_64.S +++ b/src/crypto/poly1305-x86_64.S @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: OpenSSL OR (BSD-3-Clause OR GPL-2.0) * * Copyright (C) 2017 Samuel Neves <sneves@dei.uc.pt>. All Rights Reserved. - * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. */ |