summaryrefslogtreecommitdiff
path: root/crypto/sm4
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-03 11:52:38 +0100
committerMatt Caswell <matt@openssl.org>2022-05-03 13:34:51 +0100
commitfecb3aae22aeda493f348739ebf7943071ecdbe1 (patch)
tree29e2cdb1df8b7d90fa7c2bf15a65e5319e5ad9ea /crypto/sm4
parent73e044bd1aa3ff00e189624b4807e15e8de8f8e4 (diff)
downloadopenssl-new-fecb3aae22aeda493f348739ebf7943071ecdbe1.tar.gz
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org> Release: yes
Diffstat (limited to 'crypto/sm4')
-rwxr-xr-xcrypto/sm4/asm/vpsm4-armv8.pl2
-rw-r--r--crypto/sm4/sm4.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sm4/asm/vpsm4-armv8.pl b/crypto/sm4/asm/vpsm4-armv8.pl
index 095d9dae64..4fc8947b85 100755
--- a/crypto/sm4/asm/vpsm4-armv8.pl
+++ b/crypto/sm4/asm/vpsm4-armv8.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2020-2022 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/sm4/sm4.c b/crypto/sm4/sm4.c
index 492b670234..f9d659f064 100644
--- a/crypto/sm4/sm4.c
+++ b/crypto/sm4/sm4.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 2017 Ribose Inc. All Rights Reserved.
* Ported from Ribose contributions from Botan.
*