diff options
author | Matt Caswell <matt@openssl.org> | 2020-06-04 15:33:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-06-04 15:33:57 +0200 |
commit | 00c405b36578262323a73ce8b8441213a09b7e41 (patch) | |
tree | 7586d15871d69377ee52d355132bfa87b0985d94 /crypto/modes | |
parent | ossl_shim: const cast the param arguments to avoid errors (diff) | |
download | openssl-00c405b36578262323a73ce8b8441213a09b7e41.tar.xz openssl-00c405b36578262323a73ce8b8441213a09b7e41.zip |
Update copyright year
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12043)
Diffstat (limited to 'crypto/modes')
-rw-r--r-- | crypto/modes/cbc128.c | 2 | ||||
-rw-r--r-- | crypto/modes/ccm128.c | 2 | ||||
-rw-r--r-- | crypto/modes/cfb128.c | 2 | ||||
-rw-r--r-- | crypto/modes/ctr128.c | 2 | ||||
-rw-r--r-- | crypto/modes/gcm128.c | 2 | ||||
-rw-r--r-- | crypto/modes/ofb128.c | 2 | ||||
-rw-r--r-- | crypto/modes/xts128.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/crypto/modes/cbc128.c b/crypto/modes/cbc128.c index ba765626ee..df0ab244f8 100644 --- a/crypto/modes/cbc128.c +++ b/crypto/modes/cbc128.c @@ -1,5 +1,5 @@ /* - * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/ccm128.c b/crypto/modes/ccm128.c index e1b2501273..eee7a69c3a 100644 --- a/crypto/modes/ccm128.c +++ b/crypto/modes/ccm128.c @@ -1,5 +1,5 @@ /* - * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2011-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/cfb128.c b/crypto/modes/cfb128.c index e60b90b8c6..fa94f047b5 100644 --- a/crypto/modes/cfb128.c +++ b/crypto/modes/cfb128.c @@ -1,5 +1,5 @@ /* - * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/ctr128.c b/crypto/modes/ctr128.c index fc1db42d7f..ad25eb38dd 100644 --- a/crypto/modes/ctr128.c +++ b/crypto/modes/ctr128.c @@ -1,5 +1,5 @@ /* - * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c index dc6d90dd0c..0cefa1c865 100644 --- a/crypto/modes/gcm128.c +++ b/crypto/modes/gcm128.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/ofb128.c b/crypto/modes/ofb128.c index e9b24f863e..829d724e2a 100644 --- a/crypto/modes/ofb128.c +++ b/crypto/modes/ofb128.c @@ -1,5 +1,5 @@ /* - * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy diff --git a/crypto/modes/xts128.c b/crypto/modes/xts128.c index 9dbcb5bc9a..0dec42c310 100644 --- a/crypto/modes/xts128.c +++ b/crypto/modes/xts128.c @@ -1,5 +1,5 @@ /* - * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2011-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy |