From: Paul Yang Date: Mon, 8 Oct 2018 09:04:14 +0000 (+0800) Subject: Fix a nit of copyright date range X-Git-Tag: OpenSSL_1_1_1a~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8848b14fda7eded1c5a88f9f84eb13dcf69c3960;p=openssl Fix a nit of copyright date range Should be 2018 instead of 20018. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7364) --- diff --git a/crypto/poly1305/poly1305_ieee754.c b/crypto/poly1305/poly1305_ieee754.c index 995a02e5c1..7cfd968645 100644 --- a/crypto/poly1305/poly1305_ieee754.c +++ b/crypto/poly1305/poly1305_ieee754.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-20018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy