summaryrefslogtreecommitdiff
path: root/crypto/hmac
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-06 13:41:14 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-06 15:01:38 +0100
commit6f888e05e5fa4f2f98e8f0c89f3b2cb8f9b3262d (patch)
tree3e72f66b89caba1dccf13edfac2440867ad19997 /crypto/hmac
parent58efb32c8b139ea7fd3131d878a8f4f3827eab88 (diff)
downloadopenssl-new-6f888e05e5fa4f2f98e8f0c89f3b2cb8f9b3262d.tar.gz
Following the license change, modify the boilerplates in crypto/hmac/
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7799)
Diffstat (limited to 'crypto/hmac')
-rw-r--r--crypto/hmac/hm_ameth.c2
-rw-r--r--crypto/hmac/hm_meth.c2
-rw-r--r--crypto/hmac/hmac.c2
-rw-r--r--crypto/hmac/hmac_lcl.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/crypto/hmac/hm_ameth.c b/crypto/hmac/hm_ameth.c
index fa204e9068..f0a5bc9a01 100644
--- a/crypto/hmac/hm_ameth.c
+++ b/crypto/hmac/hm_ameth.c
@@ -1,7 +1,7 @@
/*
* Copyright 2007-2018 The OpenSSL Project Authors. 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/hmac/hm_meth.c b/crypto/hmac/hm_meth.c
index fb48830601..705bf7fd2a 100644
--- a/crypto/hmac/hm_meth.c
+++ b/crypto/hmac/hm_meth.c
@@ -1,7 +1,7 @@
/*
* Copyright 2018 The OpenSSL Project Authors. 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/hmac/hmac.c b/crypto/hmac/hmac.c
index eec54d5833..e78f66a732 100644
--- a/crypto/hmac/hmac.c
+++ b/crypto/hmac/hmac.c
@@ -1,7 +1,7 @@
/*
* Copyright 1995-2018 The OpenSSL Project Authors. 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/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h
index 8fd8345694..4d8ef6f690 100644
--- a/crypto/hmac/hmac_lcl.h
+++ b/crypto/hmac/hmac_lcl.h
@@ -1,7 +1,7 @@
/*
* Copyright 1995-2018 The OpenSSL Project Authors. 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