aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-19 11:31:29 -0400
committerRich Salz <rsalz@openssl.org>2016-05-19 11:31:29 -0400
commit2ee65a672fe18fe275cf7ac1f86e8723ee38ebdc (patch)
tree0b287396bc14418da7a6f1564b1787ae744ba160
parente2f92610bcc21dc5b943f9250e34c207ab35fef0 (diff)
downloadopenssl-2ee65a672fe18fe275cf7ac1f86e8723ee38ebdc.zip
openssl-2ee65a672fe18fe275cf7ac1f86e8723ee38ebdc.tar.gz
openssl-2ee65a672fe18fe275cf7ac1f86e8723ee38ebdc.tar.bz2
Add copyright
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--doc/crypto/pem_read.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/crypto/pem_read.pod b/doc/crypto/pem_read.pod
index b0ec0d8..7123dd8 100644
--- a/doc/crypto/pem_read.pod
+++ b/doc/crypto/pem_read.pod
@@ -88,3 +88,14 @@ See L<pkcs8(1)> and L<pem(3)> and L<d2i_PKCS8PrivateKey_bio(3)>.
L<pem(3)>, L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>, L<pkcs8(1)>,
L<d2i_PKCS8PrivateKey_bio(3)>.
+
+=head1 COPYRIGHT
+
+Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (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>.
+
+=cut