summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-05-30 14:11:01 +0200
committerTomas Mraz <tomas@openssl.org>2023-05-30 14:11:01 +0200
commit597a8a7bcf5f80276fd28df36d39d92d0c3932c0 (patch)
tree11ec18737480616f33af3ea258d6394bd71b2865 /crypto/modes
parentdb779b0e10b047f2585615e0b8f2acdf21f8544a (diff)
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
Diffstat (limited to 'crypto/modes')
-rwxr-xr-xcrypto/modes/asm/aes-gcm-armv8_64.pl2
-rw-r--r--crypto/modes/asm/aes-gcm-avx512.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/modes/asm/aes-gcm-armv8_64.pl b/crypto/modes/asm/aes-gcm-armv8_64.pl
index ce8a8632a5..ac061f797d 100755
--- a/crypto/modes/asm/aes-gcm-armv8_64.pl
+++ b/crypto/modes/asm/aes-gcm-armv8_64.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2019-2023 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/asm/aes-gcm-avx512.pl b/crypto/modes/asm/aes-gcm-avx512.pl
index 41d91ef710..9d83abf4da 100644
--- a/crypto/modes/asm/aes-gcm-avx512.pl
+++ b/crypto/modes/asm/aes-gcm-avx512.pl
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
# Copyright (c) 2021, Intel Corporation. All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use