diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:04:11 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:33:06 +0100 |
commit | 449040b49a01b18b1f82e6a7659be0c9d97b5807 (patch) | |
tree | c78bb9befe7f0cf4cb283b72944e00c074a90441 /doc/man1/errstr.pod | |
parent | Following the license change, modify the boilerplates in crypto/ (diff) | |
download | openssl-449040b49a01b18b1f82e6a7659be0c9d97b5807.tar.xz openssl-449040b49a01b18b1f82e6a7659be0c9d97b5807.zip |
Following the license change, modify the boilerplates in doc/man1/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7828)
Diffstat (limited to 'doc/man1/errstr.pod')
-rw-r--r-- | doc/man1/errstr.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/errstr.pod b/doc/man1/errstr.pod index 3c89b8f5cf..ba6fc81496 100644 --- a/doc/man1/errstr.pod +++ b/doc/man1/errstr.pod @@ -38,7 +38,7 @@ to produce the error message: Copyright 2004-2016 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 L<https://www.openssl.org/source/license.html>. |