From c81f16952bca7793074ac926b17aed3364db2c84 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 26 Feb 2019 14:07:28 +0000 Subject: [PATCH] Update copyright year Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8348) --- crypto/bn/bn_ctx.c | 2 +- crypto/evp/evp_err.c | 2 +- crypto/evp/evp_test.c | 2 +- doc/crypto/X509_cmp_time.pod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c index 3391134d7b..d18eedbd45 100644 --- a/crypto/bn/bn_ctx.c +++ b/crypto/bn/bn_ctx.c @@ -1,7 +1,7 @@ /* crypto/bn/bn_ctx.c */ /* Written by Ulf Moeller for the OpenSSL project. */ /* ==================================================================== - * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. + * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c index 85f57294f8..11647b92c6 100644 --- a/crypto/evp/evp_err.c +++ b/crypto/evp/evp_err.c @@ -1,6 +1,6 @@ /* crypto/evp/evp_err.c */ /* ==================================================================== - * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2019 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 059cd49c68..28544a61a6 100755 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -1,6 +1,6 @@ /* Written by Ben Laurie, 2001 */ /* - * Copyright (c) 2001 The OpenSSL Project. All rights reserved. + * Copyright (c) 2001-2019 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/doc/crypto/X509_cmp_time.pod b/doc/crypto/X509_cmp_time.pod index 5bf5111451..f3c0750efe 100644 --- a/doc/crypto/X509_cmp_time.pod +++ b/doc/crypto/X509_cmp_time.pod @@ -29,7 +29,7 @@ B, and 1 otherwise. It returns 0 on error. =head1 COPYRIGHT -Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2017-2019 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 -- 2.25.1