aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm3
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sm3')
-rw-r--r--crypto/sm3/asm/sm3-armv8.pl2
-rw-r--r--crypto/sm3/sm3_local.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sm3/asm/sm3-armv8.pl b/crypto/sm3/asm/sm3-armv8.pl
index f0555fd..729ca4f 100644
--- a/crypto/sm3/asm/sm3-armv8.pl
+++ b/crypto/sm3/asm/sm3-armv8.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-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/sm3/sm3_local.h b/crypto/sm3/sm3_local.h
index 6fac01d..cb5a187 100644
--- a/crypto/sm3/sm3_local.h
+++ b/crypto/sm3/sm3_local.h
@@ -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.
*