aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-06 13:44:07 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-06 15:02:41 +0100
commit8573be06a99cd1260b4988e9fa58e75df32c3be4 (patch)
tree02ed3d48276212c84475c04299542acb33a9ef9a /crypto/lhash
parent6f888e05e5fa4f2f98e8f0c89f3b2cb8f9b3262d (diff)
downloadopenssl-8573be06a99cd1260b4988e9fa58e75df32c3be4.zip
openssl-8573be06a99cd1260b4988e9fa58e75df32c3be4.tar.gz
openssl-8573be06a99cd1260b4988e9fa58e75df32c3be4.tar.bz2
Following the license change, modify the boilerplates in crypto/lhash/
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7800)
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lh_stats.c2
-rw-r--r--crypto/lhash/lhash.c2
-rw-r--r--crypto/lhash/lhash_lcl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c
index 65b91e1..1b32b5d 100644
--- a/crypto/lhash/lh_stats.c
+++ b/crypto/lhash/lh_stats.c
@@ -1,7 +1,7 @@
/*
* Copyright 1995-2017 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/lhash/lhash.c b/crypto/lhash/lhash.c
index 8d9f933..c826039 100644
--- a/crypto/lhash/lhash.c
+++ b/crypto/lhash/lhash.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/lhash/lhash_lcl.h b/crypto/lhash/lhash_lcl.h
index 678224a..ad9dd4d 100644
--- a/crypto/lhash/lhash_lcl.h
+++ b/crypto/lhash/lhash_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