aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sm3
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-06 13:56:38 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-06 15:24:52 +0100
commitf9f859adc6e77b1e0bd70bdc07cdef36a63480c7 (patch)
tree7ec7206d225beecd75668e4e96bb7bfbe7285071 /crypto/sm3
parent134148276b1d27342210974173ac8db2920e6245 (diff)
downloadopenssl-f9f859adc6e77b1e0bd70bdc07cdef36a63480c7.tar.gz
Following the license change, modify the boilerplates in crypto/smN/
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7818)
Diffstat (limited to 'crypto/sm3')
-rw-r--r--crypto/sm3/m_sm3.c2
-rw-r--r--crypto/sm3/sm3.c2
-rw-r--r--crypto/sm3/sm3_locl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/sm3/m_sm3.c b/crypto/sm3/m_sm3.c
index 85538dc8af..877dedbec1 100644
--- a/crypto/sm3/m_sm3.c
+++ b/crypto/sm3/m_sm3.c
@@ -2,7 +2,7 @@
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 2017 Ribose Inc. All Rights Reserved.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
diff --git a/crypto/sm3/sm3.c b/crypto/sm3/sm3.c
index 1588dd115a..f5d6a86142 100644
--- a/crypto/sm3/sm3.c
+++ b/crypto/sm3/sm3.c
@@ -3,7 +3,7 @@
* Copyright 2017 Ribose Inc. All Rights Reserved.
* Ported from Ribose contributions from Botan.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
diff --git a/crypto/sm3/sm3_locl.h b/crypto/sm3/sm3_locl.h
index efa6db57c6..e1fcede714 100644
--- a/crypto/sm3/sm3_locl.h
+++ b/crypto/sm3/sm3_locl.h
@@ -3,7 +3,7 @@
* Copyright 2017 Ribose Inc. All Rights Reserved.
* Ported from Ribose contributions from Botan.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html